d_cam_type OK for JPN, add style enum, fix pystts1 enum

This commit is contained in:
LagoLunatic
2025-05-06 22:58:20 -04:00
parent 9e65556126
commit 18fb9de306
8 changed files with 663 additions and 507 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ BOOL dCamParam_c::Change(s32 i_styleIdx) {
mpStyle = &styles[mStyleIdx];
return TRUE;
} else {
mpStyle = &styles[0];
mpStyle = &styles[dCamStyle_NN00_e];
return FALSE;
}
}