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
fig02 bb1aacbd0b
z_lights.c OK (#343)
* rename some structs

* changes

* rename stuff and start a func

* progress

* progress

* progress

* remove unwanted file

* progress

* match last few funcs

* done, i think

* small changes

* match Lights_Draw (thanks krim)

* comments

* cleanup

* most pr suggestions

* name changes

* rename
2020-09-05 09:45:10 -04:00

4 lines
78 B
C

#include <z64.h>
// 0x25800 bytes
u16 gZBuffer[SCREEN_HEIGHT][SCREEN_WIDTH];