Merge pull request #537 from GriffinRichards/doc-bmsg

Sync/document battle_message.c
This commit is contained in:
GriffinR
2022-08-23 10:45:48 -04:00
committed by GitHub
33 changed files with 777 additions and 433 deletions
+1 -1
View File
@@ -645,7 +645,7 @@ static const u8 sUnref_84570D1[] = _("{DYNAMIC 00}·{DYNAMIC 01}");
// These are functions in Emerald but inlined in FireRed
#define IntlConvPartnerUname7(dest, arg1) ({ \
StringCopy7(dest, (arg1).gname_uname.uname); \
StringCopy_PlayerName(dest, (arg1).gname_uname.uname); \
ConvertInternationalString(dest, (arg1).gname_uname.gname.unk_00.language); \
})