mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-26 02:14:22 -05:00
fix(fanclub): use sText instead of non-existent gText (#9163)
This commit is contained in:
parent
9f1cdbdcaa
commit
b7c400ea9c
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user