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

@@ -11,8 +11,8 @@
Route27_MapScripts:
db 2 ; scene scripts
scene_script .DummyScene0
scene_script .DummyScene1
scene_script .DummyScene0 ; SCENE_ROUTE27_0
scene_script .DummyScene1 ; SCENE_ROUTE27_1
db 0 ; callbacks
@@ -40,7 +40,7 @@ UnknownScript_0x1a088c:
writetext Route27FisherText
waitbutton
closetext
setscene 1
setscene SCENE_ROUTE27_1
end
Route27FisherScript:
@@ -474,8 +474,8 @@ Route27_MapEvents:
warp_event 36, 5, 2, TOHJO_FALLS
db 2 ; coord events
coord_event 18, 10, 0, UnknownScript_0x1a0873
coord_event 19, 10, 0, UnknownScript_0x1a0881
coord_event 18, 10, SCENE_ROUTE27_0, UnknownScript_0x1a0873
coord_event 19, 10, SCENE_ROUTE27_0, UnknownScript_0x1a0881
db 1 ; bg events
bg_event 25, 7, BGEVENT_READ, TohjoFallsSign