1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-01-15 12:47:04 +00:00
oot/src/buffers/heaps.c

7 lines
86 B
C
Raw Normal View History

2020-03-17 04:31:30 +00:00
#include <z64.h>
// 0x38000 bytes
u8 gAudioHeap[0x38000];
u8 gSystemHeap[UNK_SIZE];