Decompile tileset_anims

This commit is contained in:
ultima-soul
2019-08-05 01:00:59 -07:00
parent d58bf398b2
commit 7ae9d90566
7 changed files with 263 additions and 700 deletions
+3
View File
@@ -62,6 +62,9 @@
#define TILE_SIZE_4BPP 32
#define TILE_SIZE_8BPP 64
#define TILE_OFFSET_4BPP(n) ((n) * TILE_SIZE_4BPP)
#define TILE_OFFSET_8BPP(n) ((n) * TILE_SIZE_8BPP)
#define TOTAL_OBJ_TILE_COUNT 1024
#define RGB(r, g, b) ((r) | ((g) << 5) | ((b) << 10))