This commit is contained in:
Randy Thiemann 2023-10-24 14:57:36 +02:00
parent 04acff0ac7
commit bd52711e64
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -738,8 +738,11 @@ GBCGameplayProcess::
ldh a, [hCurrentGravityPerTick] ldh a, [hCurrentGravityPerTick]
cp a, 20 cp a, 20
jr nz, :+ jr nz, :+
ld a, $00 ld a, $00
jr .colorfield
: ld a, $03
.colorfield
ld d, a ld d, a
ld hl, wShadowTileAttrs ld hl, wShadowTileAttrs
ld bc, 32-12 ld bc, 32-12