summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
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