mirror of
https://github.com/zeldaret/oot
synced 2026-08-03 17:02:01 -04:00
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
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include <z64.h>
|
||||
|
||||
// 0x25800 bytes
|
||||
u16 gZBuffer[SCREEN_WIDTH * SCREEN_HEIGHT];
|
||||
u16 gZBuffer[SCREEN_HEIGHT][SCREEN_WIDTH];
|
||||
|
||||
Reference in New Issue
Block a user