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,8 +3,8 @@
BrunosRoom_MapScripts:
db 2 ; scene scripts
scene_script .LockDoor
scene_script .DummyScene
scene_script .LockDoor ; SCENE_BRUNOSROOM_0
scene_script .DummyScene ; SCENE_BRUNOSROOM_1
db 1 ; callbacks
callback MAPCALLBACK_TILES, .BrunosRoomDoors
@@ -35,7 +35,7 @@ BrunosRoom_MapScripts:
changeblock 4, 14, $2a ; wall
reloadmappart
closetext
setscene 1
setscene SCENE_BRUNOSROOM_1
setevent EVENT_BRUNOS_ROOM_ENTRANCE_CLOSED
waitsfx
end