Remove raster FX lib from boilerplate

It's not as needed and barebones as the rest of the boilerplate, and at least one person has been confused about it.
This commit is contained in:
ISSOtm
2019-02-16 11:06:11 +01:00
parent 2a338f2a81
commit 843e58dcac
5 changed files with 3 additions and 341 deletions

View File

@@ -77,18 +77,11 @@ Reset::
dec b
jr nz, .copyOAMDMA
ld a, LOW(hScanlineFXBuffer1)
ldh [hWhichScanlineBuffer], a
ld a, $FF
ldh [hScanlineFXBuffer1], a
ld a, STATF_LYC
ldh [rSTAT], a
ld a, LCDCF_ON | LCDCF_BGON
ldh [hLCDC], a
ldh [rLCDC], a
ld a, IEF_VBLANK | IEF_LCDC
ld a, IEF_VBLANK
ldh [rIE], a
xor a
ei ; Delayed until the next instruction: perfectly safe!