diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-19 10:23:58 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-19 10:23:58 -0400 |
commit | 0a244e043c83dff064d7e3ec054a587c7f999d0d (patch) | |
tree | fa04984075ef0e37674a9d2025f2765d4764260f /gfx | |
parent | 52605b764a6ecfb781ca9e70d51dad909dabe7c3 (diff) |
Move battle start animation functions to its own file
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/overworld/trainer_battle_pokeball_tiles.2bpp (renamed from gfx/unknown/08c2f4.2bpp) | 0 | ||||
-rw-r--r-- | gfx/pics/animation.asm | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gfx/unknown/08c2f4.2bpp b/gfx/overworld/trainer_battle_pokeball_tiles.2bpp index 09e51fd67..09e51fd67 100644 --- a/gfx/unknown/08c2f4.2bpp +++ b/gfx/overworld/trainer_battle_pokeball_tiles.2bpp diff --git a/gfx/pics/animation.asm b/gfx/pics/animation.asm index d736ef37e..165cf642d 100644 --- a/gfx/pics/animation.asm +++ b/gfx/pics/animation.asm @@ -3,7 +3,7 @@ Functiond0000: ; d0000 hlcoord 12, 0 - ld a, [IsInBattle] + ld a, [wBattleMode] cp $1 jr z, .asm_d0012 ld e, $0 |