diff options
Diffstat (limited to 'maps/Route6.asm')
-rw-r--r-- | maps/Route6.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route6.asm b/maps/Route6.asm index 8399d1648..0b6787dd5 100644 --- a/maps/Route6.asm +++ b/maps/Route6.asm @@ -137,5 +137,5 @@ Route6_MapEventHeader: ; people-events db 3 person_event SPRITE_POKEFAN_M, 8, 21, $6, $0, 255, 255, $b0, 2, PokefanMScript_0x1ad951, EVENT_771 - person_event SPRITE_POKEFAN_M, 16, 13, $9, $0, 255, 255, $82, 0, TrainerPokefanmRex, EVENT_ALWAYS_THERE - person_event SPRITE_POKEFAN_M, 16, 14, $8, $0, 255, 255, $82, 0, TrainerPokefanmAllan, EVENT_ALWAYS_THERE + person_event SPRITE_POKEFAN_M, 16, 13, $9, $0, 255, 255, $82, 0, TrainerPokefanmRex, -1 + person_event SPRITE_POKEFAN_M, 16, 14, $8, $0, 255, 255, $82, 0, TrainerPokefanmAllan, -1 |