Fix .pocket in dmg mode.
This commit is contained in:
parent
d62c8fcf6d
commit
52010f22e0
Binary file not shown.
|
@ -103,8 +103,8 @@ BlitField::
|
||||||
REPT 7
|
REPT 7
|
||||||
; Wait until start of drawing, then insert nops.
|
; Wait until start of drawing, then insert nops.
|
||||||
: ldh a, [rSTAT]
|
: ldh a, [rSTAT]
|
||||||
and a, 3
|
and a, STATF_LCD
|
||||||
cp a, 3
|
cp a, STATF_LCD
|
||||||
jr nz, :-
|
jr nz, :-
|
||||||
REPT 40
|
REPT 40
|
||||||
nop
|
nop
|
||||||
|
@ -160,8 +160,8 @@ BigBlitField::
|
||||||
REPT 7
|
REPT 7
|
||||||
; Wait until start of drawing, then insert nops.
|
; Wait until start of drawing, then insert nops.
|
||||||
: ldh a, [rSTAT]
|
: ldh a, [rSTAT]
|
||||||
and a, 3
|
and a, STATF_LCD
|
||||||
cp a, 3
|
cp a, STATF_LCD
|
||||||
jr nz, :-
|
jr nz, :-
|
||||||
REPT 40
|
REPT 40
|
||||||
nop
|
nop
|
||||||
|
|
Loading…
Reference in New Issue