This commit is contained in:
Alejandro Javier Asenjo Nitti
2023-10-17 08:22:05 -03:00
parent b555869685
commit 5299acdc6a
2 changed files with 24 additions and 5 deletions
+1 -5
View File
@@ -1,9 +1,5 @@
#include "global.h"
typedef struct {
/* 0x00 */ char pad_0[0xB8];
/* 0xB8 */ s16 unkB8;
} UnkStruct_func_8018BC50_DF8990;
#include "DF4260.h"
void func_80187520_DF4260(s32 arg0, s32 arg1) {
}
+23
View File
@@ -0,0 +1,23 @@
#ifndef OVL_DF4260_H
#define OVL_DF4260_H
#include "global.h"
typedef struct {
/* 0x00 */ char pad_0[0xB8];
/* 0xB8 */ s16 unkB8;
} UnkStruct_func_8018BC50_DF8990;
typedef struct {
/* 0x00 */ char pad_0[0x6C];
/* 0x6C */ f32 unk6C;
/* 0x70 */ f32 unk70;
/* 0x74 */ f32 unk74;
} UnkStruct_func_80187A38_DF4778;
void func_8007C120(s32, s32, s32, f32, f32, f32, f32, s32);
extern s8 D_80177A98;
extern s8 D_80177AB0;
#endif