starting on minor arcana

This commit is contained in:
Shoofle 2025-10-07 12:46:07 -04:00
parent 337919ac07
commit aafa366235
34 changed files with 783 additions and 364 deletions

View File

@ -9,13 +9,13 @@ def Card_Offset_title equ @-TheFool
db 10, "THE FOOL " db 10, "THE FOOL "
db 10, " " db 10, " "
def Card_Offset_description equ @-TheFool def Card_Offset_description equ @-TheFool
db 9, "beginning" db 10, "beginning "
db 9, "leap " db 10, "leap "
db 9, "naivete " db 10, "naivete "
def Card_Offset_description_rev equ @-TheFool def Card_Offset_description_rev equ @-TheFool
db 9, "beginning" db 10, "beginning "
db 9, "reluctant" db 10, "reluctant "
db 9, "reckless " db 10, "reckless "
def Card_Offset_tilemap equ @-TheFool def Card_Offset_tilemap equ @-TheFool
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy dw .BackgroundCopy

View File

@ -1,12 +1,12 @@
TheMagician: TheMagician:
db 10, "THE " db 10, "THE "
db 10, "MAGICIAN " db 10, "MAGICIAN "
db 9, "capacity " db 10, "capacity "
db 9, "knowing " db 10, "knowing "
db 9, "manifest " db 10, "manifest "
db 9, "cunning " db 10, "cunning "
db 9, "greed " db 10, "greed "
db 9, "unclear " db 10, "unclear "
dw MagicianMapEnd - MagicianMap dw MagicianMapEnd - MagicianMap
dw MagicianMap dw MagicianMap
dw MagicianTilesEnd - MagicianTiles dw MagicianTilesEnd - MagicianTiles

View File

@ -1,12 +1,12 @@
TheHighPriestess: TheHighPriestess:
db 10, "THE HIGH " db 10, "THE HIGH "
db 10, "PRIESTESS " db 10, "PRIESTESS "
db 9, "secrets " db 10, "secrets "
db 9, "mystery " db 10, "mystery "
db 9, "unknown " db 10, "unknown "
db 9, "secrets " db 10, "secrets "
db 9, "mystery " db 10, "mystery "
db 9, "unknown " db 10, "unknown "
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy dw .BackgroundCopy
dw .KeyArtTilesEnd - .KeyArtTiles dw .KeyArtTilesEnd - .KeyArtTiles

View File

@ -1,12 +1,12 @@
TheEmpress: TheEmpress:
db 10, "THE " db 10, "THE "
db 10, "EMPRESS " db 10, "EMPRESS "
db 9, "diplomacy" db 10, "diplomacy "
db 9, "fecundity" db 10, "fecundity "
db 9, "nature " db 10, "nature "
db 9, "dependent" db 10, "dependent "
db 9, "no growth" db 10, "no growth "
db 9, "smother " db 10, "smother "
dw EmpressMapEnd - EmpressMap dw EmpressMapEnd - EmpressMap
dw EmpressMap dw EmpressMap
dw EmpressTilesEnd - EmpressTiles dw EmpressTilesEnd - EmpressTiles

View File

@ -1,12 +1,12 @@
TheEmperor: TheEmperor:
db 10, "THE " db 10, "THE "
db 10, "EMPEROR " db 10, "EMPEROR "
db 9, "authority" db 10, "authority "
db 9, "control " db 10, "control "
db 9, "stability" db 10, "stability "
db 9, "tyranny " db 10, "tyranny "
db 9, "control " db 10, "control "
db 9, "reckless " db 10, "reckless "
dw EmperorMapEnd - EmperorMap dw EmperorMapEnd - EmperorMap
dw EmperorMap dw EmperorMap
dw EmperorTilesEnd - EmperorTiles dw EmperorTilesEnd - EmperorTiles

View File

@ -3,13 +3,13 @@
TheHierophant: TheHierophant:
db 10, "THE " db 10, "THE "
db 10, "HIEROPHANT" db 10, "HIEROPHANT"
db 9, "tradition" db 10, "tradition "
db 9, "marriage " db 10, "marriage "
db 9, "religion " db 10, "religion "
db 9, "question " db 10, "question "
db 9, "restrict " db 10, "restrict "
db 9, "defiant " db 10, "defiant "
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy dw .BackgroundCopy

View File

@ -1,13 +1,13 @@
TheLovers: TheLovers:
db 10, "THE LOVERS" db 10, "THE LOVERS"
db 10, " " db 10, " "
db 9, "harmony " db 10, "harmony "
db 9, "choices " db 10, "choices "
db 9, "desire " db 10, "desire "
db 9, "imbalance" db 10, "imbalance "
db 9, "conflict " db 10, "conflict "
db 9, "detached " db 10, "detached "
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy dw .BackgroundCopy

View File

@ -1,13 +1,13 @@
TheChariot: TheChariot:
db 10, "THE " db 10, "THE "
db 10, "CHARIOT " db 10, "CHARIOT "
db 9, "control " db 10, "control "
db 9, "direction" db 10, "direction "
db 9, "power " db 10, "power "
db 9, "forceful " db 10, "forceful "
db 9, "aggress " db 10, "aggress "
db 9, "obstacles" db 10, "obstacles "
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy dw .BackgroundCopy

View File

@ -2,13 +2,13 @@ Strength:
db 10, "STRENGTH " db 10, "STRENGTH "
db 10, " " db 10, " "
db 9, "courage " db 10, "courage "
db 9, "mercy " db 10, "mercy "
db 9, "grace " db 10, "grace "
db 9, "doubt " db 10, "doubt "
db 9, "cowardice" db 10, "cowardice "
db 9, "forceful " db 10, "forceful "
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy dw .BackgroundCopy

View File

@ -2,13 +2,13 @@ TheHermit:
db 10, "THE HERMIT" db 10, "THE HERMIT"
db 10, " " db 10, " "
db 9, "solitary " db 10, "solitary "
db 9, "enlighten" db 10, "enlighten "
db 9, "reflect " db 10, "reflect "
db 9, "lonely " db 10, "lonely "
db 9, "isolation" db 10, "isolation "
db 9, "return " db 10, "return "
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy dw .BackgroundCopy

View File

@ -2,13 +2,13 @@ WheelOfFortune:
db 10, "WHEEL OF " db 10, "WHEEL OF "
db 10, "FORTUNE " db 10, "FORTUNE "
db 9, "chance " db 10, "chance "
db 9, "cycles " db 10, "cycles "
db 9, "destiny " db 10, "destiny "
db 9, "bad luck " db 10, "bad luck "
db 9, "reluctant" db 10, "reluctant "
db 9, "resist " db 10, "resist "
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy dw .BackgroundCopy

View File

@ -1,13 +1,13 @@
Justice: Justice:
db 10, "JUSTICE " db 10, "JUSTICE "
db 10, " " db 10, " "
db 9, "truth " db 10, "truth "
db 9, "law " db 10, "law "
db 9, "integrity" db 10, "integrity "
db 9, "injustice" db 10, "injustice "
db 9, "unfair " db 10, "unfairness"
db 9, "revenge " db 10, "revenge "
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy dw .BackgroundCopy

View File

@ -1,13 +1,13 @@
TheHangedMan: TheHangedMan:
db 10, "THE HANGED" db 10, "THE HANGED"
db 10, "MAN " db 10, "MAN "
db 9, "surrender" db 10, "surrender "
db 9, "time " db 10, "time "
db 9, "patience " db 10, "patience "
db 9, "stagnant " db 10, "stagnant "
db 9, "apathy " db 10, "apathy "
db 9, "impulse " db 10, "impulse "
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy dw .BackgroundCopy

View File

@ -1,13 +1,13 @@
Death: Death:
db 10, "DEATH " db 10, "DEATH "
db 10, " " db 10, " "
db 9, "change " db 10, "change "
db 9, "endings " db 10, "endings "
db 9, "upheaval " db 10, "upheaval "
db 9, "fear " db 10, "fear "
db 9, "dependent" db 10, "dependent "
db 9, "repeating" db 10, "repeating "
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy dw .BackgroundCopy
dw .KeyArtTilesEnd - .KeyArtTiles dw .KeyArtTilesEnd - .KeyArtTiles

View File

@ -1,13 +1,13 @@
Temperance: Temperance:
db 10, "TEMPERANCE" db 10, "TEMPERANCE"
db 10, " " db 10, " "
db 9, "balance " db 10, "balance "
db 9, "moderate " db 10, "moderate "
db 9, "effort " db 10, "effort "
db 9, "discord " db 10, "discord "
db 9, "reckless " db 10, "reckless "
db 9, "excess " db 10, "excess "
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy dw .BackgroundCopy
dw .KeyArtTilesEnd - .KeyArtTiles dw .KeyArtTilesEnd - .KeyArtTiles

View File

@ -1,13 +1,13 @@
TheDevil: TheDevil:
db 10, "THE DEVIL " db 10, "THE DEVIL "
db 10, " " db 10, " "
db 9, "obsession" db 10, "obsession "
db 9, "greed " db 10, "greed "
db 9, "powerless" db 10, "powerless "
db 9, "detached " db 10, "detached "
db 9, "reveal " db 10, "reveal "
db 9, "reclaim " db 10, "reclaim "
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy dw .BackgroundCopy

View File

@ -1,13 +1,13 @@
TheTower: TheTower:
db 10, "THE TOWER " db 10, "THE TOWER "
db 10, " " db 10, " "
db 9, "calamity " db 10, "calamity "
db 9, "collapse " db 10, "collapse "
db 9, "change " db 10, "change "
db 9, "delay " db 10, "delay "
db 9, "avoid " db 10, "avoid "
db 9, "avert " db 10, "avert "
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy dw .BackgroundCopy

View File

@ -1,13 +1,13 @@
TheStar: TheStar:
db 10, "THE STAR " db 10, "THE STAR "
db 10, " " db 10, " "
db 9, "hope " db 10, "hope "
db 9, "healing " db 10, "healing "
db 9, "purpose " db 10, "purpose "
db 9, "hopeless " db 10, "hopeless "
db 9, "monotony " db 10, "monotony "
db 9, "despair " db 10, "despair "
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy dw .BackgroundCopy

View File

@ -1,13 +1,13 @@
TheMoon: TheMoon:
db 10, "THE MOON " db 10, "THE MOON "
db 10, " " db 10, " "
db 9, "doubt " db 10, "doubt "
db 9, "fear " db 10, "fear "
db 9, "dreams " db 10, "dreams "
db 9, "fear " db 10, "fear "
db 9, "deception" db 10, "deception "
db 9, "unveiled " db 10, "unveiled "
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy dw .BackgroundCopy

View File

@ -1,13 +1,13 @@
TheSun: TheSun:
db 10, "THE SUN " db 10, "THE SUN "
db 10, " " db 10, " "
db 9, "joy " db 10, "joy "
db 9, "warmth " db 10, "warmth "
db 9, "success " db 10, "success "
db 9, "pessimism" db 10, "pessimism "
db 9, "conceit " db 10, "conceit "
db 9, "optimism " db 10, "optimism "
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy dw .BackgroundCopy

View File

