(svn r8129) -Codechange: Change data tables to use split off palette map. And

include a file missed last time...
This commit is contained in:
peter1138
2007-01-14 19:59:25 +00:00
parent 92d418b031
commit 4b4c5a403b
11 changed files with 3566 additions and 3378 deletions

View File

@@ -9,7 +9,7 @@
*/
// mark invalid tiles red
#define RED(c) c | PALETTE_SEL_TILE_RED
#define RED(c) -c
// table maps each of the six rail directions and tileh combinations to a sprite
// invalid entries are required to make sure that this array can be quickly accessed