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 /misc/mobile_42.asm | |
parent | 3713b71d9e3f3f1bc099d4704910cb9c1d172dcf (diff) |
HDMA transfer functions
Diffstat (limited to 'misc/mobile_42.asm')
-rw-r--r-- | misc/mobile_42.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mobile_42.asm b/misc/mobile_42.asm index af7953c76..d94afeaad 100644 --- a/misc/mobile_42.asm +++ b/misc/mobile_42.asm @@ -445,7 +445,7 @@ Function1082db: ; 1082db .loop callba PlaySpriteAnimations callba SetUpPokeAnim - callba Function10402d + callba HDMATransferTileMapToWRAMBank3 jr nc, .loop ret ; 1082f0 |