diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 17:45:55 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 17:45:55 -0600 |
| commit | c744e3b4a82f7af7b315787bfc00a333b9c0b248 (patch) | |
| tree | ff3c082169445cd3442adaeb46cf45627efc975f /gfx/blocksets/00.bst | |
| parent | Adding graphical differences between Red/Blue. (diff) | |
| download | pokeyellow-c744e3b4a82f7af7b315787bfc00a333b9c0b248.tar.gz pokeyellow-c744e3b4a82f7af7b315787bfc00a333b9c0b248.tar.xz pokeyellow-c744e3b4a82f7af7b315787bfc00a333b9c0b248.zip | |
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
Diffstat (limited to 'gfx/blocksets/00.bst')
| -rw-r--r-- | gfx/blocksets/00.bst | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/gfx/blocksets/00.bst b/gfx/blocksets/00.bst new file mode 100644 index 00000000..18ceef97 --- /dev/null +++ b/gfx/blocksets/00.bst @@ -0,0 +1,71 @@ + + +()KKK + + +O####9#########9#%&N + +()O*+:;<<<<<<<<<<<<<<HI77XY77,,,,,,,,,,,,77779999999999FG99VW# + +#,,,,,,,,,,,,,,,,RRRRRRRRRRRRRRRRSS88SSSSSS 88@A@APQPQ@A@APQPQ%& + +""" + + +N"/?""""" + + + + + +()""" +O*+*+:;:;*+*+:;:;*+:;*+*+:;:;*+:;*+*+:;:;*+*+:;:;*+:;*+*+:;:;*+:;*+:;*+:;*+:;*+:;9999999999996777##UU####UU######9###@A@APQPQ33332223333TTT3333LSSSZZ\SSSMZZ]!########!## ######## '''''6776777$$$$774$7774##!########!########''''''''$$$$$$$$7'57$533,,,,,,,,,,,,74<<%& +"N9999999999999999@A-.PQ=>@A,,PQ,,@A@APQPQ,,-.,,=>-.,,=>,,@A@APQPQ,,-.,,=>@A,,PQ,,@A@APQPQ,,@A,,PQ + + +KKKKKKN####9#######9### +KK +KKKK + +9$$$$$%& +"\"N + +()] + +"O#'''''*+,,:;,,,,,,,,,,,,,,,,,,*+,,:;,,,,@A,,PQ,,@A74PQ##!######! !######## !'999'999'999'99999
$99
$99
$99
$ !######!##! ########!'999'999'99967<<99
$99
$99
$6774,,,,,,,,@A,,PQ,,,,*+,,:;,,*+,,:;*+,,:;,,*+,,:;,,,,*+,,:;*+*+:;:;*+,,:;,,*+*+:;:;*+*+:;:;,,,,,,,,,,,,,,,,*+*+:;:;,,*+,,:;,,,,,,,,<<<<<<<<<<<<<<<<[[[[[[[[[[[[[[[[99999999FGUUVW77777777',,,',,,',,,',,,,,$,,$,,$,,$',,,',,,',,,6777,,$,,$,,$7774999999999999<<67!##!############!##!####UU####UU,,@A,,PQ-.@A=>PQ99999999*+*+:;:;*+*+:;:;*+,,:;,,*+*+:;:;,,*+,,:;TTTT22222T2T2T2T*+33:;*+:; + + +KKK + + +KKK + + +KKK + + +KKK33*+:;*+:;*+*+:;:;@A@APQPQ,,,,,,,,@A,,PQ,,@A,,PQ,,,,@A,,PQ,,@A,,PQ,,,,,,,,@A@APQPQ$$$$HI4$XY74"""" + + +KKKBCKJJO + + +KKKDEKJJO,,,,,,,,,,,,88%&""88""()99999999UUUU11110000000000FG00VW,0,00,0,,0,00,0,0909909009099090 + + +KKKKN + + + +KKKKKKKK + + +KKKKKKO + + + +KKKK + + + +KKKK
\ No newline at end of file |
