Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
texture_memory.c File Reference

Go to the source code of this file.

Macros

#define WORLD_TEXTURE_MEMORY_SIZE   0x20000
 
#define BATTLE_TEXTURE_MEMORY_SIZE   0x8000
 

Variables

BSS u8 TextureHeap [0x20000+0x8000]
 

Macro Definition Documentation

◆ WORLD_TEXTURE_MEMORY_SIZE

#define WORLD_TEXTURE_MEMORY_SIZE   0x20000

Definition at line 3 of file texture_memory.c.

◆ BATTLE_TEXTURE_MEMORY_SIZE

#define BATTLE_TEXTURE_MEMORY_SIZE   0x8000

Definition at line 4 of file texture_memory.c.

Variable Documentation

◆ TextureHeap

BSS u8 TextureHeap[0x20000+ 0x8000]

Definition at line 6 of file texture_memory.c.