1
0
Fork 0
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:
Roman971 2020-05-26 14:50:51 +02:00 committed by GitHub
parent 3d050f2861
commit 2c5ad24c3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 22 deletions

View file

@ -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;