@ -1,13 +1,13 @@
Judgement: Judgement:
db 10, "THE METEOR" db 10, "THE METEOR"
db 10, " " db 10, " "
db 9, "judgement" db 10, "judgement "
db 9, "renewal " db 10, "renewal "
db 9, "finality " db 10, "finality "
db 9, "doubt " db 10, "doubt "
db 9, "held back" db 10, "held back "
db 9, "reflect " db 10, "reflect "
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy dw .BackgroundCopy

View File

@ -9,13 +9,13 @@
TheWorld: TheWorld:
db 10, "THE WORLD " db 10, "THE WORLD "
db 10, " " db 10, " "
db 9, "success " db 10, "success "
db 9, "wholeness" db 10, "wholeness "
db 9, "travel " db 10, "travel "
db 9, "empty " db 10, "empty "
db 9, "missing " db 10, "missing "
db 9, "burdened " db 10, "burdened "
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy

View File

@ -137,24 +137,14 @@ LoadUpright:
ld l, a ld l, a
ld a, [cvCardAddress + 1] ld a, [cvCardAddress + 1]
ld h, a ; hl now contains the address of the card data. ld h, a ; hl now contains the address of the card data.
ld bc, Card_Offset_title ; jump straight to sprite tiles length and location! ;ld bc, Card_Offset_title
add hl, bc ;add hl, bc ; unnecessary because card_offset_tile is zero bc the title is first
ld de, _SCRN0 + 32*11 + 10 ld de, _SCRN0 + 32*11 + 10
call PrintString call PrintString
ld de, _SCRN0 + 32*12 + 10 ld de, _SCRN0 + 32*12 + 10
call PrintString call PrintString
; write the "(reversed)" string ; description is after title!
ld hl, EmptyString
ld de, _SCRN0 + 32*13 + 10
call PrintString
ld a, [cvCardAddress]
ld l, a
ld a, [cvCardAddress + 1]
ld h, a ; hl now contains the address of the card data.
ld bc, Card_Offset_description ; jump straight to sprite tiles length and location!
add hl, bc
ld de, _SCRN0 + 32*14 + 10 ld de, _SCRN0 + 32*14 + 10
call PrintString call PrintString
ld de, _SCRN0 + 32*15 + 10 ld de, _SCRN0 + 32*15 + 10
@ -162,6 +152,10 @@ LoadUpright:
ld de, _SCRN0 + 32*16 + 10 ld de, _SCRN0 + 32*16 + 10
call PrintString call PrintString
; write the "(reversed)" string
ld hl, EmptyString
ld de, _SCRN0 + 32*13 + 10
call PrintString
ld a, [cvCardAddress] ld a, [cvCardAddress]
ld l, a ld l, a
@ -278,25 +272,16 @@ LoadReversed: ; same as LoadRightSideUp but loads in the reversed data
ld l, a ld l, a
ld a, [cvCardAddress + 1] ld a, [cvCardAddress + 1]
ld h, a ; hl now contains the address of the card data. ld h, a ; hl now contains the address of the card data.
ld bc, Card_Offset_title ; jump straight to sprite tiles length and location! ;ld bc, Card_Offset_title
add hl, bc ;add hl, bc ; unnecessary because title is the first thing in the card struct
ld de, _SCRN0 + 32*11 + 10 ld de, _SCRN0 + 32*11 + 10
call PrintString call PrintString
ld de, _SCRN0 + 32*12 + 10 ld de, _SCRN0 + 32*12 + 10
call PrintString call PrintString
; write the "(reversed)" string ; description is after title
ld hl, ReverseString ld bc, Card_Offset_description_rev - Card_Offset_description
ld de, _SCRN0 + 32*13 + 10 add hl, bc ; jump forward past description to description_rev
call PrintString
; draw the description
ld a, [cvCardAddress]
ld l, a
ld a, [cvCardAddress + 1]
ld h, a ; hl now contains the address of the card data.
ld bc, Card_Offset_description_rev ; jump straight to sprite tiles length and location!
add hl, bc
ld de, _SCRN0 + 32*14 + 10 ld de, _SCRN0 + 32*14 + 10
call PrintString call PrintString
ld de, _SCRN0 + 32*15 + 10 ld de, _SCRN0 + 32*15 + 10
@ -304,13 +289,18 @@ LoadReversed: ; same as LoadRightSideUp but loads in the reversed data
ld de, _SCRN0 + 32*16 + 10 ld de, _SCRN0 + 32*16 + 10
call PrintString call PrintString
; write the "(reversed)" string
ld hl, ReverseString
ld de, _SCRN0 + 32*13 + 10
call PrintString
; move the tilemap into memory ; move the tilemap into memory
ld a, [cvCardAddress] ld a, [cvCardAddress]
ld l, a ld l, a
ld a, [cvCardAddress + 1] ld a, [cvCardAddress + 1]
ld h, a ; hl now contains the address of the card data. ld h, a ; hl now contains the address of the card data.
ld bc, Card_Offset_tilemap ; jump straight to sprite tiles length and location! ld bc, Card_Offset_tilemap ; jump straight to tilemap location!
add hl, bc add hl, bc
; [hl+] and [hl+] read the length first, into bc ; [hl+] and [hl+] read the length first, into bc

View File

@ -184,43 +184,46 @@ Cards:
db BANK(Cups11Page) db BANK(Cups11Page)
dw Cups11Page dw Cups11Page
db BANK(Cups11Page) db BANK(Swords11Page)
dw Cups11Page dw Swords11Page
db BANK(Cups11Page) db BANK(Wands11Page)
dw Cups11Page dw Wands11Page
db BANK(Cups11Page) db BANK(Coins11Page)
dw Cups11Page dw Coins11Page
SECTION "First Eight Cards", ROMX SECTION "First Five Cards", ROMX
INCLUDE "00TheFool.inc" INCLUDE "00TheFool.inc"
INCLUDE "01TheMagician.inc" INCLUDE "01TheMagician.inc"
INCLUDE "02TheHighPriestess.inc" INCLUDE "02TheHighPriestess.inc"
INCLUDE "03TheEmpress.inc" INCLUDE "03TheEmpress.inc"
INCLUDE "04TheEmperor.inc" INCLUDE "04TheEmperor.inc"
SECTION "Second Eight Cards", ROMX SECTION "Second Five Cards", ROMX
INCLUDE "05TheHierophant.inc" INCLUDE "05TheHierophant.inc"
INCLUDE "06TheLovers.inc" INCLUDE "06TheLovers.inc"
INCLUDE "07TheChariot.inc" INCLUDE "07TheChariot.inc"
INCLUDE "08Strength.inc" INCLUDE "08Strength.inc"
INCLUDE "09TheHermit.inc" INCLUDE "09TheHermit.inc"
SECTION "Third Eight Cards", ROMX SECTION "Third Five Cards", ROMX
INCLUDE "10WheelOfFortune.inc" INCLUDE "10WheelOfFortune.inc"
INCLUDE "11Justice.inc" INCLUDE "11Justice.inc"
INCLUDE "12TheHangedMan.inc" INCLUDE "12TheHangedMan.inc"
INCLUDE "13Death.inc" INCLUDE "13Death.inc"
INCLUDE "14Temperance.inc" INCLUDE "14Temperance.inc"
SECTION "Fourth Eight Cards", ROMX SECTION "Fourth Five Cards", ROMX
INCLUDE "15TheDevil.inc" INCLUDE "15TheDevil.inc"
INCLUDE "16TheTower.inc" INCLUDE "16TheTower.inc"
INCLUDE "17TheStar.inc" INCLUDE "17TheStar.inc"
INCLUDE "18TheMoon.inc" INCLUDE "18TheMoon.inc"
INCLUDE "19TheSun.inc" INCLUDE "19TheSun.inc"
SECTION "FIFTH EIGHT CARDS", ROMX SECTION "FIFTH FIVE CARDS", ROMX
INCLUDE "20Judgement.inc" INCLUDE "20Judgement.inc"
INCLUDE "21TheWorld.inc" INCLUDE "21TheWorld.inc"
INCLUDE "cups11page.inc" INCLUDE "cups11page.inc"
INCLUDE "swords11page.inc"
INCLUDE "coins11page.inc"
INCLUDE "wands11page.inc"

View File

