Add scene ID constants (TODO: meaningful names)
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
|
||||
MahoganyMart1F_MapScripts:
|
||||
db 2 ; scene scripts
|
||||
scene_script .DummyScene0
|
||||
scene_script .LanceUncoversStaircase
|
||||
scene_script .DummyScene0 ; SCENE_MAHOGANYMART1F_0
|
||||
scene_script .LanceUncoversStaircase ; SCENE_MAHOGANYMART1F_1
|
||||
|
||||
db 1 ; callbacks
|
||||
callback MAPCALLBACK_TILES, .MahoganyMart1FStaircase
|
||||
@@ -99,7 +99,7 @@ UnknownScript_0x6c38f:
|
||||
applymovement MAHOGANYMART1F_LANCE, MovementData_0x6c412
|
||||
playsound SFX_EXIT_BUILDING
|
||||
disappear MAHOGANYMART1F_LANCE
|
||||
setscene 0
|
||||
setscene SCENE_MAHOGANYMART1F_0
|
||||
waitsfx
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user