mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-26 20:30:29 +00:00
shave a byte
This commit is contained in:
parent
983f5f9b06
commit
62d7552e8a
@ -31,7 +31,6 @@ DrawPageInternal
|
||||
ldy #0
|
||||
lda (PTR), y ; A = length of line, or #$FF
|
||||
bmi PLP_AND_RTS ; if #$FF then we're done
|
||||
tax ; X = length of line
|
||||
plp
|
||||
php ; C = whatever was passed in
|
||||
pha ; save length
|
||||
@ -94,8 +93,8 @@ DrawStringInternal
|
||||
+ST16 PTR
|
||||
ldy #0
|
||||
+ lda (PTR),y
|
||||
tax
|
||||
DrawStringSuperInternal
|
||||
tax
|
||||
inc PTR
|
||||
bne +
|
||||
inc PTR+1
|
||||
|
Loading…
Reference in New Issue
Block a user