diff options
Diffstat (limited to 'maps/Route16Gate.asm')
-rw-r--r-- | maps/Route16Gate.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/Route16Gate.asm b/maps/Route16Gate.asm index 741b40f15..28b37ee6f 100644 --- a/maps/Route16Gate.asm +++ b/maps/Route16Gate.asm @@ -3,7 +3,7 @@ Route16Gate_MapScripts: db 1 ; scene scripts - scene_script .DummyScene ; SCENE_ROUTE16GATE_0 + scene_script .DummyScene ; SCENE_DEFAULT db 0 ; callbacks @@ -68,8 +68,8 @@ Route16Gate_MapEvents: warp_event 9, 5, 3, ROUTE_16 db 2 ; coord events - coord_event 5, 4, SCENE_ROUTE16GATE_0, UnknownScript_0x733ed - coord_event 5, 5, SCENE_ROUTE16GATE_0, UnknownScript_0x733ed + coord_event 5, 4, SCENE_DEFAULT, UnknownScript_0x733ed + coord_event 5, 5, SCENE_DEFAULT, UnknownScript_0x733ed db 0 ; bg events |