diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-13 00:27:45 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-13 00:29:20 -0400 |
commit | 006fc875971c92f2249f47b5fd120c5df76c6883 (patch) | |
tree | d8f076615a9224683d888bc5a08bc7f5e96d58a9 /maps/Route4.asm | |
parent | 39d8b6c83f72f2c47ea088087891fab4a5946034 (diff) |
Replaced EVENT_ALWAYS_THERE with -1
Diffstat (limited to 'maps/Route4.asm')
-rw-r--r-- | maps/Route4.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/Route4.asm b/maps/Route4.asm index d05500032..cb5069682 100644 --- a/maps/Route4.asm +++ b/maps/Route4.asm @@ -182,7 +182,7 @@ Route4_MapEventHeader: ; people-events db 4 - person_event SPRITE_YOUNGSTER, 13, 21, $6, $0, 255, 255, $92, 3, TrainerBird_keeperHank, EVENT_ALWAYS_THERE - person_event SPRITE_LASS, 12, 13, $8, $0, 255, 255, $a2, 4, TrainerPicnickerHope, EVENT_ALWAYS_THERE - person_event SPRITE_LASS, 10, 25, $9, $0, 255, 255, $a2, 4, TrainerPicnickerSharon, EVENT_ALWAYS_THERE + person_event SPRITE_YOUNGSTER, 13, 21, $6, $0, 255, 255, $92, 3, TrainerBird_keeperHank, -1 + person_event SPRITE_LASS, 12, 13, $8, $0, 255, 255, $a2, 4, TrainerPicnickerHope, -1 + person_event SPRITE_LASS, 10, 25, $9, $0, 255, 255, $a2, 4, TrainerPicnickerSharon, -1 person_event SPRITE_POKE_BALL, 7, 30, $1, $0, 255, 255, $1, 0, ItemFragment_0x1ae20f, EVENT_787 |