summaryrefslogtreecommitdiff
path: root/engine/init_map.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-12-24 17:39:50 -0500
committerGitHub <noreply@github.com>2017-12-24 17:39:50 -0500
commite400fe5142731422b0f542749d913d569997159e (patch)
tree004b17f7b444c4bbc8bbb80e3b189a48287ed4b7 /engine/init_map.asm
parent70e6b5947b5cc9ca9fd93c720c7f97d9e018da2d (diff)
parent3e7f3bbeb6dd2d3cff6343dea2298502faa14185 (diff)
Merge pull request #423 from roukaour/master
Fix issues #262, #345, #347, #396, #408, and #412
Diffstat (limited to 'engine/init_map.asm')
-rw-r--r--engine/init_map.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/init_map.asm b/engine/init_map.asm
index 5dd6c7b8a..d73a5acf5 100644
--- a/engine/init_map.asm
+++ b/engine/init_map.asm
@@ -30,14 +30,14 @@ ReanchorBGMap_NoOAMUpdate:: ; 6454
ld a, VBGMap1 / $100
call .LoadBGMapAddrIntoHRAM
call _OpenAndCloseMenu_HDMATransferTileMapAndAttrMap
- callba LoadOW_BGPal7
- callba ApplyPals
+ farcall LoadOW_BGPal7
+ farcall ApplyPals
ld a, $1
ld [hCGBPalUpdate], a
xor a
ld [hBGMapMode], a
ld [hWY], a
- callba HDMATransfer_FillBGMap0WithBlack ; no need to farcall
+ farcall HDMATransfer_FillBGMap0WithBlack ; no need to farcall
ld a, VBGMap0 / $100
call .LoadBGMapAddrIntoHRAM
xor a