summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-07-07 19:57:09 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-07-07 19:57:09 +0200
commit008d961b2a3d2d145f9ff8e7515cfb4f5e04128c (patch)
tree91fa8c967a0ff63da316cfd9b9bd7c5bc396cfce /include/pokemon.h
parent1c48e585747de0a2273c4b3eb4be114d5214b8a2 (diff)
add party menu defines
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index f36284f12..a60ad66be 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -593,7 +593,7 @@ bool8 IsTradedMon(struct Pokemon *mon);
bool8 IsOtherTrainer(u32 otId, u8 *otName);
void MonRestorePP(struct Pokemon *mon);
void BoxMonRestorePP(struct BoxPokemon *boxMon);
-void sub_806E994(void);
+void SetMonPreventsSwitchingString(void);
void SetWildMonHeldItem(void);
bool8 IsMonShiny(struct Pokemon *mon);
bool8 IsShinyOtIdPersonality(u32 otId, u32 personality);