diff options
Diffstat (limited to 'maps/HallOfFame.asm')
-rw-r--r-- | maps/HallOfFame.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/HallOfFame.asm b/maps/HallOfFame.asm index 692662b9c..00ea5473b 100644 --- a/maps/HallOfFame.asm +++ b/maps/HallOfFame.asm @@ -41,7 +41,7 @@ HallOfFameScript: special HealParty checkevent EVENT_GOT_SS_TICKET_FROM_ELM iftrue .SkipPhoneCall - specialphonecall ELMCALL_SSTICKET + specialphonecall SPECIALCALL_SSTICKET .SkipPhoneCall: halloffame end @@ -126,4 +126,4 @@ HallOfFame_MapEventHeader: .PersonEvents: db 1 - person_event SPRITE_LANCE, 12 + 4, 4 + 4, $7, 0, 0, -1, -1, 0, 0, 0, ObjectEvent, -1 + person_event SPRITE_LANCE, 12, 4, $7, 0, 0, -1, -1, 0, 0, 0, ObjectEvent, -1 |