core2/code_BD100.c done

This commit is contained in:
Banjo Kazooie
2022-08-06 16:07:03 -05:00
parent bae0a1150e
commit a0abcc1dce
7 changed files with 198 additions and 63 deletions

View File

@@ -7,6 +7,7 @@
#define SPRITE_TYPE_I8 (1 << 6)
#define SPRITE_TYPE_IA4 (1 << 7)
#define SPRITE_TYPE_IA8 (1 << 8)
#define SPRITE_TYPE_UNKNOWN_200 (1 << 9)
#define SPRITE_TYPE_RGBA16 (1 << 10)
#define SPRITE_TYPE_RGBA32 (1 << 11)