Add Common_ to movements.inc

This commit is contained in:
Jaizu
2022-08-28 16:51:45 +02:00
parent 7c0b46f6da
commit ce612de462
67 changed files with 312 additions and 312 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
PokemonLeague_EventScript_OpenDoor::
applymovement OBJ_EVENT_ID_PLAYER, Movement_Delay32
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_Delay32
waitmovement 0
playse SE_RS_DOOR
call PokemonLeague_EventScript_SetDoorOpen
@@ -8,7 +8,7 @@ PokemonLeague_EventScript_OpenDoor::
return
PokemonLeague_EventScript_EnterRoom::
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkUp5
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkUp5
waitmovement 0
setflag FLAG_TEMP_2
playse SE_UNLOCK
@@ -32,7 +32,7 @@ PokemonLeague_EventScript_PreventExit::
end
PokemonLeague_EventScript_OpenDoorLance::
applymovement OBJ_EVENT_ID_PLAYER, Movement_Delay32
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_Delay32
waitmovement 0
playse SE_RS_DOOR
setmetatile 6, 4, METATILE_PokemonLeague_Door_Top_Open, 1