Standardize EVENT_OBJECT to OBJECT_EVENT
This commit is contained in:
@@ -30,12 +30,12 @@ Route128_EventScript_KyogreAwakenedScene:: @ 81F6B57
|
||||
closemessage
|
||||
applymovement 5, Route128_Movement_MaxieApproachPlayer
|
||||
waitmovement 0
|
||||
applymovement EVENT_OBJ_ID_PLAYER, Common_Movement_WalkInPlaceFastestUp
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestUp
|
||||
waitmovement 0
|
||||
msgbox Route128_Text_MaxieResposibilityFallsToArchieAndMe, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 4, Route128_Movement_ArchieRunLeft
|
||||
applymovement EVENT_OBJ_ID_PLAYER, Common_Movement_WalkInPlaceFastestLeft
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestLeft
|
||||
applymovement 5, Route128_Movement_MaxieWalkLeft
|
||||
waitmovement 0
|
||||
msgbox Route128_Text_MaxieThisDefiesBelief, MSGBOX_DEFAULT
|
||||
@@ -53,12 +53,12 @@ Route128_EventScript_KyogreAwakenedScene:: @ 81F6B57
|
||||
addobject 3
|
||||
applymovement 3, Route128_Movement_StevenApproachPlayer
|
||||
waitmovement 0
|
||||
applymovement EVENT_OBJ_ID_PLAYER, Common_Movement_WalkInPlaceFastestRight
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestRight
|
||||
waitmovement 0
|
||||
msgbox Route128_Text_StevenWhatIsHappening, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 3, Route128_Movement_StevenWalkUp
|
||||
applymovement EVENT_OBJ_ID_PLAYER, Common_Movement_WalkInPlaceFastestUp
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestUp
|
||||
waitmovement 0
|
||||
msgbox Route128_Text_StevenWholeWorldWillDrown, MSGBOX_DEFAULT
|
||||
applymovement 3, Common_Movement_WalkInPlaceFastestDown
|
||||
|
||||
Reference in New Issue
Block a user