Define scene constants alongside scene_scripts (#979)
Generic SCENE_DEFAULT and SCENE_FINISHED are legacy values
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
GoldenrodGym_MapScripts:
|
||||
def_scene_scripts
|
||||
scene_script .DummyScene0 ; SCENE_GOLDENRODGYM_NOTHING
|
||||
scene_script .DummyScene1 ; SCENE_GOLDENRODGYM_WHITNEY_STOPS_CRYING
|
||||
scene_script .DummyScene0, SCENE_GOLDENRODGYM_NOOP
|
||||
scene_script .DummyScene1, SCENE_GOLDENRODGYM_WHITNEY_STOPS_CRYING
|
||||
|
||||
def_callbacks
|
||||
|
||||
@@ -110,7 +110,7 @@ WhitneyCriesScript:
|
||||
waitbutton
|
||||
closetext
|
||||
applymovement GOLDENRODGYM_LASS2, BridgetWalksAwayMovement
|
||||
setscene SCENE_GOLDENRODGYM_NOTHING
|
||||
setscene SCENE_GOLDENRODGYM_NOOP
|
||||
clearevent EVENT_MADE_WHITNEY_CRY
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user