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