mirror of
https://github.com/Pecusx/Young-lumberjack.git
synced 2026-05-21 06:39:43 +02:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ffd3a1907a | |||
| 0a3db56251 | |||
| fd7e206007 | |||
| aee59f5257 | |||
| bc0e838d79 | |||
| e119f7a098 | |||
| dfd9110639 | |||
| 5f7f57f4f4 |
+7
-5
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
.macro build
|
.macro build
|
||||||
dta d"1.02" ; number of this build (4 bytes)
|
dta d"1.04" ; number of this build (4 bytes)
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
.macro RMTSong
|
.macro RMTSong
|
||||||
@@ -203,6 +203,8 @@ difficulty_text_addr
|
|||||||
.by $45+$80
|
.by $45+$80
|
||||||
.wo credits_lines
|
.wo credits_lines
|
||||||
.by $85
|
.by $85
|
||||||
|
.by $44 ; anty ANTIC 40/32 switch glitch :)
|
||||||
|
.wo empty_line
|
||||||
.by $41
|
.by $41
|
||||||
.wo dl_title
|
.wo dl_title
|
||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
@@ -3466,7 +3468,7 @@ draw_branch3
|
|||||||
bne not_phase4
|
bne not_phase4
|
||||||
ldx #(4*32) ; how many lines draw
|
ldx #(4*32) ; how many lines draw
|
||||||
not_phase4
|
not_phase4
|
||||||
stx tempbyte
|
stx tempbyte2
|
||||||
; now calculate start screen address
|
; now calculate start screen address
|
||||||
:5 asl ; phase*32
|
:5 asl ; phase*32
|
||||||
;clc
|
;clc
|
||||||
@@ -3484,7 +3486,7 @@ not_phase4
|
|||||||
@ lda (temp2),y
|
@ lda (temp2),y
|
||||||
sta (temp),y
|
sta (temp),y
|
||||||
iny
|
iny
|
||||||
cpy tempbyte ;? lines
|
cpy tempbyte2 ;? lines
|
||||||
bne @-
|
bne @-
|
||||||
draw_branch4
|
draw_branch4
|
||||||
lda branches_anim_phase
|
lda branches_anim_phase
|
||||||
@@ -3500,7 +3502,7 @@ not_phase1
|
|||||||
bne not_phase2
|
bne not_phase2
|
||||||
ldx #(1*32) ; how many lines draw
|
ldx #(1*32) ; how many lines draw
|
||||||
not_phase2
|
not_phase2
|
||||||
stx tempbyte
|
stx tempbyte2
|
||||||
; now calculate start screen address
|
; now calculate start screen address
|
||||||
:5 asl ; phase*32
|
:5 asl ; phase*32
|
||||||
;clc
|
;clc
|
||||||
@@ -3518,7 +3520,7 @@ not_phase2
|
|||||||
@ lda (temp2),y
|
@ lda (temp2),y
|
||||||
sta (temp),y
|
sta (temp),y
|
||||||
iny
|
iny
|
||||||
cpy tempbyte ;? lines
|
cpy tempbyte2 ;? lines
|
||||||
bne @-
|
bne @-
|
||||||
all_drawed
|
all_drawed
|
||||||
rts
|
rts
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
Reference in New Issue
Block a user