Rename scene and callback labels (#981)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
This commit is contained in:
@@ -8,15 +8,15 @@
|
||||
|
||||
GoldenrodGym_MapScripts:
|
||||
def_scene_scripts
|
||||
scene_script .DummyScene0, SCENE_GOLDENRODGYM_NOOP
|
||||
scene_script .DummyScene1, SCENE_GOLDENRODGYM_WHITNEY_STOPS_CRYING
|
||||
scene_script GoldenrodGymNoop1Scene, SCENE_GOLDENRODGYM_NOOP
|
||||
scene_script GoldenrodGymNoop2Scene, SCENE_GOLDENRODGYM_WHITNEY_STOPS_CRYING
|
||||
|
||||
def_callbacks
|
||||
|
||||
.DummyScene0:
|
||||
GoldenrodGymNoop1Scene:
|
||||
end
|
||||
|
||||
.DummyScene1:
|
||||
GoldenrodGymNoop2Scene:
|
||||
end
|
||||
|
||||
GoldenrodGymWhitneyScript:
|
||||
|
Reference in New Issue
Block a user