mirror of
https://github.com/Pecusx/jataricart.git
synced 2026-05-20 22:33:22 +02:00
14 lines
271 B
Plaintext
14 lines
271 B
Plaintext
.define TITLE dta c'Action! 3.6'
|
|
.define CARTSIZE dta c'>=128'
|
|
.define BANKS 3
|
|
.define BANK_ORDER .byte 0,3,4
|
|
|
|
.define label0 +$0000
|
|
.define label1 +$1000
|
|
.define label2 +$2000
|
|
|
|
.macro BANKS_FILE
|
|
ins "action.bin",label:1+$0,$1000
|
|
ins "action.bin",+$3000+$0,$1000
|
|
.endm
|