From 0414fe757a57b2931e384f399040e21dbfa42057 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sat, 18 Apr 2020 16:14:01 +0100 Subject: [PATCH] optional room palette is now handled --- src/game.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/game.rs b/src/game.rs index 07941ae..4326dda 100644 --- a/src/game.rs +++ b/src/game.rs @@ -379,8 +379,9 @@ fn test_bitsy_omnibus() { // extra line between dialogues "src/test-resources/omnibus/DB59A848.bitsy.txt".to_string(), - // I guess room palette used to be optional in early versions of bitsy -- todo fix - "src/test-resources/omnibus/8FEDB06B.bitsy.txt".to_string(), + // something going on with dialogues? todo investigate + "src/test-resources/omnibus/807805CC.bitsy.txt".to_string(), + "src/test-resources/omnibus/C36E27E5.bitsy.txt".to_string(), ]; let mut passes = 0;