summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorZumi Daxuya <daxuya.zumi+code@protonmail.com>2021-05-31 14:22:22 +0700
committerZumi Daxuya <daxuya.zumi+code@protonmail.com>2021-05-31 14:22:22 +0700
commitd3da336c870b2091afd3c42b7911cd8cecd14a7e (patch)
tree6f43b3a8601521e91476b6fa6efbc64566e12887 /home
parent58df9a84ec99b0c340a3387c5c9bc758dbabf4c4 (diff)
Reorganize cry and SFX more closely to pokegold
Diffstat (limited to 'home')
-rw-r--r--home/audio.asm4
-rw-r--r--home/cry.asm4
2 files changed, 4 insertions, 4 deletions
diff --git a/home/audio.asm b/home/audio.asm
index 94dbea4..d79435e 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -82,10 +82,10 @@ PlayCryHeader::
ldh a, [hROMBank]
push af
- ld a, BANK(Cries)
+ ld a, BANK(PokemonCries)
ld [MBC3RomBank], a ; Unsafe
ldh [hROMBank], a
- ld hl, Cries
+ ld hl, PokemonCries
rept 6
add hl, de
endr
diff --git a/home/cry.asm b/home/cry.asm
index dc446c8..706187b 100644
--- a/home/cry.asm
+++ b/home/cry.asm
@@ -33,9 +33,9 @@ LoadCryHeader::
call GetCryIndex
ldh a, [hROMBank]
push af
- ld a, BANK(Cries)
+ ld a, BANK(PokemonCries)
call Bankswitch
- ld hl, Cries
+ ld hl, PokemonCries
add hl, bc
add hl, bc
add hl, bc