Require rgbds 0.6.0
This commit is contained in:
@@ -4038,7 +4038,10 @@ Function119e4f:
|
||||
.loop2
|
||||
ld a, [de]
|
||||
inc de
|
||||
pushc
|
||||
setcharmap ascii
|
||||
cp "\n"
|
||||
popc
|
||||
jr z, .newline
|
||||
cp [hl]
|
||||
jr nz, .unequal
|
||||
@@ -4063,7 +4066,10 @@ Function119e4f:
|
||||
ld a, [hli]
|
||||
ld [de], a
|
||||
inc de
|
||||
cp $d
|
||||
pushc
|
||||
setcharmap ascii
|
||||
cp "\r"
|
||||
popc
|
||||
jr z, .finish
|
||||
dec c
|
||||
jr nz, .loop3
|
||||
|
Reference in New Issue
Block a user