1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-02-06 04:04:18 +00:00
oot/src/buffers/zbuffer.c

5 lines
79 B
C
Raw Normal View History

2020-03-17 00:31:30 -04:00
#include <z64.h>
// 0x25800 bytes
u16 gZBuffer[SCREEN_WIDTH * SCREEN_HEIGHT];