optional room palette is now handled

This commit is contained in:
Max Bradbury 2020-04-18 16:14:01 +01:00
parent c954e56ea9
commit 0414fe757a
1 changed files with 3 additions and 2 deletions

View File

@ -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;