gb-tarot/CardLibrary.inc

26 lines
434 B
PHP
Raw Normal View History

SECTION "Card Data", ROM0
Spreads:
.nospread
db 0
.tencard
db 10, $00, $10, $20, $30, $40, $02, $12, $22, $32, $42
.fivecard
db 5, $11, $20, $22, $31, $41
.threecard
db 3, $11, $21, $31
Cards:
db 5
dw TheFool
dw TheMagician
dw TheHighPriestess
dw TheEmpress
dw TheEmperor
INCLUDE "00TheFool.inc"
INCLUDE "01TheMagician.inc"
INCLUDE "02TheHighPriestess.inc"
INCLUDE "03TheEmpress.inc"
INCLUDE "04TheEmperor.inc"