mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-29 00:31:52 +00:00
pt3: add tables
This commit is contained in:
parent
39b68db975
commit
93789be44b
@ -46,7 +46,7 @@ pt3_noise_add: .byte $0
|
||||
pt3_envelope_period: .byte $0
|
||||
pt3_envelope_type: .byte $0
|
||||
pt3_current_pattern: .byte $0
|
||||
|
||||
pt3_music_len: .byte $0
|
||||
|
||||
load_ornament:
|
||||
rts
|
||||
@ -91,3 +91,35 @@ pt3_init_song:
|
||||
|
||||
rts
|
||||
|
||||
|
||||
|
||||
|
||||
; Table #1 of Pro Tracker 3.3x - 3.5x
|
||||
PT3NoteTable_ST_high:
|
||||
.byte $0E,$0E,$0D,$0C,$0B,$0B,$0A,$09
|
||||
.byte $09,$08,$08,$07,$07,$07,$06,$06
|
||||
.byte $05,$05,$05,$04,$04,$04,$04,$03
|
||||
.byte $03,$03,$03,$03,$02,$02,$02,$02
|
||||
.byte $02,$02,$02,$01,$01,$01,$01,$01
|
||||
.byte $01,$01,$01,$01,$01,$01,$01,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
|
||||
PT3NoteTable_ST_low:
|
||||
.byte $F8,$10,$60,$80,$D8,$28,$88,$F0
|
||||
.byte $60,$E0,$58,$E0,$7C,$08,$B0,$40
|
||||
.byte $EC,$94,$44,$F8,$B0,$70,$2C,$FD
|
||||
.byte $BE,$84,$58,$20,$F6,$CA,$A2,$7C
|
||||
.byte $58,$38,$16,$F8,$DF,$C2,$AC,$90
|
||||
.byte $7B,$65,$51,$3E,$2C,$1C,$0A,$FC
|
||||
.byte $EF,$E1,$D6,$C8,$BD,$B2,$A8,$9F
|
||||
.byte $96,$8E,$85,$7E,$77,$70,$6B,$64
|
||||
.byte $5E,$59,$54,$4F,$4B,$47,$42,$3F
|
||||
.byte $3B,$38,$35,$32,$2F,$2C,$2A,$27
|
||||
.byte $25,$23,$21,$1F,$1D,$1C,$1A,$19
|
||||
.byte $17,$16,$15,$13,$12,$11,$10,$0F
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user