home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 3
/
CDPDIII.bin
/
pd
/
aga_software
/
tmap-demo
/
tmaps.asm
< prev
next >
Wrap
Assembly Source File
|
1993-02-18
|
503b
|
38 lines
;$$TABS=8
include 'demo.i'
section TextureMaps,DATA
; structure of a tmap:
; dc.w 256*maxx
; dc.w 256*maxy
; dc.w yshiftup ; amount to shift them up by
KingTut::
dc.w $7fff ; maxx
dc.w $7fff ; maxy
dc.w 7
include 'kingtut.i'
cnop 0,4
Fish::
dc.w $7fff ; maxx
dc.w $7fff ; maxy
dc.w 7
include 'fish.i'
cnop 0,4
Wolves::
dc.w $7fff ; maxx
dc.w $7fff ; maxy
dc.w 7
include 'wolves.i'
cnop 0,4
Mandrill::
dc.w $7fff ; maxx
dc.w $7fff ; maxy
dc.w 7
include 'mandrill.i'