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

@@ -15,9 +15,9 @@ Route104_MrBrineysHouse_EventScript_229D4C:: @ 8229D4C
Route104_MrBrineysHouse_EventScript_229D50:: @ 8229D50
setobjectxyperm 1, 9, 3
setobjectmovementtype 1, 50
setobjectmovementtype 1, MOVEMENT_TYPE_WALK_SEQUENCE_DOWN_LEFT_UP_RIGHT
setobjectxyperm 2, 9, 6
setobjectmovementtype 2, 51
setobjectmovementtype 2, MOVEMENT_TYPE_WALK_SEQUENCE_LEFT_UP_RIGHT_DOWN
return
Route104_MrBrineysHouse_EventScript_229D67:: @ 8229D67