summaryrefslogtreecommitdiff
path: root/data/rotating_tile_puzzle.s
diff options
context:
space:
mode:
Diffstat (limited to 'data/rotating_tile_puzzle.s')
-rw-r--r--data/rotating_tile_puzzle.s43
1 files changed, 43 insertions, 0 deletions
diff --git a/data/rotating_tile_puzzle.s b/data/rotating_tile_puzzle.s
new file mode 100644
index 000000000..f9cf208db
--- /dev/null
+++ b/data/rotating_tile_puzzle.s
@@ -0,0 +1,43 @@
+ .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