summaryrefslogtreecommitdiff
path: root/home/init.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 /home/init.asm
parent70e6b5947b5cc9ca9fd93c720c7f97d9e018da2d (diff)
parent3e7f3bbeb6dd2d3cff6343dea2298502faa14185 (diff)
Merge pull request #423 from roukaour/master
Fix issues #262, #345, #347, #396, #408, and #412
Diffstat (limited to 'home/init.asm')
-rw-r--r--home/init.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/init.asm b/home/init.asm
index 087a26f12..630cfe622 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -139,14 +139,14 @@ Init:: ; 17d
ld a, -1
ld [hLinkPlayerNumber], a
- callba InitCGBPals
+ farcall InitCGBPals
ld a, VBGMap1 / $100
ld [hBGMapAddress + 1], a
xor a ; VBGMap1 % $100
ld [hBGMapAddress], a
- callba StartClock
+ farcall StartClock
xor a
ld [MBC3LatchClock], a