optional room palette is now handled
This commit is contained in:
parent
c954e56ea9
commit
0414fe757a
|
@ -379,8 +379,9 @@ fn test_bitsy_omnibus() {
|
||||||
// extra line between dialogues
|
// extra line between dialogues
|
||||||
"src/test-resources/omnibus/DB59A848.bitsy.txt".to_string(),
|
"src/test-resources/omnibus/DB59A848.bitsy.txt".to_string(),
|
||||||
|
|
||||||
// I guess room palette used to be optional in early versions of bitsy -- todo fix
|
// something going on with dialogues? todo investigate
|
||||||
"src/test-resources/omnibus/8FEDB06B.bitsy.txt".to_string(),
|
"src/test-resources/omnibus/807805CC.bitsy.txt".to_string(),
|
||||||
|
"src/test-resources/omnibus/C36E27E5.bitsy.txt".to_string(),
|
||||||
];
|
];
|
||||||
|
|
||||||
let mut passes = 0;
|
let mut passes = 0;
|
||||||
|
|
Loading…
Reference in New Issue