Added pointer for the texture slots.
This commit is contained in:
parent
7eb22ce304
commit
eeb6d847e9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue