Port m429 to JP
This commit is contained in:
parent
6527d71516
commit
306ba21ebb
3 changed files with 5 additions and 5 deletions
|
|
@ -184,8 +184,8 @@ modules:
|
||||||
links: []
|
links: []
|
||||||
- object: files/dll/m429Dll.rel
|
- object: files/dll/m429Dll.rel
|
||||||
|
|
||||||
symbols: config/GMPJ01_00/rels/m429Dll/symbols.txt
|
symbols: config/GMPE01_00/rels/m429Dll/symbols.txt
|
||||||
splits: config/GMPJ01_00/rels/m429Dll/splits.txt
|
splits: config/GMPE01_00/rels/m429Dll/splits.txt
|
||||||
links: []
|
links: []
|
||||||
- object: files/dll/m430Dll.rel
|
- object: files/dll/m430Dll.rel
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1064,7 +1064,7 @@ config.libs = [
|
||||||
Rel(
|
Rel(
|
||||||
"m429Dll", # Team Treasure Trek
|
"m429Dll", # Team Treasure Trek
|
||||||
objects={
|
objects={
|
||||||
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPP01_00", "GMPP01_02"), "REL/m429Dll/main.c"),
|
Object(Matching, "REL/m429Dll/main.c"),
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
Rel(
|
Rel(
|
||||||
|
|
|
||||||
|
|
@ -2396,8 +2396,8 @@ void fn_1_B01C(void)
|
||||||
temp_f31 = lbl_1_bss_98[lbl_1_bss_28].x - temp_r30->unk4.x;
|
temp_f31 = lbl_1_bss_98[lbl_1_bss_28].x - temp_r30->unk4.x;
|
||||||
temp_f30 = lbl_1_bss_98[lbl_1_bss_28].z - temp_r30->unk4.z;
|
temp_f30 = lbl_1_bss_98[lbl_1_bss_28].z - temp_r30->unk4.z;
|
||||||
temp_r30->unk64 = atan2d(temp_f31, temp_f30);
|
temp_r30->unk64 = atan2d(temp_f31, temp_f30);
|
||||||
omVibrate(temp_r31->unk114, 2 * REFRESH_RATE, 6, 6);
|
omVibrate(temp_r31->unk114, (VERSION_JP ? 3 : 2) * REFRESH_RATE, 6, 6);
|
||||||
omVibrate(temp_r30->unk114, 2 * REFRESH_RATE, 6, 6);
|
omVibrate(temp_r30->unk114, (VERSION_JP ? 3 : 2) * REFRESH_RATE, 6, 6);
|
||||||
}
|
}
|
||||||
|
|
||||||
void fn_1_B754(float *arg0, float arg1, float arg2, s32 arg3)
|
void fn_1_B754(float *arg0, float arg1, float arg2, s32 arg3)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue