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

@@ -3,14 +3,14 @@
BattleTowerElevator_MapScripts:
db 2 ; scene scripts
scene_script .Scene0
scene_script .Scene1
scene_script .Scene0 ; SCENE_BATTLETOWERELEVATOR_0
scene_script .Scene1 ; SCENE_BATTLETOWERELEVATOR_1
db 0 ; callbacks
.Scene0:
priorityjump .RideElevator
setscene 1
setscene SCENE_BATTLETOWERELEVATOR_1
.Scene1:
end