@ -4,101 +4,103 @@
KeyArtTiles: KeyArtTiles:
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00 db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $00,$00,$00,$00,$01,$01,$03,$03,$07,$07,$0f,$0f,$0f,$0f,$0f,$0f db $00,$00,$00,$00,$00,$00,$3f,$3f,$3f,$3f,$1f,$1f,$0f,$0f,$07,$07
db $00,$00,$00,$00,$00,$00,$a3,$a3,$be,$be,$d9,$d9,$e3,$e3,$ef,$ef db $00,$f8,$00,$fe,$00,$00,$ff,$ff,$ff,$ff,$fe,$fe,$fc,$fc,$f8,$f8
db $00,$00,$00,$00,$5f,$5f,$3f,$3f,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff db $07,$07,$03,$03,$01,$01,$00,$00,$00,$00,$00,$01,$00,$01,$00,$01
db $00,$00,$00,$00,$80,$80,$c0,$c0,$c0,$c0,$e0,$e0,$e0,$e0,$d0,$d0 db $f8,$f8,$f0,$f0,$e0,$e0,$c0,$c0,$00,$00,$00,$e0,$00,$f0,$00,$ff
db $07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$03,$03,$03,$03,$01,$01 db $00,$01,$00,$01,$00,$01,$00,$01,$00,$00,$00,$00,$01,$01,$07,$07
db $ef,$ef,$ce,$ce,$d9,$d9,$d7,$d7,$cf,$cf,$85,$85,$85,$85,$c3,$c3 db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$07,$c0,$c0,$e0,$e0,$f8,$f8
db $ff,$ff,$00,$00,$f8,$f8,$fe,$fe,$fe,$fe,$fe,$fe,$fe,$fe,$7e,$7e db $07,$07,$01,$01,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $b0,$b0,$70,$70,$f0,$f0,$f8,$f8,$f8,$f8,$f8,$f8,$f0,$f0,$f0,$f0 db $f8,$f8,$e0,$e0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $00,$00,$00,$00,$00,$00,$00,$00,$1f,$1f,$1f,$1f,$0f,$0f,$07,$07 db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$fc
db $3c,$3c,$6a,$6a,$7e,$7e,$00,$00,$ff,$ff,$ff,$ff,$ff,$ff,$fe,$fe db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$00
db $00,$00,$00,$00,$00,$00,$00,$00,$80,$80,$81,$81,$01,$01,$00,$00 db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$1f
db $40,$40,$00,$00,$61,$61,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$01,$00,$07,$00,$7f
db $00,$00,$00,$00,$00,$08,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$00,$00,$00,$00,$00,$00,$80,$00,$e0,$00,$80,$00,$e0,$00,$f8
db $00,$83,$00,$cd,$00,$cd,$00,$c1,$00,$cf,$00,$cf,$00,$ef,$00,$ff
db $00,$c7,$00,$cb,$00,$cd,$00,$c1,$00,$cd,$00,$cd,$00,$cd,$00,$ff
db $00,$87,$00,$9b,$00,$9f,$00,$9f,$00,$91,$00,$9b,$00,$c3,$00,$ff
db $00,$03,$00,$9f,$00,$9f,$00,$87,$00,$9f,$00,$9f,$00,$c3,$00,$ff
db $00,$ff,$00,$c7,$00,$9b,$00,$9b,$00,$9b,$00,$c7,$00,$ff,$00,$ff
db $00,$f1,$00,$e7,$00,$c3,$00,$e7,$00,$e7,$00,$e7,$00,$ff,$00,$ff
db $00,$fc,$00,$f8,$00,$f9,$00,$f9,$00,$f9,$00,$f9,$00,$fc,$00,$ff
db $00,$3c,$00,$d9,$00,$d9,$00,$f9,$00,$f9,$00,$dc,$00,$3e,$00,$ff
db $00,$3e,$00,$9e,$00,$de,$00,$de,$00,$de,$00,$de,$00,$1f,$00,$ff
db $00,$f8,$00,$79,$00,$79,$00,$79,$00,$79,$00,$79,$00,$7d,$00,$ff
db $00,$dc,$00,$59,$00,$59,$00,$5c,$00,$9f,$00,$d9,$00,$dc,$00,$ff
db $00,$7f,$00,$bf,$00,$ff,$00,$7f,$00,$bf,$00,$bf,$00,$7f,$00,$ff
db $00,$7f,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$fc,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$00,$00,$03,$00,$1f,$00,$3f,$00,$7f,$00,$7f,$00,$ff,$00,$ff
db $00,$00,$00,$00,$00,$c0,$00,$e0,$00,$f0,$00,$f8,$00,$fc,$00,$fc
db $00,$ff,$00,$ff,$00,$ff,$00,$7f,$00,$7f,$00,$3f,$00,$1f,$00,$1f
db $00,$fc,$00,$fe,$00,$fe,$00,$fe,$00,$fe,$00,$fe,$00,$fe,$00,$fe
db $00,$00,$00,$00,$00,$00,$00,$00,$01,$01,$01,$01,$03,$03,$03,$03
db $00,$00,$00,$00,$3f,$3f,$7f,$7f,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff
db $00,$00,$00,$00,$c0,$c0,$f0,$f0,$f0,$f0,$f8,$f8,$f8,$f8,$fc,$fc
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$07,$00,$07,$00,$07
db $00,$0f,$00,$07,$00,$07,$00,$0f,$00,$7f,$00,$ff,$00,$ff,$00,$ff
db $00,$fe,$00,$f8,$00,$f0,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $03,$03,$03,$03,$03,$73,$03,$fb,$03,$fb,$01,$f9,$00,$f8,$00,$fc
db $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff db $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff
db $74,$74,$37,$37,$b7,$b7,$87,$87,$cf,$cf,$ff,$ff,$ff,$ff,$ff,$ff db $fc,$fc,$fc,$fc,$fc,$fc,$fc,$fc,$fc,$fc,$fc,$fc,$f8,$f8,$f0,$f0
db $00,$00,$00,$00,$c0,$c0,$e0,$e0,$f0,$f0,$fc,$fc,$ff,$ff,$ff,$ff db $00,$0f,$00,$0f,$00,$0f,$00,$1f,$00,$1f,$00,$1f,$00,$1f,$00,$3f
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$80,$80 db $00,$fc,$00,$fc,$00,$fc,$00,$fe,$00,$fe,$00,$fe,$00,$fe,$00,$fe
db $03,$03,$03,$03,$01,$01,$00,$00,$00,$00,$00,$00,$01,$01,$01,$01 db $7f,$7f,$3f,$3f,$00,$00,$00,$6f,$00,$7f,$00,$ff,$00,$ff,$00,$c0
db $fc,$fc,$fc,$fc,$f8,$f8,$f0,$f0,$60,$60,$60,$60,$f0,$f0,$f0,$f0 db $e0,$e0,$80,$80,$00,$00,$00,$f8,$00,$f8,$00,$f0,$00,$f0,$00,$00
db $00,$00,$01,$01,$01,$01,$03,$03,$0f,$0f,$1f,$1f,$1f,$1f,$3f,$3f db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$01,$00,$01,$00,$03
db $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$df,$df,$df,$df db $00,$3f,$00,$3f,$00,$7f,$00,$7e,$00,$fc,$00,$fc,$00,$f8,$00,$f0
db $c0,$c0,$c0,$c0,$e0,$e0,$f0,$f0,$f0,$f0,$f0,$f0,$f0,$f0,$f0,$f0 db $00,$ff,$00,$7f,$00,$3f,$00,$3f,$00,$3f,$00,$3f,$00,$7f,$00,$7f
db $01,$01,$01,$01,$01,$01,$01,$01,$01,$01,$01,$01,$00,$00,$00,$00 db $00,$f6,$00,$f7,$00,$f7,$00,$f7,$00,$f7,$00,$f7,$00,$f7,$00,$f0
db $f8,$f8,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$63,$63,$60,$60 db $00,$c0,$00,$c0,$00,$c0,$00,$80,$00,$80,$00,$00,$00,$00,$00,$00
db $7f,$7f,$bf,$bf,$df,$df,$df,$df,$ef,$ef,$ef,$ef,$f7,$f7,$07,$07 db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$01,$00,$7f,$00,$7f
db $ff,$ff,$ff,$ff,$fd,$fd,$fd,$fd,$fb,$fb,$fb,$fb,$fb,$fb,$f7,$f7 db $00,$07,$00,$0f,$00,$1f,$00,$3f,$00,$fe,$00,$fc,$00,$fc,$00,$f8
db $df,$df,$9f,$9f,$0f,$0f,$00,$00,$07,$07,$0f,$0f,$0f,$0f,$9e,$9e db $00,$e0,$00,$c0,$00,$80,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $f0,$f0,$f0,$f0,$e0,$e0,$00,$00,$c0,$c0,$80,$80,$00,$00,$00,$00 db $00,$7f,$00,$7f,$00,$7f,$00,$7f,$00,$7f,$00,$7f,$00,$3f,$00,$3f
db $00,$00,$03,$03,$03,$03,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00 db $00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$e0,$00,$c0,$00,$f0
db $f0,$f0,$fc,$fc,$fc,$fc,$f0,$f0,$00,$00,$00,$00,$00,$00,$00,$00 db $00,$7f,$00,$1f,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $03,$03,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00 db $00,$f8,$00,$f8,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $e3,$e3,$03,$03,$01,$01,$00,$00,$01,$01,$01,$01,$03,$03,$07,$07 db $00,$3f,$00,$3f,$00,$1f,$00,$1f,$00,$1f,$00,$1f,$00,$1f,$00,$1f
db $fc,$fc,$f8,$f8,$f0,$f0,$e0,$e0,$c0,$c0,$80,$80,$00,$00,$00,$00 db $00,$f7,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ef
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$01,$01,$01,$01 db $00,$f8,$00,$f8,$00,$f8,$00,$f8,$00,$f8,$00,$f8,$00,$f8,$00,$f8
db $0f,$0f,$1f,$1f,$3f,$3f,$7f,$7f,$7f,$7f,$ff,$ff,$ff,$ff,$ff,$ff db $00,$1f,$00,$1f,$00,$1f,$00,$1f,$00,$1f,$00,$1b,$00,$1f,$00,$1f
db $80,$80,$00,$00,$80,$80,$80,$80,$c0,$c0,$c0,$c0,$e0,$e0,$e0,$e0 db $00,$ef,$00,$ef,$00,$ef,$00,$ef,$00,$ef,$00,$cf,$00,$cf,$00,$cf
db $03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$01,$01,$00,$00 db $00,$f8,$00,$f8,$00,$f8,$00,$fc,$00,$fc,$00,$fc,$00,$fc,$00,$fc
db $f0,$f0,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8 db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$01
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$01,$01 db $00,$1f,$00,$1f,$00,$1f,$00,$3f,$00,$7f,$00,$ff,$00,$ff,$00,$ff
db $0f,$0f,$70,$70,$7f,$7f,$7f,$7f,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff db $00,$cf,$00,$c7,$00,$c7,$00,$c7,$00,$c7,$00,$c3,$00,$83,$00,$83
db $ff,$ff,$ff,$ff,$1f,$1f,$c0,$c0,$87,$87,$87,$87,$07,$07,$03,$03 db $00,$fc,$00,$fc,$00,$fc,$00,$fc,$00,$fc,$00,$fc,$00,$f8,$00,$f8
db $ff,$ff,$ff,$ff,$fc,$fc,$00,$00,$fc,$fc,$fc,$fc,$fc,$fc,$fc,$fc db $00,$03,$00,$03,$00,$07,$00,$0f,$00,$0f,$00,$1f,$00,$3f,$00,$3f
db $f0,$f0,$e0,$e0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00 db $00,$ff,$00,$ff,$00,$fe,$00,$fc,$00,$f8,$00,$f0,$00,$e0,$00,$e0
db $01,$01,$01,$01,$01,$01,$03,$03,$03,$03,$07,$07,$07,$07,$07,$07 db $00,$03,$00,$03,$00,$03,$00,$03,$00,$03,$00,$03,$00,$07,$00,$07
db $ff,$ff,$fe,$fe,$fe,$fe,$fc,$fc,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8 db $00,$f0,$00,$e0,$00,$e0,$00,$e0,$00,$e0,$00,$e0,$00,$e0,$00,$e0
db $03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03 db $00,$3f,$00,$ff,$00,$ff,$00,$ff,$00,$7e,$00,$3e,$00,$1c,$00,$1e
db $fc,$fc,$fc,$fc,$fc,$fc,$fc,$fc,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8 db $00,$c0,$00,$c0,$00,$80,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $07,$07,$0f,$0f,$0f,$0f,$0f,$0f,$1f,$1f,$1f,$1f,$1f,$1f,$1f,$1f db $00,$07,$00,$07,$00,$07,$00,$07,$00,$07,$00,$07,$00,$07,$00,$03
db $f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f0,$f0,$f0,$f0,$f0,$f0,$e0,$e0 db $00,$c0,$00,$c0,$00,$c0,$00,$c0,$00,$c0,$00,$80,$00,$e0,$00,$f0
db $07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$03,$03 db $00,$0f,$00,$07,$00,$03,$00,$01,$00,$07,$00,$ff,$00,$ff,$00,$ff
db $f8,$f8,$f8,$f8,$fc,$fc,$fc,$fc,$f8,$f8,$f8,$f8,$f8,$f8,$f0,$f0 db $00,$00,$00,$8f,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$00,$00,$00,$00,$00,$03,$03,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff db $00,$03,$00,$e3,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$00,$00,$00,$00,$00,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff db $00,$fc,$00,$fe,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $1f,$1f,$07,$07,$18,$18,$df,$df,$bf,$bf,$bf,$bf,$bf,$bf,$3f,$3f
db $e0,$e0,$c0,$c0,$00,$00,$7f,$7f,$7f,$7f,$7f,$7f,$bf,$bf,$7f,$7f
db $03,$03,$03,$03,$08,$08,$fd,$fd,$fd,$fd,$fd,$fd,$fd,$fd,$fd,$fd
db $f0,$f0,$f0,$f0,$00,$00,$fb,$fb,$f7,$f7,$f7,$f7,$f7,$f7,$f7,$f7
db $00,$00,$00,$00,$00,$00,$00,$00,$c0,$c0,$ff,$ff,$ff,$ff,$ff,$ff
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$f0,$f0,$ff,$ff,$ff,$ff
db $fc,$fc,$e3,$e3,$df,$df,$bf,$bf,$bf,$bf,$d8,$d8,$e7,$e7,$ff,$ff
db $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$f0,$f0,$0f,$0f,$ff,$ff,$ff,$ff
db $fd,$fd,$fd,$fd,$fd,$fd,$fd,$fd,$fe,$fe,$ff,$ff,$ff,$ff,$ff,$ff
db $fb,$fb,$fd,$fd,$fe,$fe,$fe,$fe,$ff,$ff,$7f,$7f,$8f,$8f,$f0,$f0
db $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$7f,$7f,$bf,$bf,$bf,$bf,$7f,$7f
db $ff,$ff,$c7,$c7,$cb,$cb,$cd,$cd,$c1,$c1,$cd,$cd,$cd,$cd,$cd,$cd
db $ff,$ff,$87,$87,$9b,$9b,$9f,$9f,$9f,$9f,$91,$91,$9b,$9b,$c3,$c3
db $ff,$ff,$03,$03,$9f,$9f,$9f,$9f,$87,$87,$9f,$9f,$9f,$9f,$c3,$c3
db $ff,$ff,$ff,$ff,$c7,$c7,$9b,$9b,$9b,$9b,$9b,$9b,$c7,$c7,$ff,$ff
db $ff,$ff,$f1,$f1,$e7,$e7,$c3,$c3,$e7,$e7,$e7,$e7,$e7,$e7,$ff,$ff
db $ff,$ff,$c3,$c3,$8d,$8d,$9d,$9d,$9f,$9f,$9f,$9f,$9d,$9d,$c3,$c3
db $ff,$ff,$bf,$bf,$9d,$9d,$9d,$9d,$9d,$9d,$9d,$9d,$9d,$9d,$c3,$c3
db $ff,$ff,$c7,$c7,$9b,$9b,$9f,$9f,$c7,$c7,$fb,$fb,$9b,$9b,$c7,$c7
db $ff,$ff,$83,$83,$cd,$cd,$cd,$cd,$c1,$c1,$cf,$cf,$cf,$cf,$ef,$ef
db $7f,$7f,$7f,$7f,$7f,$7f,$7f,$7f,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff
db $fe,$fe,$fd,$fd,$01,$01,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0e,$0e,$1e,$1e
db $ff,$ff,$ff,$ff,$ff,$ff,$00,$00,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff
db $fe,$fe,$fe,$fe,$fe,$fe,$00,$00,$fe,$fe,$fe,$fe,$fe,$fe,$ff,$ff
db $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$fe,$fe
KeyArt: KeyArt:
db $1a, $1a, $1b, $1c, $1d, $1e, $1a, $1a db $1a, $1a, $1a, $1a, $1a, $1a, $1a, $1a
db $1a, $65, $1f, $20, $21, $22, $1a, $1a db $1a, $1a, $1a, $38, $39, $1a, $1a, $1a
db $23, $24, $25, $26, $64, $28, $29, $2a db $1a, $1a, $1a, $3a, $3b, $3c, $3d, $3e
db $2b, $2c, $2d, $27, $27, $27, $2e, $2f db $1a, $1a, $3f, $40, $41, $42, $43, $44
db $30, $31, $32, $33, $27, $68, $34, $35 db $1a, $1a, $45, $26, $26, $46, $47, $48
db $36, $37, $38, $39, $66, $67, $3a, $1a db $1a, $49, $4a, $4b, $26, $4c, $4d, $1a
db $1a, $1a, $3b, $3c, $27, $27, $3d, $1a db $4e, $4f, $50, $51, $26, $52, $1a, $1a
db $1a, $1a, $3e, $27, $27, $27, $3f, $1a db $53, $54, $1a, $55, $56, $57, $1a, $1a
db $1a, $1a, $40, $41, $42, $43, $44, $1a db $1a, $1a, $1a, $58, $59, $5a, $1a, $1a
db $1a, $1a, $45, $46, $47, $48, $1a, $1a db $1a, $1a, $5b, $5c, $5d, $5e, $1a, $1a
db $1a, $1a, $49, $4a, $4b, $4c, $1a, $1a db $1a, $1a, $5f, $60, $61, $62, $1a, $1a
db $4d, $4e, $4f, $50, $51, $52, $53, $54 db $1a, $1a, $63, $64, $65, $66, $1a, $1a
db $27, $55, $56, $63, $57, $58, $59, $27 db $1a, $27, $67, $68, $69, $6a, $28, $29
db $27, $27, $62, $5a, $5b, $5c, $27, $27 db $36, $26, $2a, $2b, $2c, $2d, $26, $37
db $27, $27, $27, $5d, $5e, $27, $27, $27 db $26, $26, $26, $2e, $2f, $26, $26, $26
db $27, $27, $5f, $60, $62, $61, $27, $27 db $26, $30, $31, $32, $33, $34, $35, $26

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

