code_8042B34 decompiled

This commit is contained in:
DizzyEggg
2024-10-12 21:26:39 +02:00
parent ea1013ee85
commit 1012d7d12e
3 changed files with 5 additions and 10 deletions

View File

@@ -108,6 +108,11 @@ static inline bool8 PokemonFlag2(PokemonStruct1 *mon)
return (((mon->unk0 >> 1) & 1));
}
static inline bool8 IsMonTeamLeader(PokemonStruct1 *pokemon)
{
return pokemon->isTeamLeader != FALSE;
}
#include "constants/dungeon.h"
static inline bool8 IsMonPartner(PokemonStruct1 *mon)