home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format 41
/
af041b.adf
/
Bullfrogs
/
data_c.s
< prev
next >
Wrap
Text File
|
1992-10-23
|
2KB
|
58 lines
SECTION chip_data,data_c
******************************************************************************
* My Variables
******************************************************************************
even
xref man_x
man_x dc.w 0
xref man_y
man_y dc.w 200-32
xref man_frame
man_frame dc.w 0
xref man_vx
man_vx dc.w 0
xref man_vy
man_vy dc.w 0
xref _pressed_fire
_pressed_fire dc.w 0
even
;All graphics data here please.
_man
incbin data/man.dat
_blocks
incbin data/block.dat
even
_map_data
IFND LEVEL
dc.b 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
dc.b 2,3,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3
dc.b 0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,5,0,0
dc.b 0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,5,0,0,0,0
dc.b 0,0,1,2,2,4,0,0,0,0,0,0,0,0,0,0,1,4,0,0
dc.b 0,0,0,0,0,0,0,1,3,4,0,0,0,0,0,0,0,0,0,1
dc.b 0,0,0,0,0,0,0,0,0,0,0,1,2,2,3,2,2,4,0,0
dc.b 0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0
dc.b 0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0
dc.b 0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0
dc.b 0,0,0,1,4,0,0,0,0,1,3,4,0,0,0,0,0,0,0,0
dc.b 1,3,2,2,3,3,3,3,3,2,4,1,3,3,2,3,3,3,2,4
ENDC
IFD LEVEL
dc.b 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
dc.b 2,3,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4
dc.b 0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,5,0,0
dc.b 0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,5,0,0,0,0
dc.b 2,1,4,2,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0
dc.b 0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0
dc.b 0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0
dc.b 0,0,0,0,1,4,0,0,0,1,4,0,0,0,0,0,0,0,0,0
dc.b 2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
dc.b 0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0
dc.b 0,0,0,0,0,0,0,0,0,1,2,4,0,0,0,0,0,0,0,0
dc.b 1,2,4,0,0,1,3,2,3,4,5,1,3,3,2,3,3,3,2,4
ENDC