mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Opty. Return of one of the texts. Now we have 3bytes :)
This commit is contained in:
+2
-2
@@ -116,10 +116,10 @@
|
||||
dta d"I'LL BE BACK..."^
|
||||
dta d"I'VE GOT LAWYERS!"^
|
||||
dta d"CALL 1-900-SUE-TANK."^
|
||||
; dta d"YOU BIG DUMMY!"^ ;(sanford and son)
|
||||
dta d"YOU BIG DUMMY!"^ ;(sanford and son)
|
||||
LEND
|
||||
NumberOfOffensiveTexts=53
|
||||
NumberOfDeffensiveTexts=61
|
||||
NumberOfDeffensiveTexts=62
|
||||
.endp
|
||||
hoverFull dta d"MY HOVERCRAFT IS FULL OF EELS!"^
|
||||
hoverFullEnd
|
||||
|
||||
+6
-3
@@ -46,7 +46,6 @@
|
||||
lda ybyte+1
|
||||
bpl DrawOnTheScreen
|
||||
DrawOutOfTheScreen
|
||||
;jsr DrawJumpPad
|
||||
rts
|
||||
DrawOnTheScreen
|
||||
; constant parameters
|
||||
@@ -118,9 +117,13 @@ SwapXY
|
||||
; DY=DX
|
||||
; DX=XK - because DY is there so DY and DX are swapped
|
||||
; YK ... not used
|
||||
mwa DY XK
|
||||
mvy DY XK
|
||||
mvx DY+1 XK+1
|
||||
; now we have XK in Y and X for optimization
|
||||
mwa DX DY
|
||||
mwa XK DX
|
||||
; DX=XK optimized (4 bytes saved!)
|
||||
sty DX
|
||||
stx DX+1
|
||||
|
||||
; and let's set bit 7 of DrawDirFactor
|
||||
dec DrawDirFactor
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user