Added pointer for the texture slots.

This commit is contained in:
masscat 2007-04-25 16:30:40 +00:00
parent 7eb22ce304
commit eeb6d847e9
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ typedef struct {
u8 * ExtPal[2][4];
u8 * ObjExtPal[2][2];
u8 * texPalSlot[4];
const u8 *textureSlotAddr[4];
u8 *blank_memory[0x20000];
} ARM9_struct;
extern ARM9_struct ARM9Mem;