summaryrefslogtreecommitdiff
path: root/home/init.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/init.asm')
-rw-r--r--home/init.asm4
1 files changed, 0 insertions, 4 deletions
diff --git a/home/init.asm b/home/init.asm
index 5496ba45f..6ded82f66 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -18,7 +18,6 @@ Reset::
jr Init
-
_Start::
cp $11
jr z, .cgb
@@ -33,7 +32,6 @@ _Start::
ld a, $1
ld [hSystemBooted], a
-
Init::
di
@@ -100,7 +98,6 @@ Init::
call ClearSprites
call ClearsScratch
-
ld a, BANK(WriteOAMDMACodeToHRAM)
rst Bankswitch
@@ -171,7 +168,6 @@ Init::
ld [wMapMusic], a
jp GameInit
-
ClearVRAM::
; Wipe VRAM banks 0 and 1