Second birds test

This commit is contained in:
Pecusx
2025-03-17 14:44:56 +01:00
parent f05fbe5f66
commit bed09fe33a
9 changed files with 74 additions and 63 deletions
+12 -1
View File
@@ -164,7 +164,18 @@ screen_level = gamescreen_middle+9*32+13
clc
adc #6
sta HPOSP1_u
; wings
lda birdsHpos
and #%00000011
bne no_wings_change
lda birdsHpos
and #%00000100
bne wings_phase_a
jsr PrepareBirdsCloudsPM.bird_b
jmp no_wings_change
wings_phase_a
jsr PrepareBirdsCloudsPM.bird_a
no_wings_change
lda StateFlag
bne wait_for_timer