o crc checking rom

This commit is contained in:
optixx
2009-04-25 20:41:02 +02:00
parent edf204ac24
commit 4a083cbea3
32 changed files with 1553 additions and 0 deletions

23
snes/crc/ressource.asm Normal file
View File

@@ -0,0 +1,23 @@
ressource .section
; XDEF __title_map
;__title_map:
; INSERT ressource/kungfu.map
;
; XDEF __title_pic
;__title_pic:
; INSERT ressource/kungfu.pic
;
XDEF __title_pal
__title_pal:
INSERT ressource/kungfu.clr
XDEF __debugFont_pic
__debugFont_pic
INSERT ressource/debugFont.pic
XDEF __debugFont_pal
__debugFont_pal
INSERT ressource/debugFont.clr
.ends