Loading and animating mario textures from rom

This commit is contained in:
jaburns
2020-10-12 00:32:36 -06:00
parent 75b12d47f1
commit 8f893d6c0b
19 changed files with 11402 additions and 15 deletions
+3
View File
@@ -6,6 +6,9 @@ enum GFXAdapterCommands
GFXCMD_VertexData,
GFXCMD_Triangle,
GFXCMD_Light,
GFXCMD_Texture,
GFXCMD_SetTileSize,
GFXCMD_SetTextureImage,
GFXCMD_SubDisplayList,
GFXCMD_EndDisplayList,
};