140
coins11page.inc Normal file
View File

@ -0,0 +1,140 @@
; this is a card struct
; starts with five length-prefixed strings in memory
; then a 16bit value of the offset between the tile set and the end
; then the 16bit address of the tile set
; then a 16bit value of the offset between tile map and end
; then the 16bit address of the tile map
Coins11Page:
db 10, "PAGE OF "
db 10, "COINS "
db 10, "dreamer "
db 10, "new love "
db 10, "imagine "
db 10, "childish "
db 10, "seduction "
db 10, "envy "
dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy
dw .KeyArtTilesEnd - .KeyArtTiles
dw .KeyArtTiles
dw .SpriteTilesEnd - .SpriteTiles
dw .SpriteTiles
dw .fInit
dw .fUpdate
dw .fDraw
dw .fPrintPrep
.fInit: ret
.fUpdate: ret
.fDraw: ret
.fPrintPrep: ret
.SpriteTiles:
.SpriteTilesEnd:
.KeyArtTiles:
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $00,$00,$00,$00,$00,$00,$3f,$3f,$3f,$3f,$1f,$1f,$0f,$0f,$07,$07
db $00,$f8,$00,$fe,$00,$00,$ff,$ff,$ff,$ff,$fe,$fe,$fc,$fc,$f8,$f8
db $07,$07,$03,$03,$01,$01,$00,$00,$00,$00,$00,$01,$00,$01,$00,$01
db $f8,$f8,$f0,$f0,$e0,$e0,$c0,$c0,$00,$00,$00,$e0,$00,$f0,$00,$ff
db $00,$01,$00,$01,$00,$01,$00,$01,$00,$00,$00,$00,$01,$01,$07,$07
db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$07,$c0,$c0,$e0,$e0,$f8,$f8
db $07,$07,$01,$01,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $f8,$f8,$e0,$e0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$fc
db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$00
db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$1f
db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$01,$00,$07,$00,$7f
db $00,$00,$00,$00,$00,$08,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$00,$00,$00,$00,$00,$00,$80,$00,$e0,$00,$80,$00,$e0,$00,$f8
db $00,$83,$00,$cd,$00,$cd,$00,$c1,$00,$cf,$00,$cf,$00,$ef,$00,$ff
db $00,$c7,$00,$cb,$00,$cd,$00,$c1,$00,$cd,$00,$cd,$00,$cd,$00,$ff
db $00,$87,$00,$9b,$00,$9f,$00,$9f,$00,$91,$00,$9b,$00,$c3,$00,$ff
db $00,$03,$00,$9f,$00,$9f,$00,$87,$00,$9f,$00,$9f,$00,$c3,$00,$ff
db $00,$ff,$00,$c7,$00,$9b,$00,$9b,$00,$9b,$00,$c7,$00,$ff,$00,$ff
db $00,$f1,$00,$e7,$00,$c3,$00,$e7,$00,$e7,$00,$e7,$00,$ff,$00,$ff
db $00,$fc,$00,$f8,$00,$f9,$00,$f9,$00,$f9,$00,$f9,$00,$fc,$00,$ff
db $00,$3c,$00,$d9,$00,$d9,$00,$f9,$00,$f9,$00,$dc,$00,$3e,$00,$ff
db $00,$3e,$00,$9e,$00,$de,$00,$de,$00,$de,$00,$de,$00,$1f,$00,$ff
db $00,$f8,$00,$79,$00,$79,$00,$79,$00,$79,$00,$79,$00,$7d,$00,$ff
db $00,$dc,$00,$59,$00,$59,$00,$5c,$00,$9f,$00,$d9,$00,$dc,$00,$ff
db $00,$7f,$00,$bf,$00,$ff,$00,$7f,$00,$bf,$00,$bf,$00,$7f,$00,$ff
db $00,$7f,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$fc,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$00,$00,$03,$00,$1f,$00,$3f,$00,$7f,$00,$7f,$00,$ff,$00,$ff
db $00,$00,$00,$00,$00,$c0,$00,$e0,$00,$f0,$00,$f8,$00,$fc,$00,$fc
db $00,$ff,$00,$ff,$00,$ff,$00,$7f,$00,$7f,$00,$3f,$00,$1f,$00,$1f
db $00,$fc,$00,$fe,$00,$fe,$00,$fe,$00,$fe,$00,$fe,$00,$fe,$00,$fe
db $00,$00,$00,$00,$00,$00,$00,$00,$01,$01,$01,$01,$03,$03,$03,$03
db $00,$00,$00,$00,$3f,$3f,$7f,$7f,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff
db $00,$00,$00,$00,$c0,$c0,$f0,$f0,$f0,$f0,$f8,$f8,$f8,$f8,$fc,$fc
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$07,$00,$07,$00,$07
db $00,$0f,$00,$07,$00,$07,$00,$0f,$00,$7f,$00,$ff,$00,$ff,$00,$ff
db $00,$fe,$00,$f8,$00,$f0,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $03,$03,$03,$03,$03,$73,$03,$fb,$03,$fb,$01,$f9,$00,$f8,$00,$fc
db $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff
db $fc,$fc,$fc,$fc,$fc,$fc,$fc,$fc,$fc,$fc,$fc,$fc,$f8,$f8,$f0,$f0
db $00,$0f,$00,$0f,$00,$0f,$00,$1f,$00,$1f,$00,$1f,$00,$1f,$00,$3f
db $00,$fc,$00,$fc,$00,$fc,$00,$fe,$00,$fe,$00,$fe,$00,$fe,$00,$fe
db $7f,$7f,$3f,$3f,$00,$00,$00,$6f,$00,$7f,$00,$ff,$00,$ff,$00,$c0
db $e0,$e0,$80,$80,$00,$00,$00,$f8,$00,$f8,$00,$f0,$00,$f0,$00,$00
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$01,$00,$01,$00,$03
db $00,$3f,$00,$3f,$00,$7f,$00,$7e,$00,$fc,$00,$fc,$00,$f8,$00,$f0
db $00,$ff,$00,$7f,$00,$3f,$00,$3f,$00,$3f,$00,$3f,$00,$7f,$00,$7f
db $00,$f6,$00,$f7,$00,$f7,$00,$f7,$00,$f7,$00,$f7,$00,$f7,$00,$f0
db $00,$c0,$00,$c0,$00,$c0,$00,$80,$00,$80,$00,$00,$00,$00,$00,$00
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$01,$00,$7f,$00,$7f
db $00,$07,$00,$0f,$00,$1f,$00,$3f,$00,$fe,$00,$fc,$00,$fc,$00,$f8
db $00,$e0,$00,$c0,$00,$80,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $00,$7f,$00,$7f,$00,$7f,$00,$7f,$00,$7f,$00,$7f,$00,$3f,$00,$3f
db $00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$e0,$00,$c0,$00,$f0
db $00,$7f,$00,$1f,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $00,$f8,$00,$f8,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $00,$3f,$00,$3f,$00,$1f,$00,$1f,$00,$1f,$00,$1f,$00,$1f,$00,$1f
db $00,$f7,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ef
db $00,$f8,$00,$f8,$00,$f8,$00,$f8,$00,$f8,$00,$f8,$00,$f8,$00,$f8
db $00,$1f,$00,$1f,$00,$1f,$00,$1f,$00,$1f,$00,$1b,$00,$1f,$00,$1f
db $00,$ef,$00,$ef,$00,$ef,$00,$ef,$00,$ef,$00,$cf,$00,$cf,$00,$cf
db $00,$f8,$00,$f8,$00,$f8,$00,$fc,$00,$fc,$00,$fc,$00,$fc,$00,$fc
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$01
db $00,$1f,$00,$1f,$00,$1f,$00,$3f,$00,$7f,$00,$ff,$00,$ff,$00,$ff
db $00,$cf,$00,$c7,$00,$c7,$00,$c7,$00,$c7,$00,$c3,$00,$83,$00,$83
db $00,$fc,$00,$fc,$00,$fc,$00,$fc,$00,$fc,$00,$fc,$00,$f8,$00,$f8
db $00,$03,$00,$03,$00,$07,$00,$0f,$00,$0f,$00,$1f,$00,$3f,$00,$3f
db $00,$ff,$00,$ff,$00,$fe,$00,$fc,$00,$f8,$00,$f0,$00,$e0,$00,$e0
db $00,$03,$00,$03,$00,$03,$00,$03,$00,$03,$00,$03,$00,$07,$00,$07
db $00,$f0,$00,$e0,$00,$e0,$00,$e0,$00,$e0,$00,$e0,$00,$e0,$00,$e0
db $00,$3f,$00,$ff,$00,$ff,$00,$ff,$00,$7e,$00,$3e,$00,$1c,$00,$1e
db $00,$c0,$00,$c0,$00,$80,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $00,$07,$00,$07,$00,$07,$00,$07,$00,$07,$00,$07,$00,$07,$00,$03
db $00,$c0,$00,$c0,$00,$c0,$00,$c0,$00,$c0,$00,$80,$00,$e0,$00,$f0
db $00,$0f,$00,$07,$00,$03,$00,$01,$00,$07,$00,$ff,$00,$ff,$00,$ff
db $00,$00,$00,$8f,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$03,$00,$e3,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$fc,$00,$fe,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
.KeyArtTilesEnd:
.BackgroundCopy: ; tiles start at 26
db $1a, $1a, $1a, $1a, $1a, $1a, $1a, $1a
db $1a, $1a, $1a, $38, $39, $1a, $1a, $1a
db $1a, $1a, $1a, $3a, $3b, $3c, $3d, $3e
db $1a, $1a, $3f, $40, $41, $42, $43, $44
db $1a, $1a, $45, $26, $26, $46, $47, $48
db $1a, $49, $4a, $4b, $26, $4c, $4d, $1a
db $4e, $4f, $50, $51, $26, $52, $1a, $1a
db $53, $54, $1a, $55, $56, $57, $1a, $1a
db $1a, $1a, $1a, $58, $59, $5a, $1a, $1a
db $1a, $1a, $5b, $5c, $5d, $5e, $1a, $1a
db $1a, $1a, $5f, $60, $61, $62, $1a, $1a
db $1a, $1a, $63, $64, $65, $66, $1a, $1a
db $1a, $27, $67, $68, $69, $6a, $28, $29
db $36, $26, $2a, $2b, $2c, $2d, $26, $37
db $26, $26, $26, $2e, $2f, $26, $26, $26
db $26, $30, $31, $32, $33, $34, $35, $26
.BackgroundCopyEnd:

