diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-17 17:18:52 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-17 17:18:52 -0400 |
commit | f53d65c536096213b6826765f81a0f436c88fe72 (patch) | |
tree | 6ab57a1b6ff362ee8bb61909996d843af4e4835e /misc | |
parent | da7849d800d37156360845fa17e361d2521dce29 (diff) |
Battle intro animation function
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mobile_40.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm index 140045eb8..bce647792 100644 --- a/misc/mobile_40.asm +++ b/misc/mobile_40.asm @@ -1959,7 +1959,7 @@ Function100c74: ; 100c74 ld c, 8 call TextBox ld hl, BattleMonMoves - ld de, wd25e + ld de, wListMoves_MoveIndicesBuffer ld bc, NUM_MOVES call CopyBytes ld a, SCREEN_WIDTH * 2 |