summaryrefslogtreecommitdiff
path: root/home/menu.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2014-03-03 23:38:54 -0600
committerBryan Bishop <kanzure@gmail.com>2014-03-03 23:38:54 -0600
commitf676c3d357417c81daa33544536213ae85a5472f (patch)
tree7a4424aafc11c9f410217062ac0d25c5d48895ac /home/menu.asm
parent0b6cb7a3b601875b21f6a2e2a1ab20490eb93921 (diff)
parent7ab8f76117e13a192a1f4f797ee73c48f6154cff (diff)
Merge pull request #237 from yenatch/incbins
Map triggers and egg hatching.
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