summaryrefslogtreecommitdiff
path: root/engine/overworld/init_map.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/overworld/init_map.asm')
-rw-r--r--engine/overworld/init_map.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/init_map.asm b/engine/overworld/init_map.asm
index fece592d0..6889eed83 100644
--- a/engine/overworld/init_map.asm
+++ b/engine/overworld/init_map.asm
@@ -29,7 +29,7 @@ ReanchorBGMap_NoOAMUpdate::
call OverworldTextModeSwitch
ld a, HIGH(vBGMap1)
call .LoadBGMapAddrIntoHRAM
- call _OpenAndCloseMenu_HDMATransferTileMapAndAttrMap
+ call _OpenAndCloseMenu_HDMATransferTilemapAndAttrmap
farcall LoadOW_BGPal7
farcall ApplyPals
ld a, $1
@@ -84,7 +84,7 @@ HDMATransfer_FillBGMap0WithBlack:
ld a, "■"
ld hl, wDecompressScratch
- ld bc, wScratchAttrMap - wDecompressScratch
+ ld bc, wScratchAttrmap - wDecompressScratch
call ByteFill
ld a, HIGH(wDecompressScratch)
ldh [rHDMA1], a