diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-12-20 17:31:22 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-20 17:31:22 -0600 |
commit | 74b7676ae2d188bdc979e9b337534748c41a5d61 (patch) | |
tree | 7838ca3c7546e7167e7a39478884598b448b3ccd /include/asm/constants/script_func_constants.inc | |
parent | 3e84c8e11ba8b2ec8b9006d3fa5e4f87c4fcc8ad (diff) | |
parent | 010d641899be44eb7fc5f458d819c332e092d03f (diff) |
Merge pull request #86 from mid-kid/master
More disassembly and dependency generation fixes...
Diffstat (limited to 'include/asm/constants/script_func_constants.inc')
-rw-r--r-- | include/asm/constants/script_func_constants.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/asm/constants/script_func_constants.inc b/include/asm/constants/script_func_constants.inc new file mode 100644 index 0000000..157153d --- /dev/null +++ b/include/asm/constants/script_func_constants.inc @@ -0,0 +1,14 @@ +.set WAIT_START_FUNC, 0x03 +.set WAKEUP_FUNC, 0x20 +.set LOOK_AROUND_FUNC, 0x21 +.set JUMP_HAPPY_FUNC, 0x25 +.set JUMP_ANGRY_FUNC, 0x27 +.set NOTICE_FUNC, 0x28 +.set QUESTION_FUNC, 0x29 +.set SWEAT_FUNC, 0x2A +.set SHOCK_FUNC, 0x2B +.set SMILE_START_FUNC, 0x2E +.set SMILE_END_FUNC, 0x2F +.set INIT_SLEEP_FUNC, 0x35 +.set LIVES_WARP_ARRIVE_FUNC, 0x51 +.set LIVES_WARP_ARRIVE2_FUNC, 0x52 |