diff options
Diffstat (limited to 'data/maps/objects/ViridianForestNorthGate.asm')
-rw-r--r-- | data/maps/objects/ViridianForestNorthGate.asm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/data/maps/objects/ViridianForestNorthGate.asm b/data/maps/objects/ViridianForestNorthGate.asm index 137b8b3b..28d91ebe 100644 --- a/data/maps/objects/ViridianForestNorthGate.asm +++ b/data/maps/objects/ViridianForestNorthGate.asm @@ -1,16 +1,16 @@ ViridianForestNorthGate_Object: db $a ; border block - def_warps - warp 4, 0, 1, LAST_MAP - warp 5, 0, 1, LAST_MAP - warp 4, 7, 0, VIRIDIAN_FOREST - warp 5, 7, 0, VIRIDIAN_FOREST + def_warp_events + warp_event 4, 0, LAST_MAP, 1 + warp_event 5, 0, LAST_MAP, 1 + warp_event 4, 7, VIRIDIAN_FOREST, 0 + warp_event 5, 7, VIRIDIAN_FOREST, 0 - def_signs + def_bg_events - def_objects - object SPRITE_SUPER_NERD, 3, 2, STAY, NONE, 1 ; person - object SPRITE_GRAMPS, 2, 5, STAY, NONE, 2 ; person + def_object_events + object_event 3, 2, SPRITE_SUPER_NERD, STAY, NONE, 1 ; person + object_event 2, 5, SPRITE_GRAMPS, STAY, NONE, 2 ; person def_warps_to VIRIDIAN_FOREST_NORTH_GATE |