summaryrefslogtreecommitdiff
path: root/home/menu.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/menu.asm')
-rw-r--r--home/menu.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/menu.asm b/home/menu.asm
index 8ac9b302b..ad52741f2 100644
--- a/home/menu.asm
+++ b/home/menu.asm
@@ -586,10 +586,10 @@ Function2048:: ; 2048
Function2057:: ; 2057
ld a, [hROMBank]
push af
- ld a, $21
+ ld a, BANK(Function842db)
rst Bankswitch
- call $42db
+ call Function842db
pop af
rst Bankswitch