load obj palette
This commit is contained in:
@@ -30,9 +30,10 @@ ENDC
|
|||||||
xor a
|
xor a
|
||||||
ld [rLCDC], a
|
ld [rLCDC], a
|
||||||
|
|
||||||
; load bg palette [0=black, 1=dark gray, 2=light gray, 3=white]
|
; load bg and obj palette [0=black, 1=dark gray, 2=light gray, 3=white]
|
||||||
ld a, %11100100
|
ld a, %11100100
|
||||||
ld [rBGP], a
|
ld [rBGP], a
|
||||||
|
ld [rOBP0], a
|
||||||
|
|
||||||
; load 18 tiles
|
; load 18 tiles
|
||||||
; 0..15: 2x2 cell combinations
|
; 0..15: 2x2 cell combinations
|
||||||
|
|||||||
Reference in New Issue
Block a user