Better code

This commit is contained in:
Pecusx
2025-06-28 18:15:07 +02:00
parent eda9f58252
commit 07d4b011f2
2 changed files with 3 additions and 5 deletions
+3 -5
View File
@@ -1551,10 +1551,10 @@ no_foot_delay
jsr MenuAnimationsReset jsr MenuAnimationsReset
jsr ClearPM jsr ClearPM
jsr HidePM jsr HidePM
jsr PrepareCloudsPM.no_cloud4
jsr PrepareTitlePM jsr PrepareTitlePM
jsr CreditsClear jsr CreditsClear
mva #0 StateFlag mva #0 StateFlag
jsr PrepareCloudsPM
mva #>font_logo CHBAS mva #>font_logo CHBAS
mwa #dl_title dlptrs mwa #dl_title dlptrs
mva GameColors+c_sky COLBAKS mva GameColors+c_sky COLBAKS
@@ -2622,13 +2622,11 @@ datalines_bird=8
; 3 - vertical offset in PM from 36 (first byte) to 51 (last byte) ; 3 - vertical offset in PM from 36 (first byte) to 51 (last byte)
; 4 - vertical offset in PM from 52 (first byte) to 74 (last byte) ; 4 - vertical offset in PM from 52 (first byte) to 74 (last byte)
; cloud ; cloud
jsr make_cloud4
no_cloud4
jsr make_cloud1 jsr make_cloud1
jsr make_cloud2 jsr make_cloud2
jsr make_cloud3 jsr make_cloud3
lda StateFlag
beq no_cloud4 ; only 3 clouds on Start (Menu) screen
jsr make_cloud4
no_cloud4
mva #0 SIZEP2_u mva #0 SIZEP2_u
sta SIZEP3_u sta SIZEP3_u
lda #%01010101 lda #%01010101
BIN
View File
Binary file not shown.