use uroom size/count macros; travis reverts back to agbcc master

This commit is contained in:
PikalaxALT
2020-02-15 14:49:27 -05:00
parent 57c2ea74a8
commit b3167d579b
4 changed files with 29 additions and 30 deletions
+3 -3
View File
@@ -2747,15 +2747,15 @@ int GetUnionRoomTradeMessageId(struct GFtgtGnameSub playerSub, struct GFtgtGname
u8 partnerHasNationalDex = partnerSub.hasNationalDex;
u8 partnerIsChampion = partnerSub.isChampion;
u8 partnerVersion = partnerSub.version;
u8 isNotFRLG;
bool8 isNotFRLG;
if (partnerVersion == VERSION_FIRE_RED || partnerVersion == VERSION_LEAF_GREEN)
{
isNotFRLG = 0;
isNotFRLG = FALSE;
}
else
{
isNotFRLG = 1;
isNotFRLG = TRUE;
}
if (isNotFRLG)
{