Document trainer approach funcs, and use movement type constants in scripts

This commit is contained in:
Marcus Huderle
2019-01-20 10:11:45 -06:00
committed by huderlem
parent e81838dba3
commit 36a1825bbe
33 changed files with 126 additions and 124 deletions

View File

@@ -11,12 +11,12 @@ VictoryRoad_1F_MapScript1_235D80: @ 8235D80
VictoryRoad_1F_EventScript_235D97:: @ 8235D97
setobjectxyperm 4, 2, 24
setobjectmovementtype 4, 8
setobjectmovementtype 4, MOVEMENT_TYPE_FACE_DOWN
return
VictoryRoad_1F_EventScript_235DA3:: @ 8235DA3
setobjectxyperm 4, 3, 24
setobjectmovementtype 4, 8
setobjectmovementtype 4, MOVEMENT_TYPE_FACE_DOWN
return
VictoryRoad_1F_EventScript_235DAF:: @ 8235DAF