Preliminary cry labelling

This commit is contained in:
Zumi Daxuya 2021-05-31 14:04:03 +07:00
parent 7c2e2be563
commit 58df9a84ec
3 changed files with 607 additions and 563 deletions

File diff suppressed because it is too large Load Diff

View File

@ -36,6 +36,7 @@ INCLUDE "constants/battle_constants.asm"
INCLUDE "constants/palette_constants.asm"
INCLUDE "constants/music_constants.asm"
INCLUDE "constants/sfx_constants.asm"
INCLUDE "constants/cry_constants.asm"
INCLUDE "constants/landmark_constants.asm"
INCLUDE "constants/map_constants.asm"
INCLUDE "constants/map_setup_constants.asm"

View File

@ -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