Fix triple newlines left over from removing address comments

This commit is contained in:
Rangi
2018-06-24 23:22:50 -04:00
parent 91f914718a
commit 67d1364c7a
193 changed files with 3 additions and 1965 deletions

View File

@@ -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