Rename scene and callback labels (#981)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
This commit is contained in:
@@ -12,9 +12,9 @@ BlackthornGym2F_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
callback MAPCALLBACK_CMDQUEUE, .SetUpStoneTable
|
||||
callback MAPCALLBACK_CMDQUEUE, BlackthornGym2FSetUpStoneTableCallback
|
||||
|
||||
.SetUpStoneTable:
|
||||
BlackthornGym2FSetUpStoneTableCallback:
|
||||
writecmdqueue .CommandQueue
|
||||
endcallback
|
||||
|
||||
|
Reference in New Issue
Block a user