summaryrefslogtreecommitdiff
path: root/src/engine/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r--src/engine/home.asm5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm
index 98b10ac..edbd6f5 100644
--- a/src/engine/home.asm
+++ b/src/engine/home.asm
@@ -11051,9 +11051,10 @@ Func_3b11: ; 3b11 (0:3b11)
Func_3b21: ; 3b21 (0:3b21)
ldh a, [hBankROM]
push af
- ld a, $07
+ ld a, BANK(Func_1c8bc)
call BankswitchROM
- call $48bc
+ call Func_1c8bc
+
pop af
call BankswitchROM
ret