diff options
Diffstat (limited to 'data/maps/objects/Route2Gate.asm')
-rw-r--r-- | data/maps/objects/Route2Gate.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/objects/Route2Gate.asm b/data/maps/objects/Route2Gate.asm index 8d8b5db2..a31e92b0 100644 --- a/data/maps/objects/Route2Gate.asm +++ b/data/maps/objects/Route2Gate.asm @@ -10,7 +10,7 @@ Route2Gate_Object: def_bg_events def_object_events - object_event 1, 4, SPRITE_SCIENTIST, STAY, LEFT, 1 ; person - object_event 5, 4, SPRITE_YOUNGSTER, WALK, LEFT_RIGHT, 2 ; person + object_event 1, 4, SPRITE_SCIENTIST, STAY, LEFT, 1 ; person + object_event 5, 4, SPRITE_YOUNGSTER, WALK, LEFT_RIGHT, 2 ; person def_warps_to ROUTE_2_GATE |