OBJ_EVENT_ID_PLAYER/CAMERA -> LOCALID_PLAYER/CAMERA
This commit is contained in:
@@ -74,12 +74,12 @@ EverGrandeCity_PokemonLeague_1F_EventScript_DoorGuard::
|
||||
end
|
||||
|
||||
EverGrandeCity_PokemonLeague_1F_EventScript_PlayerMoveToFrontFromRight::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, EverGrandeCity_PokemonLeague_1F_Movement_MoveToFrontFromRight
|
||||
applymovement LOCALID_PLAYER, EverGrandeCity_PokemonLeague_1F_Movement_MoveToFrontFromRight
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
EverGrandeCity_PokemonLeague_1F_EventScript_PlayerMoveToFrontFromLeft::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, EverGrandeCity_PokemonLeague_1F_Movement_MoveToFrontFromLeft
|
||||
applymovement LOCALID_PLAYER, EverGrandeCity_PokemonLeague_1F_Movement_MoveToFrontFromLeft
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user