diff options
author | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2021-05-31 14:36:15 +0700 |
---|---|---|
committer | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2021-05-31 14:58:11 +0700 |
commit | c4ed739daa6513d16a67b752ef12bc008aaba2fe (patch) | |
tree | 0ebe82195ac7e5cf4ed7ca3cbc65a908f584f002 /constants/sfx_constants.asm | |
parent | d3da336c870b2091afd3c42b7911cd8cecd14a7e (diff) |
Relabel SFX to match constants
Diffstat (limited to 'constants/sfx_constants.asm')
-rw-r--r-- | constants/sfx_constants.asm | 3 |
1 files changed, 2 insertions, 1 deletions
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 + |