diff options
| author | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-18 13:16:13 +0700 |
|---|---|---|
| committer | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-18 13:16:13 +0700 |
| commit | 653179ffcf19459faebf1b499486cda1d9dfeee0 (patch) | |
| tree | 42f254cc7545d08f3c1c078542c9def4c81f525e /home | |
| parent | 3880da84429f7d3d2c9a159e698a1e086d857555 (diff) | |
| parent | b1ae1098d06d9865c767471e539fa65f77101aaa (diff) | |
Merge branch 'master' of https://github.com/pret/pokegold-spaceworld
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
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 |
