mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 17:29:49 +00:00
141 lines
2.2 KiB
PHP
141 lines
2.2 KiB
PHP
; They see me rolling...
|
|
|
|
rolling_progression:
|
|
.word rolling1
|
|
.word rolling2
|
|
.word rolling3
|
|
.word rolling4
|
|
.word rolling5
|
|
.word rolling6
|
|
.word rolling7
|
|
.word rolling8
|
|
|
|
rolling1:
|
|
.byte 5,2
|
|
.byte $AA,$AA,$9B,$9B,$B4
|
|
.byte $AA,$AA,$99,$99,$AB
|
|
|
|
rolling2:
|
|
.byte 5,2
|
|
.byte $AA,$44,$9B,$9B,$BA
|
|
.byte $AA,$AB,$99,$99,$AB
|
|
|
|
rolling3:
|
|
.byte 5,2
|
|
.byte $AA,$44,$9B,$BA,$AA
|
|
.byte $AA,$AB,$99,$99,$AA
|
|
|
|
rolling4:
|
|
.byte 5,2
|
|
.byte $55,$44,$9B,$9B,$AA
|
|
.byte $AA,$AB,$A9,$99,$AA
|
|
|
|
rolling5:
|
|
.byte 5,2
|
|
.byte $4A,$4B,$99,$99,$AA
|
|
.byte $A4,$AB,$B9,$A9,$AA
|
|
|
|
rolling6:
|
|
.byte 5,2
|
|
.byte $AA,$04,$99,$99,$AA
|
|
.byte $AA,$AB,$B9,$B9,$AA
|
|
|
|
rolling7:
|
|
.byte 5,2
|
|
.byte $AA,$04,$99,$99,$04
|
|
.byte $AA,$BB,$B9,$B9,$BB
|
|
|
|
rolling8:
|
|
.byte 5,2
|
|
.byte $AA,$AA,$99,$99,$B4
|
|
.byte $AA,$AA,$99,$99,$BB
|
|
|
|
rolling_poison_progression:
|
|
.word poisoned1
|
|
.word poisoned2
|
|
.word poisoned3
|
|
|
|
poisoned1:
|
|
.byte 8,2
|
|
.byte $AA,$AA,$AA,$88,$88,$44,$DA,$AA
|
|
.byte $AA,$AA,$DD,$88,$88,$DD,$AA,$AA
|
|
|
|
poisoned2:
|
|
.byte 8,2
|
|
.byte $AA,$AA,$AA,$88,$88,$44,$DA,$AA
|
|
.byte $AA,$DD,$DA,$88,$88,$D4,$DD,$AA
|
|
|
|
poisoned3:
|
|
.byte 8,2
|
|
.byte $AA,$AA,$AA,$88,$88,$44,$AA,$AA
|
|
.byte $DA,$DA,$DA,$88,$88,$D4,$DA,$DA
|
|
|
|
|
|
rolling_fall_progression:
|
|
.word rolling_falling1
|
|
.word rolling_falling2
|
|
.word rolling_falling3
|
|
.word rolling_falling4
|
|
|
|
|
|
rolling_falling1:
|
|
.byte 4,5
|
|
.byte $AA,$AA,$9B,$9B
|
|
.byte $AA,$AA,$99,$99
|
|
.byte $AA,$AA,$AA,$AA
|
|
.byte $AA,$AA,$AA,$AA
|
|
.byte $AA,$AA,$AA,$AA
|
|
|
|
rolling_falling2:
|
|
.byte 4,5
|
|
.byte $AA,$AA,$B4,$b4
|
|
.byte $AA,$AA,$99,$99
|
|
.byte $AA,$AA,$A9,$A9
|
|
.byte $AA,$AA,$AA,$AA
|
|
.byte $AA,$AA,$AA,$AA
|
|
|
|
rolling_falling3:
|
|
.byte 4,5
|
|
.byte $AA,$AA,$44,$44
|
|
.byte $AA,$AA,$b4,$0B
|
|
.byte $AA,$AA,$99,$99
|
|
.byte $AA,$AA,$A9,$A9
|
|
.byte $AA,$AA,$AA,$AA
|
|
|
|
rolling_falling4:
|
|
.byte 4,5
|
|
.byte $AA,$AA,$45,$45
|
|
.byte $AA,$AA,$44,$44
|
|
.byte $AA,$AA,$bb,$00
|
|
.byte $AA,$AA,$9b,$90
|
|
.byte $AA,$AA,$99,$99
|
|
|
|
rolling_splat_progression:
|
|
.word rolling_splat1
|
|
.word rolling_splat2
|
|
.word rolling_splat3
|
|
|
|
|
|
rolling_splat1:
|
|
.byte 4,4
|
|
.byte $AA,$A5,$45,$4A
|
|
.byte $AA,$BA,$94,$94
|
|
.byte $AA,$AA,$99,$99
|
|
.byte $AA,$AA,$AA,$AA
|
|
|
|
rolling_splat2:
|
|
.byte 4,4
|
|
.byte $AA,$45,$45,$AA
|
|
.byte $AA,$BA,$04,$04
|
|
.byte $AA,$AB,$99,$99
|
|
.byte $AA,$A1,$AA,$AA
|
|
|
|
rolling_splat3:
|
|
.byte 4,4
|
|
.byte $AA,$4A,$4A,$4A
|
|
.byte $AA,$A4,$04,$04
|
|
.byte $BA,$BA,$99,$99
|
|
.byte $A1,$A1,$AA,$AA
|
|
|
|
|