diff options
Diffstat (limited to 'engine/gfx/mon_icons.asm')
-rw-r--r-- | engine/gfx/mon_icons.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/gfx/mon_icons.asm b/engine/gfx/mon_icons.asm index 68e9b1b84..6c7f14e3a 100644 --- a/engine/gfx/mon_icons.asm +++ b/engine/gfx/mon_icons.asm @@ -41,9 +41,9 @@ LoadMenuMonIcon: dw Trade_LoadMonIconGFX ; MONICON_TRADE dw Mobile_InitAnimatedMonIcon ; MONICON_MOBILE1 dw Mobile_InitPartyMenuBGPal71 ; MONICON_MOBILE2 - dw .GetPartyMenuMonIcon ; MONICON_UNUSED + dw Unused_GetPartyMenuMonIcon ; MONICON_UNUSED -.GetPartyMenuMonIcon: +Unused_GetPartyMenuMonIcon: call InitPartyMenuIcon call .GetPartyMonItemGFX call SetPartyMonIconAnimSpeed |