mirror of
https://github.com/zeldaret/tp
synced 2026-09-03 02:03:55 -04:00
Clean up d_msg_unit, misc fixes for PAL and JPN (#2848)
This commit is contained in:
@@ -5720,12 +5720,16 @@ static int dmg_rod_Execute(dmg_rod_class* i_this) {
|
||||
} else {
|
||||
data_804BBBD4 = 0;
|
||||
}
|
||||
#elif VERSION == VERSION_GCN_PAL
|
||||
#elif VERSION == VERSION_SHIELD
|
||||
data_804BBBD4 = 0;
|
||||
#elif REGION_PAL
|
||||
if (dComIfGs_getPalLanguage() == 0) {
|
||||
data_804BBBD4 = 2;
|
||||
} else {
|
||||
data_804BBBD4 = 0;
|
||||
}
|
||||
#elif REGION_JPN
|
||||
data_804BBBD4 = 0;
|
||||
#else
|
||||
data_804BBBD4 = 1;
|
||||
#endif
|
||||
@@ -6283,12 +6287,16 @@ static int dmg_rod_Create(fopAc_ac_c* i_this) {
|
||||
} else {
|
||||
data_804BBBD4 = 0;
|
||||
}
|
||||
#elif VERSION == VERSION_GCN_PAL
|
||||
#elif VERSION == VERSION_SHIELD
|
||||
data_804BBBD4 = 0;
|
||||
#elif REGION_PAL
|
||||
if (dComIfGs_getPalLanguage() == 0) {
|
||||
data_804BBBD4 = 2;
|
||||
} else {
|
||||
data_804BBBD4 = 0;
|
||||
}
|
||||
#elif REGION_JPN
|
||||
data_804BBBD4 = 0;
|
||||
#else
|
||||
data_804BBBD4 = 1;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user