Add scene ID constants (TODO: meaningful names)

This commit is contained in:
Rangi
2018-01-31 23:16:51 -05:00
parent 7d6e82ef1c
commit a17623d96b
87 changed files with 826 additions and 437 deletions

View File

@@ -5,8 +5,8 @@
VictoryRoadGate_MapScripts:
db 2 ; scene scripts
scene_script .DummyScene0
scene_script .DummyScene1
scene_script .DummyScene0 ; SCENE_VICTORYROADGATE_0
scene_script .DummyScene1 ; SCENE_VICTORYROADGATE_1
db 0 ; callbacks
@@ -38,7 +38,7 @@ VictoryRoadGateBadgeCheckScript:
writetext VictoryRoadGateEightBadgesText
waitbutton
closetext
setscene 1
setscene SCENE_VICTORYROADGATE_1
end
VictoryRoadGateLeftBlackBeltScript:
@@ -109,7 +109,7 @@ VictoryRoadGate_MapEvents:
warp_event 2, 7, 2, ROUTE_28
db 1 ; coord events
coord_event 10, 11, 0, VictoryRoadGateBadgeCheckScene
coord_event 10, 11, SCENE_VICTORYROADGATE_0, VictoryRoadGateBadgeCheckScene
db 0 ; bg events