Skip to content

Commit 096452f

Browse files
update submodules (break fasmg \o/)
1 parent c3302ea commit 096452f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/graphx/graphx.asm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2997,7 +2997,7 @@ gfx_SetTextScale:
29972997
push de
29982998
ld a,l
29992999
ld de,_TextWidthScale
3000-
ld hl,_LargeFontJump
3000+
ld hl,_TextScaleJump
30013001
cp a,c
30023002
jr z,.match
30033003
jr .nomatch
@@ -3102,6 +3102,7 @@ _TextYPos := $-3
31023102
smcByte _TextHeight
31033103
wait_quick
31043104
jr _PrintLargeFont ; SMC the jump
3105+
_TextScaleJump := $ - 1
31053106
_PrintNormalFont:
31063107
.loop:
31073108
ld c,(hl) ; c = 8 pixels

tools/convpng

0 commit comments

Comments
 (0)