2018-11-27 17:21:48 +01:00
|
|
|
.include "asm/macros.inc"
|
|
|
|
|
|
|
|
.section .rodata
|
|
|
|
|
2019-10-16 10:09:30 +02:00
|
|
|
RotatingTilePuzzle_Movement_ShiftRight:: @ 8612698
|
2018-11-27 17:21:48 +01:00
|
|
|
store_lock_anim
|
|
|
|
walk_right
|
|
|
|
free_unlock_anim
|
|
|
|
step_end
|
|
|
|
|
2019-10-16 10:09:30 +02:00
|
|
|
RotatingTilePuzzle_Movement_ShiftDown:: @ 861269C
|
2018-11-27 17:21:48 +01:00
|
|
|
store_lock_anim
|
|
|
|
walk_down
|
|
|
|
free_unlock_anim
|
|
|
|
step_end
|
|
|
|
|
2019-10-16 10:09:30 +02:00
|
|
|
RotatingTilePuzzle_Movement_ShiftLeft:: @ 86126A0
|
2018-11-27 17:21:48 +01:00
|
|
|
store_lock_anim
|
|
|
|
walk_left
|
|
|
|
free_unlock_anim
|
|
|
|
step_end
|
|
|
|
|
2019-10-16 10:09:30 +02:00
|
|
|
RotatingTilePuzzle_Movement_ShiftUp:: @ 86126A4
|
2018-11-27 17:21:48 +01:00
|
|
|
store_lock_anim
|
|
|
|
walk_up
|
|
|
|
free_unlock_anim
|
|
|
|
step_end
|
|
|
|
|
2019-10-16 10:09:30 +02:00
|
|
|
RotatingTilePuzzle_Movement_FaceRight:: @ 86126A8
|
2018-11-27 17:21:48 +01:00
|
|
|
face_right
|
|
|
|
step_end
|
|
|
|
|
2019-10-16 10:09:30 +02:00
|
|
|
RotatingTilePuzzle_Movement_FaceDown:: @ 86126AA
|
2018-11-27 17:21:48 +01:00
|
|
|
face_down
|
|
|
|
step_end
|
|
|
|
|
2019-10-16 10:09:30 +02:00
|
|
|
RotatingTilePuzzle_Movement_FaceLeft:: @ 86126AC
|
2018-11-27 17:21:48 +01:00
|
|
|
face_left
|
|
|
|
step_end
|
|
|
|
|
2019-10-16 10:09:30 +02:00
|
|
|
RotatingTilePuzzle_Movement_FaceUp:: @ 86126AE
|
2018-11-27 17:21:48 +01:00
|
|
|
face_up
|
|
|
|
step_end
|