diff options
Diffstat (limited to 'engine/debug.asm')
-rwxr-xr-x | engine/debug.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/debug.asm b/engine/debug.asm index 896e0b1f6..877c2008d 100755 --- a/engine/debug.asm +++ b/engine/debug.asm @@ -1149,7 +1149,7 @@ TilesetColorTest: ld [hMapAnims], a call ClearSprites call OverworldTextModeSwitch - call Function3200 + call WaitBGMap2 xor a ld [hBGMapMode], a ld de, DebugColorTestGFX + $10 @@ -1184,7 +1184,7 @@ TilesetColorTest: call Function821d2 call Function821f4 call Function8220f - call Function3200 + call WaitBGMap2 ld [wJumptableIndex], a ld a, $40 ld [hWY], a |