diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-07 22:08:59 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-02-08 14:22:53 -0600 |
commit | 85dc8a528cff3fa35c2c23c25098367b21affb0e (patch) | |
tree | 4493ba40c7db39c8829f78b4dd52f68dd6f01ea1 /data | |
parent | f92b03f266d0e38e9ff35b05bf8686e9c34d2dc5 (diff) |
Move rotating tile puzzle data to src
Diffstat (limited to 'data')
-rw-r--r-- | data/rotating_tile_puzzle.s | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/data/rotating_tile_puzzle.s b/data/rotating_tile_puzzle.s deleted file mode 100644 index f9cf208db..000000000 --- a/data/rotating_tile_puzzle.s +++ /dev/null @@ -1,43 +0,0 @@ - .include "asm/macros.inc" - - .section .rodata - -RotatingTilePuzzle_Movement_ShiftRight:: @ 8612698 - store_lock_anim - walk_right - free_unlock_anim - step_end - -RotatingTilePuzzle_Movement_ShiftDown:: @ 861269C - store_lock_anim - walk_down - free_unlock_anim - step_end - -RotatingTilePuzzle_Movement_ShiftLeft:: @ 86126A0 - store_lock_anim - walk_left - free_unlock_anim - step_end - -RotatingTilePuzzle_Movement_ShiftUp:: @ 86126A4 - store_lock_anim - walk_up - free_unlock_anim - step_end - -RotatingTilePuzzle_Movement_FaceRight:: @ 86126A8 - face_right - step_end - -RotatingTilePuzzle_Movement_FaceDown:: @ 86126AA - face_down - step_end - -RotatingTilePuzzle_Movement_FaceLeft:: @ 86126AC - face_left - step_end - -RotatingTilePuzzle_Movement_FaceUp:: @ 86126AE - face_up - step_end |