Rename scene and callback labels (#981)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
This commit is contained in:
@@ -6,19 +6,19 @@
|
||||
|
||||
OlivineCity_MapScripts:
|
||||
def_scene_scripts
|
||||
scene_script .DummyScene0, SCENE_OLIVINECITY_RIVAL_ENCOUNTER
|
||||
scene_script .DummyScene1, SCENE_OLIVINECITY_NOOP
|
||||
scene_script OlivineCityNoop1Scene, SCENE_OLIVINECITY_RIVAL_ENCOUNTER
|
||||
scene_script OlivineCityNoop2Scene, SCENE_OLIVINECITY_NOOP
|
||||
|
||||
def_callbacks
|
||||
callback MAPCALLBACK_NEWMAP, .FlyPoint
|
||||
callback MAPCALLBACK_NEWMAP, OlivineCityFlypointCallback
|
||||
|
||||
.DummyScene0:
|
||||
OlivineCityNoop1Scene:
|
||||
end
|
||||
|
||||
.DummyScene1:
|
||||
OlivineCityNoop2Scene:
|
||||
end
|
||||
|
||||
.FlyPoint:
|
||||
OlivineCityFlypointCallback:
|
||||
setflag ENGINE_FLYPOINT_OLIVINE
|
||||
endcallback
|
||||
|
||||
|
Reference in New Issue
Block a user