Standardize EVENT_OBJECT to OBJECT_EVENT
This commit is contained in:
@@ -234,7 +234,7 @@ Route120_EventScript_RemoveBridgeKecleonPostBattle:: @ 81F571C
|
||||
|
||||
Route120_EventScript_StevenGiveDeconScope:: @ 81F572C
|
||||
applymovement 31, Common_Movement_WalkInPlaceFastestDown
|
||||
applymovement EVENT_OBJ_ID_PLAYER, Common_Movement_WalkInPlaceFastestUp
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestUp
|
||||
waitmovement 0
|
||||
msgbox Route120_Text_StevenGiveDevonScope, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_DEVON_SCOPE
|
||||
@@ -258,12 +258,12 @@ Route120_EventScript_StevenGiveDeconScope:: @ 81F572C
|
||||
end
|
||||
|
||||
Route120_EventScript_PlayerApproachKecleonNorth:: @ 81F57A3
|
||||
applymovement EVENT_OBJ_ID_PLAYER, Common_Movement_WalkInPlaceFastestLeft
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestLeft
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
Route120_EventScript_PlayerApproachKecleonWest:: @ 81F57AE
|
||||
applymovement EVENT_OBJ_ID_PLAYER, Route120_Movement_ApproachKecleonWest
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Route120_Movement_ApproachKecleonWest
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user