diff options
author | Marcus Huderle <huderlem@gmail.com> | 2020-01-13 20:26:20 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2020-01-13 20:26:20 -0600 |
commit | 5a2d676e71b720e752ca8a624a5795b3b1d7eb6c (patch) | |
tree | 6ef755064008dfae8ce2942dc2762670cdabe815 /data/scripts/movement.inc | |
parent | 5007d279fea5326b41b877703c74fcaa56223364 (diff) | |
parent | 22931846d680de2bc585093678db3f5721aab891 (diff) |
Merge remote-tracking branch 'upstream' into tustin2121-patch-5
Diffstat (limited to 'data/scripts/movement.inc')
-rw-r--r-- | data/scripts/movement.inc | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/data/scripts/movement.inc b/data/scripts/movement.inc new file mode 100644 index 000000000..3dd1a8144 --- /dev/null +++ b/data/scripts/movement.inc @@ -0,0 +1,100 @@ +Common_Movement_QuestionMark: @ 8272596 + emote_question_mark + step_end + +Common_Movement_ExclamationMark: @ 8272598 + emote_exclamation_mark + step_end + +Common_Movement_Delay48: @ 827259A + delay_16 + delay_16 + delay_16 + step_end + +Common_Movement_FacePlayer: @ 827259E + face_player + step_end + +Common_Movement_FaceAwayPlayer: @ 82725A0 + face_away_player + step_end + +Common_Movement_FaceOriginalDirection: @ 82725A2 + face_original_direction + step_end + +Common_Movement_WalkInPlaceFastestLeft: @ 82725A4 + walk_in_place_fastest_left + step_end + +Common_Movement_WalkInPlaceFastestUp: @ 82725A6 + walk_in_place_fastest_up + step_end + +Common_Movement_WalkInPlaceFastestRight: @ 82725A8 + walk_in_place_fastest_right + step_end + +Common_Movement_WalkInPlaceFastestDown: @ 82725AA + walk_in_place_fastest_down + step_end + +Common_Movement_FaceRight: @ 82725AC + face_right + step_end + +Common_Movement_FaceLeft: @ 82725AE + face_left + step_end + +Common_Movement_FaceDown: @ 82725B0 + face_down + step_end + +Common_Movement_FaceUp: @ 82725B2 + face_up + step_end + +Common_Movement_WalkInPlaceDown: @ 82725B4 + walk_in_place_down + step_end + +Common_Movement_WalkInPlaceLeft: @ 82725B6 + walk_in_place_left + step_end + +Common_Movement_WalkInPlaceRight: @ 82725B8 + walk_in_place_right + step_end + +Common_Movement_WalkUp6: @ 82725BA + walk_up + walk_up + walk_up + walk_up + walk_up + walk_up + step_end + +Common_Movement_WalkUp4: @ 82725C1 + walk_up + walk_up + walk_up + walk_up + step_end + +Common_Movement_Delay32: @ 82725C6 + delay_16 + delay_16 + step_end + +Common_Movement_WalkUp: @ 82725C9 + walk_up + step_end + +@ Unused +Common_Movement_WalkUp2:: @ 82725CB + walk_up + walk_up + step_end |