View File

@ -8,13 +8,13 @@ Cups11Page:
db 10, "PAGE OF " db 10, "PAGE OF "
db 10, "CUPS " db 10, "CUPS "
db 9, "dreamer " db 10, "dreamer "
db 9, "new love " db 10, "new love "
db 9, "imagine " db 10, "imagine "
db 9, "childish " db 10, "childish "
db 9, "seduction" db 10, "seduction "
db 9, "envy " db 10, "envy "
dw .BackgroundCopyEnd - .BackgroundCopy dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy dw .BackgroundCopy
@ -36,102 +36,104 @@ Cups11Page:
.SpriteTilesEnd: .SpriteTilesEnd:
.KeyArtTiles: .KeyArtTiles:
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00 db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $00,$00,$00,$00,$01,$01,$03,$03,$07,$07,$0f,$0f,$0f,$0f,$0f,$0f db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$00,$00,$00,$00,$00,$a3,$a3,$be,$be,$d9,$d9,$e3,$e3,$ef,$ef db $00,$00,$00,$00,$00,$00,$00,$01,$00,$03,$00,$07,$00,$07,$00,$07
db $00,$00,$00,$00,$5f,$5f,$3f,$3f,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff db $00,$00,$00,$00,$00,$7f,$00,$fe,$00,$fd,$00,$fb,$00,$e7,$00,$df
db $00,$00,$00,$00,$80,$80,$c0,$c0,$c0,$c0,$e0,$e0,$e0,$e0,$d0,$d0 db $00,$00,$00,$00,$00,$7e,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$03,$03,$03,$03,$01,$01 db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$80,$00,$80,$00,$40
db $ef,$ef,$ce,$ce,$d9,$d9,$d7,$d7,$cf,$cf,$85,$85,$85,$85,$c3,$c3 db $00,$00,$00,$00,$00,$00,$00,$00,$00,$11,$00,$1b,$00,$1f,$00,$1f
db $ff,$ff,$00,$00,$f8,$f8,$fe,$fe,$fe,$fe,$fe,$fe,$fe,$fe,$7e,$7e db $00,$00,$00,$00,$00,$00,$00,$c0,$00,$f0,$00,$f0,$00,$f0,$00,$e0
db $b0,$b0,$70,$70,$f0,$f0,$f8,$f8,$f8,$f8,$f8,$f8,$f0,$f0,$f0,$f0 db $00,$07,$00,$07,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $00,$00,$00,$00,$00,$00,$00,$00,$1f,$1f,$1f,$1f,$0f,$0f,$07,$07 db $00,$df,$00,$90,$00,$27,$00,$0f,$00,$0f,$00,$0f,$00,$07,$00,$01
db $3c,$3c,$6a,$6a,$7e,$7e,$00,$00,$ff,$ff,$ff,$ff,$ff,$ff,$fe,$fe db $00,$fe,$00,$01,$00,$fb,$00,$fb,$00,$fb,$00,$fb,$00,$fb,$00,$f9
db $00,$00,$00,$00,$00,$00,$00,$00,$80,$80,$81,$81,$01,$01,$00,$00 db $00,$c0,$00,$c0,$00,$e0,$00,$e0,$00,$e0,$00,$c0,$00,$c0,$00,$d0
db $40,$40,$00,$00,$61,$61,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff db $00,$1f,$00,$0f,$00,$0f,$00,$0f,$00,$0f,$00,$0f,$00,$0f,$00,$0f
db $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff db $00,$e0,$00,$e0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$80,$00,$80
db $74,$74,$37,$37,$b7,$b7,$87,$87,$cf,$cf,$ff,$ff,$ff,$ff,$ff,$ff db $00,$00,$00,$00,$00,$00,$3f,$3f,$3f,$3f,$1f,$1f,$0f,$0f,$07,$07
db $00,$00,$00,$00,$c0,$c0,$e0,$e0,$f0,$f0,$fc,$fc,$ff,$ff,$ff,$ff db $00,$f8,$00,$fe,$00,$00,$ff,$ff,$ff,$ff,$fe,$fe,$fc,$fc,$f8,$f8
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$80,$80 db $00,$00,$00,$00,$00,$00,$00,$00,$00,$01,$00,$01,$00,$01,$00,$01
db $03,$03,$03,$03,$01,$01,$00,$00,$00,$00,$00,$00,$01,$01,$01,$01 db $00,$01,$00,$02,$00,$7f,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $fc,$fc,$fc,$fc,$f8,$f8,$f0,$f0,$60,$60,$60,$60,$f0,$f0,$f0,$f0 db $00,$f4,$00,$06,$00,$fe,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$00,$01,$01,$01,$01,$03,$03,$0f,$0f,$1f,$1f,$1f,$1f,$3f,$3f db $00,$dc,$00,$df,$00,$1f,$00,$3f,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$df,$df,$df,$df db $00,$0f,$00,$0f,$00,$8f,$00,$cf,$00,$e0,$00,$fe,$00,$ff,$00,$ff
db $c0,$c0,$c0,$c0,$e0,$e0,$f0,$f0,$f0,$f0,$f0,$f0,$f0,$f0,$f0,$f0 db $00,$80,$00,$80,$00,$80,$00,$80,$00,$80,$00,$00,$00,$80,$00,$c0
db $01,$01,$01,$01,$01,$01,$01,$01,$01,$01,$01,$01,$00,$00,$00,$00 db $07,$07,$03,$03,$01,$01,$00,$00,$00,$00,$00,$01,$00,$01,$00,$01
db $f8,$f8,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$63,$63,$60,$60 db $f8,$f8,$f0,$f0,$e0,$e0,$c0,$c0,$00,$00,$00,$e0,$00,$f0,$00,$ff
db $7f,$7f,$bf,$bf,$df,$df,$df,$df,$ef,$ef,$ef,$ef,$f7,$f7,$07,$07 db $00,$03,$00,$03,$00,$07,$00,$1f,$00,$3f,$00,$3f,$00,$ff,$00,$7f
db $ff,$ff,$ff,$ff,$fd,$fd,$fd,$fd,$fb,$fb,$fb,$fb,$fb,$fb,$f7,$f7 db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$fe
db $df,$df,$9f,$9f,$0f,$0f,$00,$00,$07,$07,$0f,$0f,$0f,$0f,$9e,$9e db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$1f,$00,$00
db $f0,$f0,$f0,$f0,$e0,$e0,$00,$00,$c0,$c0,$80,$80,$00,$00,$00,$00 db $00,$c0,$00,$c0,$00,$c0,$00,$c0,$00,$c0,$00,$c0,$00,$80,$00,$00
db $00,$00,$03,$03,$03,$03,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00 db $00,$01,$00,$01,$00,$01,$00,$01,$00,$00,$00,$00,$01,$01,$07,$07
db $f0,$f0,$fc,$fc,$fc,$fc,$f0,$f0,$00,$00,$00,$00,$00,$00,$00,$00 db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$07,$c0,$c0,$e0,$e0,$f8,$f8
db $03,$03,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00 db $00,$bf,$00,$bf,$00,$df,$00,$df,$00,$ef,$00,$0f,$00,$07,$00,$00
db $e3,$e3,$03,$03,$01,$01,$00,$00,$01,$01,$01,$01,$03,$03,$07,$07 db $00,$fb,$00,$fb,$00,$f7,$00,$f7,$00,$f7,$00,$ef,$00,$c7,$00,$07
db $fc,$fc,$f8,$f8,$f0,$f0,$e0,$e0,$c0,$c0,$80,$80,$00,$00,$00,$00 db $00,$fc,$00,$fc,$00,$fc,$00,$fc,$00,$fc,$00,$f8,$00,$f8,$00,$f8
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$01,$01,$01,$01 db $07,$07,$01,$01,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $0f,$0f,$1f,$1f,$3f,$3f,$7f,$7f,$7f,$7f,$ff,$ff,$ff,$ff,$ff,$ff db $f8,$f8,$e0,$e0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $80,$80,$00,$00,$80,$80,$80,$80,$c0,$c0,$c0,$c0,$e0,$e0,$e0,$e0 db $00,$03,$00,$00,$00,$03,$00,$03,$00,$07,$00,$0f,$00,$1f,$00,$3f
db $03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$01,$01,$00,$00 db $00,$ff,$00,$00,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $f0,$f0,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8 db $00,$f8,$00,$00,$00,$f8,$00,$f8,$00,$f8,$00,$fc,$00,$fe,$00,$fc
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$01,$01 db $00,$00,$00,$00,$00,$01,$00,$03,$00,$03,$00,$07,$00,$07,$00,$07
db $0f,$0f,$70,$70,$7f,$7f,$7f,$7f,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff db $00,$7f,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $ff,$ff,$ff,$ff,$1f,$1f,$c0,$c0,$87,$87,$87,$87,$07,$07,$03,$03 db $00,$fe,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $ff,$ff,$ff,$ff,$fc,$fc,$00,$00,$fc,$fc,$fc,$fc,$fc,$fc,$fc,$fc db $00,$00,$00,$00,$00,$00,$00,$80,$00,$80,$00,$c0,$00,$e0,$00,$e0
db $f0,$f0,$e0,$e0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00 db $00,$07,$00,$07,$00,$07,$00,$03,$00,$01,$00,$00,$00,$00,$00,$00
db $01,$01,$01,$01,$01,$01,$03,$03,$03,$03,$07,$07,$07,$07,$07,$07 db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$1f,$00,$e1,$00,$fe
db $ff,$ff,$fe,$fe,$fe,$fe,$fc,$fc,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8 db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$7f
db $03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03 db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$f0
db $fc,$fc,$fc,$fc,$fc,$fc,$fc,$fc,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8 db $00,$e0,$00,$e0,$00,$e0,$00,$e0,$00,$e0,$00,$c0,$00,$80,$00,$00
db $07,$07,$0f,$0f,$0f,$0f,$0f,$0f,$1f,$1f,$1f,$1f,$1f,$1f,$1f,$1f db $00,$00,$00,$01,$00,$01,$00,$01,$00,$03,$00,$03,$00,$03,$00,$07
db $f8,$f8,$f8,$f8,$f8,$f8,$f8,$f8,$f0,$f0,$f0,$f0,$f0,$f0,$e0,$e0 db $00,$ff,$00,$fe,$00,$fe,$00,$fe,$00,$fe,$00,$fc,$00,$fc,$00,$f8
db $07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$03,$03 db $00,$00,$00,$1f,$00,$1f,$00,$1f,$00,$0f,$00,$0f,$00,$0f,$00,$0f
db $f8,$f8,$f8,$f8,$fc,$fc,$fc,$fc,$f8,$f8,$f8,$f8,$f8,$f8,$f0,$f0 db $00,$00,$00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$f0
db $00,$00,$00,$00,$00,$00,$03,$03,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff db $00,$07,$00,$0f,$00,$0f,$00,$0f,$00,$0f,$00,$1f,$00,$1f,$00,$1f
db $00,$00,$00,$00,$00,$00,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff db $00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$f0
db $1f,$1f,$07,$07,$18,$18,$df,$df,$bf,$bf,$bf,$bf,$bf,$bf,$3f,$3f db $00,$0f,$00,$0f,$00,$0f,$00,$0f,$00,$1f,$00,$1f,$00,$1f,$00,$1f
db $e0,$e0,$c0,$c0,$00,$00,$7f,$7f,$7f,$7f,$7f,$7f,$bf,$bf,$7f,$7f db $00,$e0,$00,$e0,$00,$e0,$00,$f0,$00,$f0,$00,$e0,$00,$e0,$00,$e0
db $03,$03,$03,$03,$08,$08,$fd,$fd,$fd,$fd,$fd,$fd,$fd,$fd,$fd,$fd db $00,$3f,$00,$3f,$00,$3f,$00,$3f,$00,$3f,$00,$0f,$00,$30,$00,$3e
db $f0,$f0,$f0,$f0,$00,$00,$fb,$fb,$f7,$f7,$f7,$f7,$f7,$f7,$f7,$f7 db $00,$e0,$00,$e0,$00,$e0,$00,$c0,$00,$c0,$00,$80,$00,$00,$00,$00
db $00,$00,$00,$00,$00,$00,$00,$00,$c0,$c0,$ff,$ff,$ff,$ff,$ff,$ff db $00,$1f,$00,$1f,$00,$1f,$00,$0f,$00,$0f,$00,$0f,$00,$00,$00,$07
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$f0,$f0,$ff,$ff,$ff,$ff db $00,$e0,$00,$e0,$00,$e0,$00,$c0,$00,$c0,$00,$c0,$00,$00,$00,$e0
db $fc,$fc,$e3,$e3,$df,$df,$bf,$bf,$bf,$bf,$d8,$d8,$e7,$e7,$ff,$ff db $00,$00,$00,$00,$00,$00,$00,$01,$00,$07,$00,$3f,$00,$3f,$00,$3f
db $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$f0,$f0,$0f,$0f,$ff,$ff,$ff,$ff db $00,$7e,$00,$7e,$00,$7e,$00,$fe,$00,$fe,$00,$fe,$00,$fe,$00,$e0
db $fd,$fd,$fd,$fd,$fd,$fd,$fd,$fd,$fe,$fe,$ff,$ff,$ff,$ff,$ff,$ff db $00,$07,$00,$07,$00,$07,$00,$07,$00,$07,$00,$07,$00,$07,$00,$03
db $fb,$fb,$fd,$fd,$fe,$fe,$fe,$fe,$ff,$ff,$7f,$7f,$8f,$8f,$f0,$f0 db $00,$c0,$00,$c0,$00,$c0,$00,$e0,$00,$f0,$00,$f8,$00,$f8,$00,$fc
db $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$7f,$7f,$bf,$bf,$bf,$bf,$7f,$7f db $00,$30,$00,$07,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $ff,$ff,$c7,$c7,$cb,$cb,$cd,$cd,$c1,$c1,$cd,$cd,$cd,$cd,$cd,$cd db $00,$fe,$00,$1e,$00,$c0,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $ff,$ff,$87,$87,$9b,$9b,$9f,$9f,$9f,$9f,$91,$91,$9b,$9b,$c3,$c3 db $00,$00,$00,$00,$00,$00,$00,$07,$00,$1f,$00,$ff,$00,$ff,$00,$ff
db $ff,$ff,$03,$03,$9f,$9f,$9f,$9f,$87,$87,$9f,$9f,$9f,$9f,$c3,$c3 db $00,$00,$00,$00,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $ff,$ff,$ff,$ff,$c7,$c7,$9b,$9b,$9b,$9b,$9b,$9b,$c7,$c7,$ff,$ff db $00,$00,$00,$00,$00,$80,$00,$f0,$00,$fe,$00,$ff,$00,$ff,$00,$fe
db $ff,$ff,$f1,$f1,$e7,$e7,$c3,$c3,$e7,$e7,$e7,$e7,$e7,$e7,$ff,$ff db $00,$00,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $ff,$ff,$c3,$c3,$8d,$8d,$9d,$9d,$9f,$9f,$9f,$9f,$9d,$9d,$c3,$c3 db $00,$00,$00,$fe,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $ff,$ff,$bf,$bf,$9d,$9d,$9d,$9d,$9d,$9d,$9d,$9d,$9d,$9d,$c3,$c3 db $00,$00,$00,$00,$00,$00,$00,$0e,$00,$1e,$00,$3e,$00,$6a,$00,$7e
db $ff,$ff,$c7,$c7,$9b,$9b,$9f,$9f,$c7,$c7,$fb,$fb,$9b,$9b,$c7,$c7 db $00,$83,$00,$cd,$00,$cd,$00,$c1,$00,$cf,$00,$cf,$00,$ef,$00,$ff
db $ff,$ff,$83,$83,$cd,$cd,$cd,$cd,$c1,$c1,$cf,$cf,$cf,$cf,$ef,$ef db $00,$c7,$00,$cb,$00,$cd,$00,$c1,$00,$cd,$00,$cd,$00,$cd,$00,$ff
db $7f,$7f,$7f,$7f,$7f,$7f,$7f,$7f,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff db $00,$87,$00,$9b,$00,$9f,$00,$9f,$00,$91,$00,$9b,$00,$c3,$00,$ff
db $fe,$fe,$fd,$fd,$01,$01,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff db $00,$03,$00,$9f,$00,$9f,$00,$87,$00,$9f,$00,$9f,$00,$c3,$00,$ff
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0e,$0e,$1e,$1e db $00,$ff,$00,$c7,$00,$9b,$00,$9b,$00,$9b,$00,$c7,$00,$ff,$00,$ff
db $ff,$ff,$ff,$ff,$ff,$ff,$00,$00,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff db $00,$f1,$00,$e7,$00,$c3,$00,$e7,$00,$e7,$00,$e7,$00,$ff,$00,$ff
db $fe,$fe,$fe,$fe,$fe,$fe,$00,$00,$fe,$fe,$fe,$fe,$fe,$fe,$ff,$ff db $00,$c3,$00,$8d,$00,$9d,$00,$9f,$00,$9f,$00,$9d,$00,$c3,$00,$ff
db $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$fe,$fe db $00,$bf,$00,$9d,$00,$9d,$00,$9d,$00,$9d,$00,$9d,$00,$c3,$00,$ff
db $00,$c7,$00,$9b,$00,$9f,$00,$c7,$00,$fb,$00,$9b,$00,$c7,$00,$ff
.KeyArtTilesEnd: .KeyArtTilesEnd:
.BackgroundCopy: ; tiles start at 26 .BackgroundCopy: ; tiles start at 26
db $1a, $1a, $1b, $1c, $1d, $1e, $1a, $1a db $1a, $1a, $1c, $1d, $1e, $1f, $20, $21
db $1a, $65, $1f, $20, $21, $22, $1a, $1a db $1a, $60, $22, $23, $24, $25, $26, $27
db $23, $24, $25, $26, $64, $28, $29, $2a db $28, $29, $2a, $2b, $2c, $2d, $2e, $2f
db $2b, $2c, $2d, $27, $27, $27, $2e, $2f db $30, $31, $32, $1b, $1b, $33, $34, $35
db $30, $31, $32, $33, $27, $68, $34, $35 db $36, $37, $38, $39, $1b, $3a, $1a, $1a
db $36, $37, $38, $39, $66, $67, $3a, $1a db $3b, $3c, $1a, $3d, $3e, $3f, $1a, $1a
db $1a, $1a, $3b, $3c, $27, $27, $3d, $1a db $1a, $1a, $40, $41, $1b, $42, $43, $1a
db $1a, $1a, $3e, $27, $27, $27, $3f, $1a db $1a, $1a, $44, $45, $46, $47, $48, $1a
db $1a, $1a, $40, $41, $42, $43, $44, $1a
db $1a, $1a, $45, $46, $47, $48, $1a, $1a
db $1a, $1a, $49, $4a, $4b, $4c, $1a, $1a db $1a, $1a, $49, $4a, $4b, $4c, $1a, $1a
db $4d, $4e, $4f, $50, $51, $52, $53, $54 db $1a, $1a, $4d, $4e, $4f, $50, $1a, $1a
db $27, $55, $56, $63, $57, $58, $59, $27 db $1a, $1a, $51, $52, $53, $54, $1a, $1a
db $27, $27, $62, $5a, $5b, $5c, $27, $27 db $1a, $55, $56, $1a, $57, $58, $1a, $1a
db $27, $27, $27, $5d, $5e, $27, $27, $27 db $5b, $59, $5e, $5e, $5f, $5a, $5c, $5d
db $27, $27, $5f, $60, $62, $61, $27, $27 db $1b, $1b, $61, $62, $63, $64, $1b, $1b
db $1b, $1b, $1b, $65, $66, $1b, $1b, $1b
db $1b, $1b, $67, $68, $61, $69, $1b, $1b
.BackgroundCopyEnd: .BackgroundCopyEnd:

