From c744e3b4a82f7af7b315787bfc00a333b9c0b248 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 14 Jan 2012 17:45:55 -0600 Subject: extract and include blockset data extract_tileblocks also has the ability to output asm, but the output seems like it would be too much for rgbasm to handle. Instead of cluttering up common.asm, I am opting to place the data in binary data files under gfx/blocksets/ in .bst files. Every 16 bytes is a separate block in the blockset. Each byte is referencing a tile id from the tileset graphics in gfx/tilesets/. hg-commit-id: 0540eff0f081 --- gfx/blocksets/0f.bst | 149 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 gfx/blocksets/0f.bst (limited to 'gfx/blocksets/0f.bst') diff --git a/gfx/blocksets/0f.bst b/gfx/blocksets/0f.bst new file mode 100644 index 00000000..5f526961 --- /dev/null +++ b/gfx/blocksets/0f.bst @@ -0,0 +1,149 @@ +GGGGGGGGGGGGGGGG + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + +   + + + + + + ! #1003=>=> + + + + + + + + + +  + +"""""""""""""""" + + + + + + + + + + + + + + + + + +-***+,::+,+,****::::***.::+,+,+,()()89898989HIHI+,+,+,+,'/7?=>+,+,+,+, 0000+,+,-***;:::****::::+,+,***.:::<'/7?=> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +'/ +7?=> +'/7? +=> \ No newline at end of file -- cgit v1.3.1-sl0p