mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 07:24:34 +00:00
Migrate z_common_data.c's .bss to C (#157)
This commit is contained in:
parent
3d050f2861
commit
2c5ad24c3f
4 changed files with 4 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue