diff options
Diffstat (limited to 'maps/RadioTower1F.asm')
-rw-r--r-- | maps/RadioTower1F.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/RadioTower1F.asm b/maps/RadioTower1F.asm index 57beb1f22..a51b48c13 100644 --- a/maps/RadioTower1F.asm +++ b/maps/RadioTower1F.asm @@ -500,7 +500,7 @@ RadioTower1F_MapEventHeader: ; people-events db 6 - person_event SPRITE_RECEPTIONIST, 10, 9, $8, $0, 255, 255, $80, 0, ReceptionistScript_0x5cd29, EVENT_ALWAYS_THERE + person_event SPRITE_RECEPTIONIST, 10, 9, $8, $0, 255, 255, $80, 0, ReceptionistScript_0x5cd29, -1 person_event SPRITE_LASS, 8, 20, $8, $0, 255, 255, $80, 0, LassScript_0x5ce51, EVENT_6CF person_event SPRITE_YOUNGSTER, 8, 19, $9, $0, 255, 255, $90, 0, YoungsterScript_0x5ce54, EVENT_6CF person_event SPRITE_ROCKET, 5, 18, $6, $0, 255, 255, $2, 3, TrainerGruntM3, EVENT_6CE |