diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-10 12:31:49 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-10 12:31:49 -0400 |
commit | ae36ef2c7fb722b7480d73c7a95a5d1e2ece7831 (patch) | |
tree | c6cfbfa143807b10f3baf86eeed3ff6275237c72 /gfx | |
parent | e95d42e0af1921f516c1fd4269024aa3f586514f (diff) |
Labeled every function in ROM0 that's referenced in the source
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/pics/animation.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/pics/animation.asm b/gfx/pics/animation.asm index 5dd376b9e..8392f2a12 100644 --- a/gfx/pics/animation.asm +++ b/gfx/pics/animation.asm @@ -1109,7 +1109,7 @@ PokeAnim_GetSpeciesOrUnown: ; d065c ret ; d0669 -Functiond0669: ; d0669 Predef 48 +Predef48: ; d0669 Predef 48 ld a, $1 ld [wBoxAlignment], a |