Fix .pocket in dmg mode.

This commit is contained in:
Randy Thiemann 2023-11-12 14:18:09 +01:00
parent d62c8fcf6d
commit 52010f22e0
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -103,8 +103,8 @@ BlitField::
REPT 7
; Wait until start of drawing, then insert nops.
: ldh a, [rSTAT]
and a, 3
cp a, 3
and a, STATF_LCD
cp a, STATF_LCD
jr nz, :-
REPT 40
nop
@ -160,8 +160,8 @@ BigBlitField::
REPT 7
; Wait until start of drawing, then insert nops.
: ldh a, [rSTAT]
and a, 3
cp a, 3
and a, STATF_LCD
cp a, STATF_LCD
jr nz, :-
REPT 40
nop