diff options
Diffstat (limited to 'data/maps/objects/SugarRoute.asm')
-rw-r--r-- | data/maps/objects/SugarRoute.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/objects/SugarRoute.asm b/data/maps/objects/SugarRoute.asm index e5024fd..024fe89 100644 --- a/data/maps/objects/SugarRoute.asm +++ b/data/maps/objects/SugarRoute.asm @@ -9,13 +9,13 @@ SECTION "data/maps/objects/SugarRoute.asm", ROMX SugarRoute_MapEvents:: dw $4000 ; unknown - db 2 ; warp events - warp_event 8, 48, 3, SUGAR_ROUTE_GATE, wOverworldMapBlocks + 405 - warp_event 9, 48, 4, SUGAR_ROUTE_GATE, wOverworldMapBlocks + 405 + def_warp_events + warp_event 8, 48, SUGAR_ROUTE_GATE, 3, 405 + warp_event 9, 48, SUGAR_ROUTE_GATE, 4, 405 - db 0 ; bg events + def_bg_events - db 0 ; person events + def_object_events SugarRoute_Blocks:: INCBIN "maps/SugarRoute.blk" |