The first commit

This commit is contained in:
Banjo Kazooie
2022-07-15 17:09:41 -05:00
commit dd13d34074
1087 changed files with 391897 additions and 0 deletions

21
src/core2/code_C9E70.c Normal file
View File

@@ -0,0 +1,21 @@
#include <ultra64.h>
#include "functions.h"
#include "variables.h"
#include "core2/code_C9E70.h"
struct FF_StorageStruct *D_8037DCB8;
void func_80350E00(void){
func_803208F0();
func_8031A4CC();
if(D_8037DCB8 == NULL)
return;
if(D_8037DCB8->unk20){
func_80318C0C(D_8037DCB8->unk20);
D_8037DCB8->unk20 = (gczoombox_t *)defrag(D_8037DCB8->unk20);
}
D_8037DCB8->unk48 = (struct FF_StorageStruct_48 *)defrag(D_8037DCB8->unk48);
D_8037DCB8 = (struct FF_StorageStruct *) defrag(D_8037DCB8);
}