fix(fanclub): use sText instead of non-existent gText (#9163)

This commit is contained in:
Kildemal 2026-02-09 19:43:26 +05:30 committed by GitHub
parent 9f1cdbdcaa
commit b7c400ea9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -348,10 +348,10 @@ static void BufferFanClubTrainerName(u8 whichLinkTrainer, u8 whichNPCTrainer)
break;
#endif
case 1:
StringCopy(gStringVar1, gText_LtSurge);
StringCopy(gStringVar1, sText_LtSurge);
break;
case 2:
StringCopy(gStringVar1, gText_Koga);
StringCopy(gStringVar1, sText_Koga);
break;
}
}