Slower birdsand difficulty correction

This commit is contained in:
Pecusx
2025-03-17 18:33:31 +01:00
parent eb16fc7ffd
commit 20a2cafb4c
2 changed files with 5 additions and 5 deletions
+5 -5
View File
@@ -159,8 +159,8 @@ screen_level = gamescreen_middle+9*32+13
tax tax
; fly birds ; fly birds
lda RTCLOK+2 lda RTCLOK+2
and #%00000001 and #%00000011
beq no_wings_change bne no_wings_change
inc birdsHpos inc birdsHpos
lda birdsHpos lda birdsHpos
sta HPOSP0_u sta HPOSP0_u
@@ -749,7 +749,7 @@ no_branch_l
sta HPOSP0_u,x sta HPOSP0_u,x
sta HPOSP0,x sta HPOSP0,x
dex dex
sta birdsHpos ;sta birdsHpos
bpl @- bpl @-
rts rts
.endp .endp
@@ -1505,8 +1505,8 @@ branch_addr_tableH
; power speed table - every 50pts. ; power speed table - every 50pts.
PowerSpeedTable PowerSpeedTable
; in original game double speed after 400pts. ; in original game double speed after 400pts.
; 000,050,100,150,200,250,300,350,400,450,500,550,600,650,700,750 ; 000,050,100,150,200,250,300,350,400,450,500,550,600,650,700,750,800,850,900,950
.by 011,010,010,009,008,007,007,006,005,005,004,004,003,003,002,002,1,1,1 .by 011,010,010,009,008,007,007,006,005,005,004,004,004,003,003,003,002,002,001,001
;-------------------------------- ;--------------------------------
BIN
View File
Binary file not shown.