Fix triple newlines left over from removing address comments
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user