mirror of
https://github.com/zeldaret/tp
synced 2026-06-25 01:52:12 -04:00
d_a_npc_grd matching (#2821)
* d_a_npc_grd matching * Fix regression * Fix
This commit is contained in:
@@ -1662,8 +1662,14 @@ static int daFshop_Create(fopAc_ac_c* actor) {
|
||||
fopAcM_createChild(PROC_FSHOP, fopAcM_GetID(actor), 0xFFFFFF23, &actor->current.pos, fopAcM_GetRoomNo(actor), NULL, NULL, -1, NULL);
|
||||
|
||||
u8 sp10 = 1;
|
||||
#if VERSION == VERSION_GCN_PAL || VERSION == VERSION_WII_PAL || PLATFORM_SHIELD
|
||||
if (dComIfGs_getPalLanguage() == 1) {
|
||||
#if VERSION == VERSION_GCN_PAL || VERSION == VERSION_WII_PAL
|
||||
if (dComIfGs_getPalLanguage() == dSv_player_config_c::LANGAUGE_ENGLISH) {
|
||||
sp10 = 2;
|
||||
} else {
|
||||
sp10 = 0;
|
||||
}
|
||||
#elif PLATFORM_SHIELD
|
||||
if (dComIfGs_getPalLanguage() == dSv_player_config_c::LANGAUGE_GERMAN) {
|
||||
sp10 = 2;
|
||||
} else {
|
||||
sp10 = 0;
|
||||
|
||||
+1110
-1179
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user