summaryrefslogtreecommitdiff
path: root/engine/events
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-07-22 23:42:50 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-07-22 23:42:50 -0400
commitbdde60c64b9268ffa1a26c1ea0434edbec4d5b21 (patch)
treecd102350dff68cfa4173799cd8024ae7730f5cf1 /engine/events
parent5ba5a7df46822d4e95061583e3497744c6e48e50 (diff)
ANIM_MON_UNUSED → ANIM_MON_HOF
Diffstat (limited to 'engine/events')
-rw-r--r--engine/events/halloffame.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/halloffame.asm b/engine/events/halloffame.asm
index 6cbc749d5..fcbcc1593 100644
--- a/engine/events/halloffame.asm
+++ b/engine/events/halloffame.asm
@@ -124,7 +124,7 @@ AnimateHallOfFame:
call PlaceString
call WaitBGMap
decoord 6, 5
- ld c, $6
+ ld c, ANIM_MON_HOF
predef HOF_AnimateFrontpic
ld c, 60
call DelayFrames
@@ -390,7 +390,7 @@ _HallOfFamePC:
call GetSGBLayout
call SetPalettes
decoord 6, 5
- ld c, $6
+ ld c, ANIM_MON_HOF
predef HOF_AnimateFrontpic
and a
ret