mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 13:45:14 -04:00
Match d_cam_style for JPN, unlink d_cam_type for JPN
This commit is contained in:
@@ -356,6 +356,14 @@ const dCamera__Style dCamParam_c::styles[] = {
|
||||
{0.0f, 0.0f, -99999.992188f, 0.7f, 0.25f, 0.0f, 0.0f, 30.0f, 0.0f, 1.0f, 320.0f, 240.0f, 700.0f, 0.0f, 20.0f, 0.0f, 0.0f, 30.0f, 0.0f, 0.6f, 0.33f, 0.66f, -99999.992188f, 0.0f, 8.0f, 55.0f, 50.0f, 60.0f, 0.0f, 0.4f},
|
||||
dCamParam_UNK002,
|
||||
},
|
||||
#if VERSION == VERSION_JPN
|
||||
{
|
||||
'MM03',
|
||||
0xA,
|
||||
{0.0f, 0.0f, -99999.992188f, 0.7f, 0.25f, 10.0f, 0.0f, 40.0f, 0.0f, 2.0f, 320.0f, 250.0f, 700.0f, 0.0f, 27.0f, 0.0f, -5.0f, 30.0f, 0.0f, 0.6f, 0.33f, 0.5f, -99999.992188f, 0.0f, 8.0f, 55.0f, 50.0f, 62.0f, 0.0f, 0.45f},
|
||||
dCamParam_UNK002,
|
||||
},
|
||||
#endif
|
||||
{
|
||||
'MM02',
|
||||
0xA,
|
||||
@@ -668,6 +676,14 @@ const dCamera__Style dCamParam_c::styles[] = {
|
||||
{1.0f, 0.0f, -99999.992188f, 0.75f, 0.25f, 15.0f, -99999.992188f, -99999.992188f, -99999.992188f, -99999.992188f, 1050.0f, 950.0f, -99999.992188f, 0.66f, 0.05f, 20.0f, 15.0f, 45.0f, 2.0f, 0.05f, 0.12f, -99999.992188f, -99999.992188f, 1.0f, 0.2f, 60.0f, -99999.992188f, -99999.992188f, -99999.992188f, 0.05f},
|
||||
dCamParam_UNK001 | dCamParam_UNK400,
|
||||
},
|
||||
#if VERSION == VERSION_JPN
|
||||
{
|
||||
'FN38',
|
||||
0x1,
|
||||
{1.0f, 0.0f, -99999.992188f, 0.75f, 0.25f, 40.0f, -99999.992188f, -99999.992188f, -99999.992188f, -99999.992188f, 800.0f, 600.0f, -99999.992188f, 0.66f, 0.15f, 15.0f, -40.0f, 60.0f, 2.0f, 0.05f, 0.3f, 0.05f, -99999.992188f, 0.8f, 0.1f, 62.0f, -99999.992188f, -99999.992188f, -99999.992188f, 0.05f},
|
||||
dCamParam_UNK001 | dCamParam_UNK004 | dCamParam_UNK400,
|
||||
},
|
||||
#endif
|
||||
{
|
||||
'BE08',
|
||||
0x8,
|
||||
@@ -860,6 +876,7 @@ const dCamera__Style dCamParam_c::styles[] = {
|
||||
{0.0f, 0.0f, -99999.992188f, 0.7f, 0.25f, 30.0f, 25.0f, 30.0f, 0.0f, 0.5f, 250.0f, 160.0f, 420.0f, 0.0f, 20.0f, 20.0f, 40.0f, 5.0f, 0.0f, 2.4f, 0.33f, 0.66f, -99999.992188f, 0.0f, 8.0f, 55.0f, 55.0f, 58.0f, 0.0f, 0.45f},
|
||||
dCamParam_UNK002,
|
||||
},
|
||||
#if VERSION != VERSION_JPN
|
||||
{
|
||||
'MM03',
|
||||
0xA,
|
||||
@@ -878,6 +895,7 @@ const dCamera__Style dCamParam_c::styles[] = {
|
||||
{1.0f, 0.0f, -99999.992188f, 0.75f, 0.25f, 30.0f, -99999.992188f, -99999.992188f, -99999.992188f, -99999.992188f, 800.0f, 600.0f, -99999.992188f, 0.66f, 0.15f, 15.0f, -40.0f, 60.0f, 2.0f, 0.05f, 0.3f, 0.05f, -99999.992188f, 0.8f, 0.1f, 62.0f, -99999.992188f, -99999.992188f, -99999.992188f, 0.05f},
|
||||
dCamParam_UNK001 | dCamParam_UNK004 | dCamParam_UNK400,
|
||||
},
|
||||
#endif
|
||||
};
|
||||
|
||||
const s32 dCamParam_c::style_num = ARRAY_SIZE(styles);
|
||||
|
||||
Reference in New Issue
Block a user