OBJ_EVENT_ID_PLAYER/CAMERA -> LOCALID_PLAYER/CAMERA
This commit is contained in:
@@ -59,11 +59,11 @@ OneIsland_PokemonCenter_1F_OnFrame::
|
||||
OneIsland_PokemonCenter_1F_EventScript_MeetCelioScene::
|
||||
lockall
|
||||
textcolor NPC_TEXT_COLOR_MALE
|
||||
applymovement OBJ_EVENT_ID_PLAYER, OneIsland_PokemonCenter_1F_Movement_PlayerWalkToCelio
|
||||
applymovement LOCALID_PLAYER, OneIsland_PokemonCenter_1F_Movement_PlayerWalkToCelio
|
||||
applymovement LOCALID_BILL, OneIsland_PokemonCenter_1F_Movement_BillWalkToCelio
|
||||
waitmovement 0
|
||||
msgbox OneIsland_PokemonCenter_1F_Text_BillHeyThereCelio
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterRight
|
||||
applymovement LOCALID_PLAYER, Common_Movement_WalkInPlaceFasterRight
|
||||
waitmovement 0
|
||||
playse SE_PIN
|
||||
applymovement LOCALID_CELIO, Common_Movement_ExclamationMark
|
||||
@@ -75,12 +75,12 @@ OneIsland_PokemonCenter_1F_EventScript_MeetCelioScene::
|
||||
msgbox OneIsland_PokemonCenter_1F_Text_CelioCantBelieveYouCameOut
|
||||
msgbox OneIsland_PokemonCenter_1F_Text_BillHowsYourResearchComing
|
||||
applymovement LOCALID_BILL, Common_Movement_WalkInPlaceFasterDown
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterUp
|
||||
applymovement LOCALID_PLAYER, Common_Movement_WalkInPlaceFasterUp
|
||||
waitmovement 0
|
||||
msgbox OneIsland_PokemonCenter_1F_Text_ThisIsMyBuddyCelio
|
||||
applymovement LOCALID_BILL, Common_Movement_WalkInPlaceFasterRight
|
||||
waitmovement 0
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterRight
|
||||
applymovement LOCALID_PLAYER, Common_Movement_WalkInPlaceFasterRight
|
||||
waitmovement 0
|
||||
call_if_set FLAG_SYS_GAME_CLEAR, OneIsland_PokemonCenter_1F_EventScript_IntroducePlayerChamp
|
||||
call_if_unset FLAG_SYS_GAME_CLEAR, OneIsland_PokemonCenter_1F_EventScript_IntroducePlayerNotChamp
|
||||
@@ -97,7 +97,7 @@ OneIsland_PokemonCenter_1F_EventScript_MeetCelioScene::
|
||||
msgbox OneIsland_PokemonCenter_1F_Text_BillLetMeHelpYou
|
||||
applymovement LOCALID_BILL, Common_Movement_WalkInPlaceFasterDown
|
||||
waitmovement 0
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterUp
|
||||
applymovement LOCALID_PLAYER, Common_Movement_WalkInPlaceFasterUp
|
||||
waitmovement 0
|
||||
msgbox OneIsland_PokemonCenter_1F_Text_CanYouDeliverThisMeteoritePlayer
|
||||
msgreceiveditem OneIsland_PokemonCenter_1F_Text_AcceptedMeteoriteFromBill, ITEM_METEORITE, 1, MUS_OBTAIN_KEY_ITEM
|
||||
@@ -450,7 +450,7 @@ OneIsland_PokemonCenter_1F_EventScript_LeaveOneIslandScene::
|
||||
call_if_eq VAR_TEMP_1, 4, OneIsland_PokemonCenter_1F_EventScript_PlayerWalkToBillBottom
|
||||
delay 10
|
||||
msgbox OneIsland_PokemonCenter_1F_Text_BillWeGotItDone
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterDown
|
||||
applymovement LOCALID_PLAYER, Common_Movement_WalkInPlaceFasterDown
|
||||
waitmovement 0
|
||||
msgbox OneIsland_PokemonCenter_1F_Text_CelioJobWentQuick
|
||||
applymovement LOCALID_BILL, Common_Movement_WalkInPlaceFasterDown
|
||||
@@ -463,7 +463,7 @@ OneIsland_PokemonCenter_1F_EventScript_LeaveOneIslandScene::
|
||||
applymovement LOCALID_BILL, Common_Movement_WalkInPlaceFasterLeft
|
||||
waitmovement 0
|
||||
delay 10
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterRight
|
||||
applymovement LOCALID_PLAYER, Common_Movement_WalkInPlaceFasterRight
|
||||
waitmovement 0
|
||||
delay 15
|
||||
msgbox OneIsland_PokemonCenter_1F_Text_BillWeShouldHeadBackToKanto
|
||||
@@ -473,12 +473,12 @@ OneIsland_PokemonCenter_1F_EventScript_LeaveOneIslandScene::
|
||||
delay 15
|
||||
applymovement LOCALID_CELIO, Common_Movement_WalkInPlaceFasterLeft
|
||||
waitmovement 0
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterDown
|
||||
applymovement LOCALID_PLAYER, Common_Movement_WalkInPlaceFasterDown
|
||||
waitmovement 0
|
||||
msgbox OneIsland_PokemonCenter_1F_Text_CelioPromiseIllShowYouAroundSometime
|
||||
closemessage
|
||||
delay 25
|
||||
applymovement OBJ_EVENT_ID_PLAYER, OneIsland_PokemonCenter_1F_Movement_PlayerExit
|
||||
applymovement LOCALID_PLAYER, OneIsland_PokemonCenter_1F_Movement_PlayerExit
|
||||
applymovement LOCALID_BILL, OneIsland_PokemonCenter_1F_Movement_BillExit
|
||||
waitmovement 0
|
||||
playse SE_EXIT
|
||||
@@ -492,22 +492,22 @@ OneIsland_PokemonCenter_1F_EventScript_LeaveOneIslandScene::
|
||||
end
|
||||
|
||||
OneIsland_PokemonCenter_1F_EventScript_PlayerWalkToBillTop::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillTop
|
||||
applymovement LOCALID_PLAYER, OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillTop
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
OneIsland_PokemonCenter_1F_EventScript_PlayerWalkToBillMidTop::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillMidTop
|
||||
applymovement LOCALID_PLAYER, OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillMidTop
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
OneIsland_PokemonCenter_1F_EventScript_PlayerWalkToBillMidBottom::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillMidBottom
|
||||
applymovement LOCALID_PLAYER, OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillMidBottom
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
OneIsland_PokemonCenter_1F_EventScript_PlayerWalkToBillBottom::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillBottom
|
||||
applymovement LOCALID_PLAYER, OneIsland_PokemonCenter_1F_Movement_PlayerWalkToBillBottom
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user