We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b499e7e commit 18cf52aCopy full SHA for 18cf52a
tests/src/tspins.rs
@@ -34,7 +34,7 @@ pub fn test() {
34
"##.trim(), playfield::get_str(&emu).trim());
35
36
// check that correct tile is rendered
37
- assert_eq!(emu.ppu.read_byte(&mut *emu.mapper, 0x22CC), 0x7b);
+ assert_eq!(emu.ppu.read_byte(&mut *emu.mapper, 0x22CC), 0x7E);
38
// check pixel is actually rendered
39
assert_eq!(emu.ppu.screen[offset(96, 176) as usize], 0x30);
40
}
0 commit comments