diff options
Diffstat (limited to 'engine/battle_start.asm')
-rw-r--r-- | engine/battle_start.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle_start.asm b/engine/battle_start.asm index d2ead2757..bae6be09c 100644 --- a/engine/battle_start.asm +++ b/engine/battle_start.asm @@ -56,7 +56,7 @@ Predef_StartBattle: ; 8c20f ld a, [wLinkMode] cp LINK_MOBILE jr z, .mobile - callba Function6454 + callba ReanchorBGMap_NoOAMUpdate call UpdateSprites call DelayFrame call .NonMobile_LoadPokeballTiles |