summaryrefslogtreecommitdiff
path: root/home/menu.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-03-03 05:43:25 -0500
committeryenatch <yenatch@gmail.com>2014-03-03 20:48:57 -0500
commitd1a54e32657a7b20f37ff03837d8af9d2a361bcc (patch)
tree44ecee69a0c4113b04a7032e7ce7b95fd1c1951a /home/menu.asm
parent86e77a0229443a43317f6d33f8bb2ba2b26dea71 (diff)
Map triggers and label some addresses in bank 0.
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