diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-22 23:42:50 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-22 23:42:50 -0400 |
commit | bdde60c64b9268ffa1a26c1ea0434edbec4d5b21 (patch) | |
tree | cd102350dff68cfa4173799cd8024ae7730f5cf1 /constants/gfx_constants.asm | |
parent | 5ba5a7df46822d4e95061583e3497744c6e48e50 (diff) |
ANIM_MON_UNUSED → ANIM_MON_HOF
Diffstat (limited to 'constants/gfx_constants.asm')
-rw-r--r-- | constants/gfx_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/gfx_constants.asm b/constants/gfx_constants.asm index 41a67a648..70b243447 100644 --- a/constants/gfx_constants.asm +++ b/constants/gfx_constants.asm @@ -49,6 +49,6 @@ NUM_SPRITE_OAM_STRUCTS EQU 40 ; see wVirtualOAM const ANIM_MON_TRADE const ANIM_MON_EVOLVE const ANIM_MON_HATCH - const ANIM_MON_UNUSED + const ANIM_MON_HOF const ANIM_MON_EGG1 const ANIM_MON_EGG2 |