chsnacker documentation
snackerctl documentation gczoombox partial documentation several warning resolutions
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
|
||||
#include "core2/code_C9E70.h"
|
||||
#include "code_C9E70.h"
|
||||
|
||||
extern struct FF_StorageStruct *D_8037DCB8;
|
||||
|
||||
@@ -13,8 +13,8 @@ void func_80350E00(void){
|
||||
return;
|
||||
|
||||
if(D_8037DCB8->unk20){
|
||||
func_80318C0C(D_8037DCB8->unk20);
|
||||
D_8037DCB8->unk20 = (gczoombox_t *)defrag(D_8037DCB8->unk20);
|
||||
gczoombox_defrag(D_8037DCB8->unk20);
|
||||
D_8037DCB8->unk20 = (GcZoombox *)defrag(D_8037DCB8->unk20);
|
||||
}
|
||||
D_8037DCB8->unk48 = (struct FF_StorageStruct_48 *)defrag(D_8037DCB8->unk48);
|
||||
D_8037DCB8 = (struct FF_StorageStruct *) defrag(D_8037DCB8);
|
||||
|
Reference in New Issue
Block a user