summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
Diffstat (limited to 'constants')
-rw-r--r--constants/cry_constants.asm42
-rw-r--r--constants/sfx_constants.asm3
2 files changed, 44 insertions, 1 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
+
diff --git a/constants/sfx_constants.asm b/constants/sfx_constants.asm
index fcd1edf..a0a3418 100644
--- a/constants/sfx_constants.asm
+++ b/constants/sfx_constants.asm
@@ -1,11 +1,11 @@
; TODO
-SFX_BOOT_PC EQU $0A
SFX_POTION EQU $01
SFX_FULL_HEAL EQU $02
SFX_MENU EQU $03
SFX_READ_TEXT EQU $04
SFX_READ_TEXT_2 EQU $05
+SFX_BOOT_PC EQU $0A
SFX_ESCAPE_ROPE EQU $0B ; player shrink
SFX_WRONG EQU $14
SFX_SWITCH_POKEMON EQU $1B
@@ -26,3 +26,4 @@ SFX_GET_KEY_ITEM_RG EQU $68
SFX_UNUSED_FANFARE_2 EQU $69
SFX_CAUGHT_POKEMON_RG EQU $6A
SFX_UNUSED_FANFARE_3 EQU $6B
+