mirror of
https://github.com/zeldaret/oot
synced 2026-05-26 15:45:46 -04:00
Migrate z_common_data.c's .bss to C (#157)
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#include <ultra64.h>
|
||||
#include <global.h>
|
||||
|
||||
SaveContext gSaveContext;
|
||||
u32 D_8015FA88;
|
||||
u32 D_8015FA8C;
|
||||
|
||||
void SaveContext_Init(void) {
|
||||
bzero(&gSaveContext, sizeof(gSaveContext));
|
||||
D_8015FA88 = 0;
|
||||
|
||||
Reference in New Issue
Block a user