core2 .data defininitions
This commit is contained in:
@@ -12,8 +12,24 @@ typedef struct {
|
||||
} Struct_core2_7060_0;
|
||||
|
||||
/* .data */
|
||||
extern Struct_core2_7060_0 D_803636D0;
|
||||
extern Struct_core2_7060_0 D_80363754;
|
||||
Struct_core2_7060_0 D_803636D0[] = {
|
||||
{2.0f, 1, 0.1f},
|
||||
{0.034f, 0, 0.1f},
|
||||
{5.0f, 1, 0.06f},
|
||||
{0.034f, 0, 0.06f},
|
||||
{0.2f, 1, 0.09f},
|
||||
{0.034f, 0, 0.09f},
|
||||
{1.0f, 1, 0.1f},
|
||||
{0.034f, 0, 0.1f},
|
||||
{5.0f, 1, 0.1f},
|
||||
{0.034f, 0, 0.1f},
|
||||
{1.0f, 4, 0.0f}
|
||||
};
|
||||
Struct_core2_7060_0 D_80363754[] = {
|
||||
{0.0f, 1, 0.1f},
|
||||
{0.034f, 0, 0.1f},
|
||||
{0.0f, 4, 0.0f}
|
||||
};
|
||||
|
||||
/* .bss */
|
||||
struct{
|
||||
@@ -39,11 +55,11 @@ void func_80290090(Struct_core2_7060_0 *arg0){
|
||||
}
|
||||
|
||||
void func_802900B4(void){
|
||||
func_80290090(&D_803636D0);
|
||||
func_80290090(D_803636D0);
|
||||
}
|
||||
|
||||
void func_802900D8(void){
|
||||
func_80290090(&D_80363754);
|
||||
func_80290090(D_80363754);
|
||||
}
|
||||
|
||||
void func_802900FC(void){
|
||||
|
Reference in New Issue
Block a user