mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-04 05:05:13 +00:00
ootw: fix some issues from last night
This commit is contained in:
parent
04fc767237
commit
382b5ea779
@ -216,7 +216,7 @@ no_move_bubbles:
|
||||
bne no_move_console
|
||||
|
||||
ldx CONSOLE_Y
|
||||
cpx #40
|
||||
cpx #48
|
||||
bcs no_move_console ; bge
|
||||
|
||||
inx
|
||||
@ -354,7 +354,7 @@ ripple4_sprite:
|
||||
.byte $66,$66,$26,$5E,$2F,$2F,$2F,$66,$66,$26,$26,$26
|
||||
|
||||
|
||||
tentacle_progression:
|
||||
tentacle_monster_progression:
|
||||
.word tentacle_sprite1
|
||||
.word tentacle_sprite2
|
||||
.word tentacle_sprite3
|
||||
@ -441,6 +441,17 @@ tentacle_sprite7:
|
||||
.byte $AA,$55,$AA
|
||||
.byte $AA,$55,$AA
|
||||
|
||||
tentacle_sprite8:
|
||||
.byte 3,8
|
||||
.byte $AA,$55,$AA
|
||||
.byte $55,$AA,$AA
|
||||
.byte $55,$AA,$AA
|
||||
.byte $A5,$55,$AA
|
||||
.byte $AA,$55,$AA
|
||||
.byte $AA,$55,$AA
|
||||
.byte $AA,$55,$AA
|
||||
.byte $AA,$55,$AA
|
||||
|
||||
|
||||
bubbles_sprite:
|
||||
.byte 5,2
|
||||
|
Loading…
Reference in New Issue
Block a user