summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorISSOtm <eldredhabert0@gmail.com>2018-06-10 11:51:17 +0200
committerISSOtm <eldredhabert0@gmail.com>2018-06-10 11:51:17 +0200
commit20f07292a54097dd3b704bc79bd50097c1d16502 (patch)
treeabf15da9533a20baa6c04f4b8d106231f3f625ae /home
parent23d0f52238372c059127c7a4bd3df25b61217e26 (diff)
Replace a few predefs
Diffstat (limited to 'home')
-rw-r--r--home/init.asm4
1 files changed, 1 insertions, 3 deletions
diff --git a/home/init.asm b/home/init.asm
index 5df55b8..17971c7 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -104,9 +104,7 @@ Init: ; 052f
call DisableAudio
call _2007
- ; predef ???
- ld a, $4B ; TODO: add predefs so the line above can be uncommented
- call Predef
+ predef CheckSGB
ld a, $1F
ld [rIE], a
ld a, HIGH($9C00)