diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-04 22:34:09 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-04 22:34:09 -0400 |
commit | a613ed915c32d3befec54a98dae98e21649e19ce (patch) | |
tree | d483b11e73c07aec2782f57ca3765b3ed7eb2436 /engine/battle_start.asm | |
parent | 3713b71d9e3f3f1bc099d4704910cb9c1d172dcf (diff) |
HDMA transfer functions
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 |