v1.0
This commit is contained in:
parent
04acff0ac7
commit
bd52711e64
BIN
DMGTRIS.GBC
BIN
DMGTRIS.GBC
Binary file not shown.
|
@ -738,8 +738,11 @@ GBCGameplayProcess::
|
|||
ldh a, [hCurrentGravityPerTick]
|
||||
cp a, 20
|
||||
jr nz, :+
|
||||
|
||||
ld a, $00
|
||||
jr .colorfield
|
||||
: ld a, $03
|
||||
|
||||
.colorfield
|
||||
ld d, a
|
||||
ld hl, wShadowTileAttrs
|
||||
ld bc, 32-12
|
||||
|
|
Loading…
Reference in New Issue