Add more usage of GENDER_COUNT
This commit is contained in:
@@ -32,7 +32,7 @@ extern const u8 gText_UR_LinkWithFriendDropped[];
|
||||
extern const u8 *const gTexts_UR_LinkDropped[];
|
||||
extern const u8 gText_UR_AwaitingPlayersResponseAboutTrade[];
|
||||
extern const u8 *const gTexts_UR_CommunicatingWait[];
|
||||
extern const u8 *const gTexts_UR_HiDoSomething[][2];
|
||||
extern const u8 *const gTexts_UR_HiDoSomething[][GENDER_COUNT];
|
||||
extern const u8 *const gTexts_UR_PlayerContactedYou[];
|
||||
extern const u8 *const gTexts_UR_AwaitingResponse[];
|
||||
extern const u8 gText_UR_ShowTrainerCard[];
|
||||
@@ -44,7 +44,7 @@ extern const u8 gText_UR_ChatDropped[];
|
||||
extern const u8 gText_UR_OfferDeclined1[];
|
||||
extern const u8 gText_UR_OfferDeclined2[];
|
||||
extern const u8 gText_UR_ChatEnded[];
|
||||
extern const u8 *const gTexts_UR_JoinChat[GENDER_COUNT][2];
|
||||
extern const u8 *const gTexts_UR_JoinChat[][GENDER_COUNT];
|
||||
extern const u8 gText_UR_TrainerAppearsBusy[];
|
||||
extern const u8 *const gTexts_UR_WaitOrShowCard[GENDER_COUNT][4];
|
||||
extern const u8 *const gTexts_UR_StartActivity[][GENDER_COUNT][3];
|
||||
|
||||
Reference in New Issue
Block a user