summaryrefslogtreecommitdiff
path: root/data/maps/objects/SugarRouteGate.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/objects/SugarRouteGate.asm')
-rw-r--r--data/maps/objects/SugarRouteGate.asm14
1 files changed, 7 insertions, 7 deletions
diff --git a/data/maps/objects/SugarRouteGate.asm b/data/maps/objects/SugarRouteGate.asm
index 2ebce43..35e2cbb 100644
--- a/data/maps/objects/SugarRouteGate.asm
+++ b/data/maps/objects/SugarRouteGate.asm
@@ -7,15 +7,15 @@ SECTION "data/maps/objects/SugarRouteGate.asm", ROMX
SugarRouteGate_MapEvents::
dw $4000 ; unknown
- db 4 ; warp events
- warp_event 4, 7, 12, NEWTYPE, wOverworldMapBlocks + 47
- warp_event 5, 7, 13, NEWTYPE, wOverworldMapBlocks + 47
- warp_event 4, 0, 1, SUGAR_ROUTE, wOverworldMapBlocks + 14
- warp_event 5, 0, 2, SUGAR_ROUTE, wOverworldMapBlocks + 14
+ def_warp_events
+ warp_event 4, 7, NEWTYPE, 12, 47
+ warp_event 5, 7, NEWTYPE, 13, 47
+ warp_event 4, 0, SUGAR_ROUTE, 1, 14
+ warp_event 5, 0, SUGAR_ROUTE, 2, 14
- db 0 ; bg events
+ def_bg_events
- db 0 ; person events
+ def_object_events
SugarRouteGate_Blocks::
INCBIN "maps/SugarRouteGate.blk"