diff --git a/src/game.rs b/src/game.rs index e950f56..f5d932a 100644 --- a/src/game.rs +++ b/src/game.rs @@ -357,8 +357,12 @@ fn test_bitsy_omnibus() { // (this game uses room_format 1 - I thought it'd be using 0...) "src/test-resources/omnibus/76EB6E4A.bitsy.txt".to_string(), "src/test-resources/omnibus/DC053B1A.bitsy.txt".to_string(), + "src/test-resources/omnibus/CD0609B6.bitsy.txt".to_string(), - // todo handle fonts! + // bad game data + "src/test-resources/omnibus/14C48FA0.bitsy.txt".to_string(), + + // this one has font data appended to the end of the game data - is this valid? "src/test-resources/omnibus/4B4EB988.bitsy.txt".to_string(), ];