Binary file not shown.

131
swords11page.inc Normal file
View File

@ -0,0 +1,131 @@
; this is a card struct
; starts with five length-prefixed strings in memory
; then a 16bit value of the offset between the tile set and the end
; then the 16bit address of the tile set
; then a 16bit value of the offset between tile map and end
; then the 16bit address of the tile map
Swords11Page:
db 10, "PAGE OF "
db 10, "SWORDS "
db 10, "curious "
db 10, "quick wit "
db 10, "direct "
db 10, "defensive "
db 10, "cynical "
db 10, "cold "
dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy
dw .KeyArtTilesEnd - .KeyArtTiles
dw .KeyArtTiles
dw .SpriteTilesEnd - .SpriteTiles
dw .SpriteTiles
dw .fInit
dw .fUpdate
dw .fDraw
dw .fPrintPrep
.fInit: ret
.fUpdate: ret
.fDraw: ret
.fPrintPrep: ret
.SpriteTiles:
.SpriteTilesEnd:
.KeyArtTiles:
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $00,$00,$00,$00,$00,$03,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$83,$00,$cd,$00,$cd,$00,$c1,$00,$cf,$00,$cf,$00,$ef,$00,$ff
db $00,$c7,$00,$cb,$00,$cd,$00,$c1,$00,$cd,$00,$cd,$00,$cd,$00,$ff
db $00,$87,$00,$9b,$00,$9f,$00,$9f,$00,$91,$00,$9b,$00,$c3,$00,$ff
db $00,$07,$00,$9f,$00,$9f,$00,$87,$00,$9f,$00,$9f,$00,$c3,$00,$ff
db $00,$ff,$00,$c7,$00,$9b,$00,$9b,$00,$9b,$00,$c7,$00,$ff,$00,$ff
db $00,$f1,$00,$e7,$00,$c3,$00,$e7,$00,$e7,$00,$e7,$00,$ff,$00,$ff
db $00,$3c,$00,$9d,$00,$9d,$00,$95,$00,$95,$00,$95,$00,$cb,$00,$ff
db $00,$c3,$00,$99,$00,$9d,$00,$9d,$00,$9d,$00,$cd,$00,$e1,$00,$ff
db $00,$07,$00,$9b,$00,$9b,$00,$83,$00,$97,$00,$9b,$00,$dc,$00,$ff
db $00,$07,$00,$9b,$00,$9d,$00,$9d,$00,$9d,$00,$9d,$00,$c3,$00,$ff
db $00,$c7,$00,$9b,$00,$9f,$00,$c7,$00,$fb,$00,$9b,$00,$c7,$00,$ff
db $00,$c0,$00,$fc,$00,$fc,$00,$f8,$00,$f0,$00,$e0,$00,$c7,$00,$1f
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$e0,$00,$ff
db $00,$00,$00,$00,$00,$00,$00,$04,$00,$00,$00,$02,$00,$00,$00,$00
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$01,$00,$01,$00,$03,$00,$03
db $00,$07,$00,$1f,$00,$7f,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$03,$00,$03,$00,$03,$00,$01,$00,$01,$00,$01,$00,$01,$00,$01
db $00,$00,$00,$00,$00,$00,$ff,$ff,$ff,$ff,$00,$00,$00,$00,$00,$00
db $00,$f3,$00,$f9,$00,$0c,$e0,$e0,$ff,$ff,$3f,$3f,$00,$00,$00,$1f
db $00,$ff,$00,$ff,$00,$3f,$00,$07,$f8,$f8,$ff,$ff,$01,$01,$00,$fe
db $00,$fc,$00,$fe,$00,$fe,$00,$06,$70,$70,$fc,$fc,$fe,$fe,$fe,$fe
db $00,$1f,$00,$0f,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $00,$ff,$00,$ff,$00,$07,$00,$00,$00,$03,$00,$01,$00,$0f,$00,$1f
db $06,$f6,$07,$f7,$06,$e6,$02,$02,$03,$f3,$01,$f9,$00,$fc,$00,$ff
db $00,$03,$00,$07,$00,$07,$00,$0f,$00,$0f,$00,$0f,$00,$0f,$00,$0f
db $00,$cf,$00,$ef,$00,$ef,$00,$ef,$00,$ef,$00,$e7,$00,$f7,$00,$e7
db $00,$e0,$00,$c0,$00,$c0,$00,$c0,$00,$c0,$00,$c0,$00,$c0,$00,$c0
db $00,$c7,$00,$03,$00,$03,$00,$03,$00,$01,$00,$00,$00,$00,$00,$00
db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$3f,$00,$1f,$00,$07
db $00,$c0,$00,$c0,$00,$c0,$00,$c0,$00,$a0,$00,$b0,$00,$78,$00,$7c
db $00,$00,$00,$00,$00,$40,$00,$40,$00,$40,$00,$40,$00,$00,$00,$00
db $00,$00,$00,$80,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $00,$ff,$00,$ff,$00,$ff,$00,$fc,$01,$01,$ff,$ff,$ff,$ff,$0f,$0f
db $00,$38,$00,$00,$00,$80,$00,$c0,$00,$e0,$00,$f0,$00,$f8,$00,$fc
db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$e0
db $00,$fe,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$80,$00,$80,$00,$c0,$00,$c0,$00,$c0,$00,$e0,$00,$e0,$00,$e0
db $00,$00,$00,$00,$00,$c0,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$f8,$00,$03,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$80,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$e0,$00,$c0,$00,$00,$00,$f8,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$01,$00,$00,$00,$fe,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$0f,$00,$0f,$00,$07,$00,$07,$00,$07,$00,$03,$00,$00,$00,$01
db $00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$f0
db $00,$f0,$00,$f0,$00,$00,$00,$f8,$00,$fc,$00,$fc,$00,$fc,$00,$80
db $00,$01,$00,$01,$00,$00,$00,$0f,$00,$1f,$00,$3f,$00,$7f,$00,$ff
db $00,$e0,$00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$e0,$00,$e0
db $00,$ff,$00,$ff,$00,$fe,$00,$f8,$00,$f0,$00,$c0,$00,$10,$00,$f0
db $00,$01,$00,$01,$00,$01,$00,$01,$00,$01,$00,$01,$00,$01,$00,$01
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$01,$00,$01
db $00,$00,$00,$00,$7f,$7f,$7f,$7f,$01,$01,$00,$00,$00,$00,$00,$00
db $00,$ff,$00,$ef,$00,$ef,$00,$f7,$00,$f7,$00,$f7,$00,$f7,$00,$f7
db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$fe,$00,$fc
db $00,$1f,$00,$3f,$00,$3f,$00,$7f,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$ff,$00,$7e,$00,$3e,$00,$1e,$00,$0d,$00,$05,$00,$01,$00,$03
db $00,$00,$00,$c0,$00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$f0
db $00,$03,$00,$03,$00,$03,$00,$03,$00,$01,$00,$01,$00,$01,$00,$01
db $00,$f0,$00,$e0,$00,$e0,$00,$e0,$00,$e0,$00,$e0,$00,$e0,$00,$e0
db $3e,$3e,$9c,$9c,$dc,$dd,$78,$79,$f0,$f3,$f0,$f7,$00,$07,$00,$ff
db $00,$0f,$00,$0f,$00,$07,$00,$07,$00,$0f,$00,$0f,$00,$1f,$00,$1f
db $00,$1f,$00,$1f,$00,$1f,$00,$1f,$00,$1f,$00,$3f,$00,$3f,$00,$80
db $00,$7f,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$df,$00,$df,$00,$df
db $00,$07,$00,$1f,$00,$3f,$00,$7f,$00,$7f,$00,$03,$00,$3c,$00,$7e
db $00,$00,$00,$c0,$00,$f8,$00,$f8,$00,$fc,$00,$fc,$00,$fc,$00,$38
db $00,$ff,$00,$ff,$00,$3f,$00,$3f,$00,$3f,$00,$3f,$00,$0f,$00,$00
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$06,$00,$06,$00,$06
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$30,$00,$78,$00,$f8
db $00,$f8,$00,$f0,$00,$e0,$00,$80,$00,$00,$00,$00,$00,$00,$00,$00
.KeyArtTilesEnd:
.BackgroundCopy:
db $1a, $1a, $1a, $1a, $1a, $5f, $60, $1a
db $1a, $1a, $5c, $5d, $1a, $58, $61, $1a
db $1a, $1a, $5e, $28, $29, $59, $1a, $1a
db $1a, $2b, $2c, $1c, $3f, $51, $1a, $1a
db $1a, $2d, $50, $1c, $40, $3e, $1a, $1a
db $4f, $2e, $2f, $30, $3d, $31, $1a, $1a
db $1a, $1a, $32, $33, $34, $57, $41, $1a
db $1a, $1a, $4e, $52, $5b, $1c, $4b, $1a
db $1a, $1a, $35, $1c, $36, $1c, $37, $1a
db $1a, $1a, $47, $4c, $38, $39, $3a, $1a
db $1a, $1a, $4d, $48, $1a, $1a, $53, $54
db $1a, $1a, $4a, $49, $1a, $1a, $55, $56
db $42, $1b, $43, $5a, $1c, $44, $46, $45
db $1c, $1c, $1d, $1e, $1f, $20, $1c, $1c
db $1c, $1c, $1c, $21, $22, $1c, $1c, $1c
db $1c, $27, $23, $24, $25, $26, $27, $1c
.BackgroundCopyEnd:

