summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorZumi Daxuya <daxuya.zumi+code@protonmail.com>2021-05-31 14:04:03 +0700
committerZumi Daxuya <daxuya.zumi+code@protonmail.com>2021-05-31 14:04:03 +0700
commit58df9a84ec99b0c340a3387c5c9bc758dbabf4c4 (patch)
tree9b9f2bf10dcf5759492ef0d4337ac14ae1c81bd6 /constants
parent7c2e2be563910e2529b911991e60c92992d20f27 (diff)
Preliminary cry labelling
Diffstat (limited to 'constants')
-rw-r--r--constants/cry_constants.asm42
1 files changed, 42 insertions, 0 deletions
diff --git a/constants/cry_constants.asm b/constants/cry_constants.asm
new file mode 100644
index 0000000..f8a4341
--- /dev/null
+++ b/constants/cry_constants.asm
@@ -0,0 +1,42 @@
+; Cries indexes (see audio/cry_pointers.asm)
+ const_def
+
+ const CRY_00 ; 00
+ const CRY_01 ; 01
+ const CRY_02 ; 02
+ const CRY_03 ; 03
+ const CRY_04 ; 04
+ const CRY_05 ; 05
+ const CRY_06 ; 06
+ const CRY_07 ; 07
+ const CRY_08 ; 08
+ const CRY_09 ; 09
+ const CRY_0A ; 0a
+ const CRY_0B ; 0b
+ const CRY_0C ; 0c
+ const CRY_0D ; 0d
+ const CRY_0E ; 0e
+ const CRY_0F ; 0f
+ const CRY_10 ; 10
+ const CRY_11 ; 11
+ const CRY_12 ; 12
+ const CRY_13 ; 13
+ const CRY_14 ; 14
+ const CRY_15 ; 15
+ const CRY_16 ; 16
+ const CRY_17 ; 17
+ const CRY_18 ; 18
+ const CRY_19 ; 19
+ const CRY_1A ; 1a
+ const CRY_1B ; 1b
+ const CRY_1C ; 1c
+ const CRY_1D ; 1d
+ const CRY_1E ; 1e
+ const CRY_1F ; 1f
+ const CRY_20 ; 20
+ const CRY_21 ; 21
+ const CRY_22 ; 22
+ const CRY_23 ; 23
+ const CRY_24 ; 24
+ const CRY_25 ; 25
+