diff options
| author | ISSOtm <eldredhabert0@gmail.com> | 2018-06-10 11:51:17 +0200 |
|---|---|---|
| committer | ISSOtm <eldredhabert0@gmail.com> | 2018-06-10 11:51:17 +0200 |
| commit | 20f07292a54097dd3b704bc79bd50097c1d16502 (patch) | |
| tree | abf15da9533a20baa6c04f4b8d106231f3f625ae /home | |
| parent | 23d0f52238372c059127c7a4bd3df25b61217e26 (diff) | |
Replace a few predefs
Diffstat (limited to 'home')
| -rw-r--r-- | home/init.asm | 4 |
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) |
