mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-09 01:25:58 -05:00
code_8042B34 decompiled
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user