summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2021-06-20 12:35:07 -0400
committerGitHub <noreply@github.com>2021-06-20 12:35:07 -0400
commit71050d61347bfe1e196a385d84bfb6a3c6d7e22d (patch)
tree12aefb3cd266f5ddda4825117022b48b37215982 /home
parentf917febffb80f8c8d1c34eda191b5ec3011a2f77 (diff)
parentc4ed739daa6513d16a67b752ef12bc008aaba2fe (diff)
Merge pull request #96 from ZoomTen/cries-sfx
Rip SFX and cries (bank $3c)
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 508a729..d79435e 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -82,10 +82,10 @@ PlayCryHeader::
ldh a, [hROMBank]
push af
- ld a, BANK(CryHeaders)
+ ld a, BANK(PokemonCries)
ld [MBC3RomBank], a ; Unsafe
ldh [hROMBank], a
- ld hl, CryHeaders
+ ld hl, PokemonCries
rept 6
add hl, de
endr
diff --git a/home/cry.asm b/home/cry.asm
index 994bc29..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(CryHeaders)
+ ld a, BANK(PokemonCries)
call Bankswitch
- ld hl, CryHeaders
+ ld hl, PokemonCries
add hl, bc
add hl, bc
add hl, bc