151
wands11page.inc Normal file
View File

@ -0,0 +1,151 @@
; this is a card struct
; starts with five length-prefixed strings in memory
; then a 16bit value of the offset between the tile set and the end
; then the 16bit address of the tile set
; then a 16bit value of the offset between tile map and end
; then the 16bit address of the tile map
Wands11Page:
db 10, "PAGE OF "
db 10, "WANDS "
db 10, "dreamer "
db 10, "new love "
db 10, "imagine "
db 10, "childish "
db 10, "seduction "
db 10, "envy "
dw .BackgroundCopyEnd - .BackgroundCopy
dw .BackgroundCopy
dw .KeyArtTilesEnd - .KeyArtTiles
dw .KeyArtTiles
dw .SpriteTilesEnd - .SpriteTiles
dw .SpriteTiles
dw .fInit
dw .fUpdate
dw .fDraw
dw .fPrintPrep
.fInit: ret
.fUpdate: ret
.fDraw: ret
.fPrintPrep: ret
.SpriteTiles:
.SpriteTilesEnd:
.KeyArtTiles:
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $00,$00,$00,$00,$00,$00,$3f,$3f,$3f,$3f,$1f,$1f,$0f,$0f,$07,$07
db $00,$f8,$00,$fe,$00,$00,$ff,$ff,$ff,$ff,$fe,$fe,$fc,$fc,$f8,$f8
db $07,$07,$03,$03,$01,$01,$00,$00,$00,$00,$00,$01,$00,$01,$00,$01
db $f8,$f8,$f0,$f0,$e0,$e0,$c0,$c0,$00,$00,$00,$e0,$00,$f0,$00,$ff
db $00,$01,$00,$01,$00,$01,$00,$01,$00,$00,$00,$00,$01,$01,$07,$07
db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$07,$c0,$c0,$e0,$e0,$f8,$f8
db $07,$07,$01,$01,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $f8,$f8,$e0,$e0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$fc
db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$00
db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$1f
db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$00,$00,$00,$00,$00,$00,$07,$00,$1f,$00,$ff,$00,$ff,$00,$ff
db $00,$00,$00,$07,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$00,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$ff,$00,$00,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$00,$00,$00,$00,$c0,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$00,$00,$00,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$00,$00,$00,$00,$80,$00,$f0,$00,$fe,$00,$ff,$00,$ff,$00,$fe
db $00,$83,$00,$cd,$00,$cd,$00,$c1,$00,$cf,$00,$cf,$00,$ef,$00,$ff
db $00,$c7,$00,$cb,$00,$cd,$00,$c1,$00,$cd,$00,$cd,$00,$cd,$00,$ff
db $00,$87,$00,$9b,$00,$9f,$00,$9f,$00,$91,$00,$9b,$00,$c3,$00,$ff
db $00,$03,$00,$9f,$00,$9f,$00,$87,$00,$9f,$00,$9f,$00,$c3,$00,$ff
db $00,$ff,$00,$c7,$00,$9b,$00,$9b,$00,$9b,$00,$c7,$00,$ff,$00,$ff
db $00,$f1,$00,$e7,$00,$c3,$00,$e7,$00,$e7,$00,$e7,$00,$ff,$00,$ff
db $00,$f3,$00,$f9,$00,$f9,$00,$f9,$00,$f9,$00,$f9,$00,$fc,$00,$ff
db $00,$cc,$00,$dc,$00,$dc,$00,$5c,$00,$5c,$00,$5c,$00,$bc,$00,$ff
db $00,$78,$00,$b9,$00,$d9,$00,$19,$00,$d9,$00,$d9,$00,$dd,$00,$ff
db $00,$d0,$00,$59,$00,$59,$00,$59,$00,$99,$00,$d9,$00,$dc,$00,$ff
db $00,$7c,$00,$b9,$00,$d9,$00,$dc,$00,$df,$00,$d9,$00,$3c,$00,$ff
db $00,$7f,$00,$bf,$00,$ff,$00,$7f,$00,$bf,$00,$bf,$00,$7f,$00,$ff
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0f,$00,$3f,$00,$7f
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$f0,$00,$f8,$00,$f8
db $00,$7f,$00,$7f,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$f8,$00,$f8,$00,$fc,$00,$fc,$00,$fe,$00,$fe,$00,$fc,$00,$fd
db $07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$00,$00,$00,$03,$00,$0f
db $e0,$e0,$e0,$e0,$e0,$e0,$e0,$e0,$c0,$c0,$00,$00,$00,$80,$00,$c0
db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$c7,$00,$87,$00,$07,$00,$03
db $00,$fd,$00,$fd,$00,$f9,$00,$e1,$00,$e1,$00,$e1,$00,$f0,$00,$fe
db $00,$f0,$00,$f8,$00,$fc,$00,$fc,$00,$fc,$00,$f8,$00,$f8,$00,$fb
db $00,$00,$00,$00,$00,$01,$00,$07,$00,$0f,$00,$1f,$00,$7f,$00,$ff
db $00,$3f,$00,$ff,$00,$ff,$00,$fc,$01,$f9,$03,$e3,$03,$c3,$03,$83
db $00,$c0,$00,$80,$00,$00,$00,$00,$80,$80,$c0,$c0,$c0,$c0,$c0,$c0
db $00,$38,$00,$3f,$00,$7f,$00,$7f,$00,$7f,$00,$7f,$00,$7f,$00,$7f
db $00,$3e,$00,$8e,$00,$f0,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$f3,$00,$f7,$00,$f7,$00,$f7,$00,$f7,$00,$f6,$00,$f0,$00,$f8
db $00,$fe,$00,$fc,$00,$f0,$00,$c0,$00,$80,$00,$00,$00,$00,$00,$00
db $00,$3f,$00,$0f,$00,$67,$00,$38,$00,$1e,$00,$1f,$00,$0f,$00,$0f
db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$1f,$00,$e0,$00,$ff,$00,$ff
db $00,$f8,$00,$f8,$00,$f8,$00,$f8,$00,$30,$00,$04,$00,$fe,$00,$ff
db $00,$07,$00,$07,$00,$03,$00,$03,$00,$01,$00,$00,$00,$00,$00,$00
db $00,$01,$00,$01,$00,$01,$00,$01,$00,$01,$00,$01,$00,$01,$00,$01
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$80,$00,$80
db $00,$ff,$00,$ff,$00,$7f,$00,$7f,$00,$3f,$00,$3f,$00,$1f,$00,$1f
db $00,$fb,$00,$fb,$00,$fb,$00,$fb,$00,$fb,$00,$f3,$00,$f7,$00,$f7
db $00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$e0,$00,$e0,$00,$e0
db $00,$1f,$00,$0f,$00,$0f,$00,$0f,$00,$07,$00,$07,$00,$0f,$00,$1f
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$01,$00,$03,$00,$07,$00,$07
db $00,$3f,$00,$7f,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$fe,$00,$fe
db $00,$f7,$00,$f7,$00,$e7,$00,$cf,$00,$9f,$00,$3f,$00,$7f,$00,$7f
db $00,$c0,$00,$c0,$00,$c0,$00,$c0,$00,$c0,$00,$c0,$00,$c0,$00,$c0
db $00,$07,$00,$0f,$00,$0f,$00,$0f,$00,$1f,$00,$ff,$00,$ff,$00,$ff
db $00,$fc,$00,$f8,$00,$f0,$00,$e0,$00,$c0,$00,$80,$00,$80,$00,$00
db $00,$7f,$00,$7f,$00,$7f,$00,$7f,$00,$3f,$00,$3f,$00,$3f,$00,$3f
db $00,$ff,$00,$ff,$00,$ff,$00,$7f,$00,$3f,$00,$1f,$00,$07,$00,$07
db $00,$00,$00,$80,$00,$80,$00,$c0,$00,$f0,$00,$f8,$00,$f8,$00,$f0
db $00,$1f,$00,$1f,$00,$1f,$00,$1f,$00,$1f,$00,$1f,$00,$1f,$00,$0f
db $00,$80,$00,$80,$00,$80,$00,$f0,$00,$fe,$00,$ff,$00,$ff,$00,$ff
db $00,$01,$00,$fe,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff
db $00,$00,$00,$00,$03,$03,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07
db $00,$00,$00,$00,$80,$80,$c0,$c0,$c0,$c0,$e0,$e0,$e0,$e0,$e0,$e0
db $03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03
db $c0,$c0,$c0,$c0,$80,$80,$c0,$c0,$c0,$c0,$c0,$c0,$c0,$c0,$c0,$c0
db $03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$01,$01,$00,$00
db $80,$80,$80,$80,$80,$80,$80,$80,$80,$80,$80,$80,$80,$80,$00,$00
db $c0,$c0,$80,$80,$c0,$c0,$c0,$c0,$c0,$c0,$c0,$c0,$c0,$c0,$80,$80
db $80,$80,$80,$80,$80,$80,$80,$80,$80,$80,$80,$80,$80,$80,$80,$80
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$01,$00,$01
db $00,$01,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$e0
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$03
db $00,$07,$00,$07,$00,$07,$00,$07,$00,$07,$00,$07,$00,$0f,$00,$0f
db $00,$0f,$00,$0f,$00,$0f,$00,$0f,$00,$07,$00,$07,$00,$00,$00,$00
db $00,$00,$00,$00,$00,$00,$00,$00,$00,$80,$00,$80,$00,$c0,$00,$c0
db $00,$c0,$00,$c0,$00,$c0,$00,$c0,$00,$c0,$00,$c0,$00,$80,$00,$80
db $00,$80,$00,$80,$00,$80,$00,$80,$00,$80,$00,$80,$00,$80,$00,$80
db $00,$fe,$00,$fe,$00,$fe,$00,$fc,$00,$fd,$00,$fd,$00,$fd,$00,$f9
db $00,$ff,$00,$ff,$00,$ff,$00,$fe,$00,$30,$00,$87,$00,$ff,$00,$ff
db $00,$e0,$00,$e0,$00,$e0,$00,$f0,$00,$f0,$00,$f0,$00,$f0,$00,$f0
db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$fe,$00,$fe
db $00,$ff,$00,$ff,$00,$ff,$00,$ff,$00,$e0,$00,$0f,$00,$ff,$00,$ff
.KeyArtTilesEnd:
.BackgroundCopy: ; tiles start at 26
db $1a, $3a, $3b, $1a, $1a, $60, $61, $1a
db $6b, $3c, $3d, $6a, $1a, $3e, $3f, $1a
db $6c, $40, $41, $42, $43, $44, $45, $1a
db $6d, $46, $47, $48, $49, $62, $63, $1a
db $1a, $4a, $4b, $4c, $1a, $62, $66, $1a
db $1a, $4d, $75, $72, $6e, $62, $67, $1a
db $1a, $4e, $26, $74, $73, $62, $67, $1a
db $1a, $1a, $50, $71, $52, $64, $65, $1a
db $1a, $1a, $53, $51, $57, $1a, $1a, $1a
db $1a, $54, $55, $56, $6f, $1a, $1a, $1a
db $68, $58, $59, $5a, $70, $1a, $1a, $1a
db $69, $5b, $5c, $5d, $5e, $4f, $1a, $1a
db $27, $28, $29, $5f, $2a, $2b, $2c, $2d
db $26, $26, $2e, $2f, $30, $31, $26, $26
db $26, $26, $26, $32, $33, $26, $26, $26
db $26, $34, $35, $36, $37, $38, $39, $26
.BackgroundCopyEnd: