add loader

This commit is contained in:
David Voswinkel
2009-07-28 08:37:40 +02:00
parent 1c8c3dc244
commit 7f84c8d97a
48 changed files with 19969 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
.Section "BackgroundfileLUT" superfree
UploadBackgroundFileLUT:
.dw BackgroundFile0 & $ffff
.db (:BackgroundFile0 + BaseAdress>>16)
.ends
.Section "background file 0" superfree
;battlefile 0 sky
BackgroundFile0:
.dw BackgroundFile0Tiles-BackgroundFile0
.dw BackgroundFile0Tilemap-BackgroundFile0
.dw BackgroundFile0Palette-BackgroundFile0
.dw BackgroundFile0EOF-BackgroundFile0
BackgroundFile0Tiles:
; .incbin "data/battle_sky.pic"
BackgroundFile0Tilemap:
; .incbin "data/battle_sky.map"
BackgroundFile0Palette:
.incbin "data/battle_sky.clr" READ 32 ;only get a single 16color palette
BackgroundFile0EOF:
.ends