diff options
| author | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-16 20:59:36 +0700 |
|---|---|---|
| committer | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-16 21:04:40 +0700 |
| commit | 906ec5730c0ad831f68143b227b850189b0baed9 (patch) | |
| tree | 1ea572f74ce6199feee30e777bf9e21a9da87b24 /home | |
| parent | dd5fd058034e087165afe5e6b6ffc669781fffd6 (diff) | |
Disassemble sound test 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 |
