test(overworld): align integration expectations

This commit is contained in:
scawful
2025-12-22 14:56:31 -05:00
parent 326594f3e6
commit 1d297d5228
3 changed files with 20 additions and 16 deletions

View File

@@ -39,6 +39,10 @@ class OverworldRegressionTest : public ::testing::Test {
for (int i = 0; i < 160; i++) {
mock_rom_data[0x1788D + i] = 0x01;
}
// Parent table - identity for LW so DW mirrors correctly (+0x40)
for (int i = 0; i < 64; i++) {
mock_rom_data[0x125EC + i] = static_cast<uint8_t>(i);
}
// Sprite sets/palettes
for (int i = 0; i < 160; i++) {
mock_rom_data[0x7A41 + i] = 0x00;