diff options
Diffstat (limited to 'battle')
-rw-r--r-- | battle/anim_commands.asm | 2 | ||||
-rw-r--r-- | battle/core.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/battle/anim_commands.asm b/battle/anim_commands.asm index c3006abdb..29dfa9a29 100644 --- a/battle/anim_commands.asm +++ b/battle/anim_commands.asm @@ -241,7 +241,7 @@ Functioncc220: ; cc220 ld [hBGMapAddress], a ld a, (VBGMap0 tile $28) / $100 ld [hBGMapAddress + 1], a - call Function3200 + call WaitBGMap2 ld a, $60 ld [hWY], a xor a diff --git a/battle/core.asm b/battle/core.asm index 953ab270e..8fa465018 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -8934,7 +8934,7 @@ DisplayLinkRecord: ; 3f836 xor a ld bc, SCREEN_WIDTH * SCREEN_HEIGHT call ByteFill - call Function3200 + call WaitBGMap2 ld b, SCGB_08 call GetSGBLayout call SetPalettes |