diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-12-17 14:54:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-17 14:54:20 -0500 |
| commit | 9352a537c39471410314be76cf866e058a9349bf (patch) | |
| tree | 328834e569db97c5263bbe128ad0b006d3bb1151 /home | |
| parent | dd5fd058034e087165afe5e6b6ffc669781fffd6 (diff) | |
| parent | ff816609edeedd093e470ef70162d9fec1e92f3d (diff) | |
Merge pull request #85 from ZoomTen/debug-menu
Disassemble sound test portion of debug menu
Diffstat (limited to 'home')
| -rw-r--r-- | home/unknown.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/home/unknown.asm b/home/unknown.asm index f06101b..e808518 100644 --- a/home/unknown.asm +++ b/home/unknown.asm @@ -45,14 +45,14 @@ Function20f8:: ret -SECTION "home/unknown.asm@Unknown_094c", ROM0 +SECTION "home/unknown.asm@Debug menu sound test call", ROM0 -Function094c:: +DebugMenuSoundTest:: ldh a, [hROMBank] push af - ld a, BANK(Functionfe255) + ld a, BANK(_DebugMenuSoundTest) call Bankswitch - call Functionfe255 + call _DebugMenuSoundTest pop af call Bankswitch |
