diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-12 12:46:18 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-12 12:46:18 -0500 |
commit | 2ed6c357af335a1df33932383c00375b799300b2 (patch) | |
tree | 175e12b8359bc00d9ba30af0c448d612a36df473 /gfx | |
parent | 35f687b5365cb5e4b607e180646e6062d59a357a (diff) |
More WRAM tidying
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/pics/animation.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gfx/pics/animation.asm b/gfx/pics/animation.asm index ae207a790..3284a271b 100644 --- a/gfx/pics/animation.asm +++ b/gfx/pics/animation.asm @@ -1115,13 +1115,13 @@ PokeAnim_GetSpeciesOrUnown: ; d065c ret ; d0669 -Functiond0669: ; d0669 +Functiond0669: ; d0669 Predef 48 ld a, $1 ld [wBoxAlignment], a -Functiond066e: ; d066e +HOF_AnimateFrontpic: ; d066e Predef 49 call AnimateMon_CheckIfPokemon - jr c, .asm_d068c + jr c, .fail ld h, d ld l, e push bc @@ -1137,7 +1137,7 @@ Functiond066e: ; d066e ld [wBoxAlignment], a ret -.asm_d068c +.fail xor a ld [wBoxAlignment], a inc a |