summaryrefslogtreecommitdiff
path: root/home/map.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/map.asm
parent86e77a0229443a43317f6d33f8bb2ba2b26dea71 (diff)
Map triggers and label some addresses in bank 0.
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/home/map.asm b/home/map.asm
index 11e2f4e5a..2a19a53c7 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -46,10 +46,10 @@ Function2147:: ; 2147
push bc
ld a, [hROMBank]
push af
- ld a, $13
+ ld a, BANK(Unknown_4d01e)
rst Bankswitch
- ld hl, $501e
+ ld hl, Unknown_4d01e
.asm_2151
push hl
ld a, [hli]
@@ -106,9 +106,9 @@ Function217a:: ; 217a
ld bc, TileMapEnd - TileMap
call ByteFill
- ld a, $13
+ ld a, BANK(Function4d15b)
rst Bankswitch
- call $515b
+ call Function4d15b
pop af
rst Bankswitch