summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-08-30 16:02:46 -0400
committerscnorton <scnorton@biociphers.org>2017-08-30 16:02:46 -0400
commit97d9399be794f6a94137a1945af52ef1e26de4a7 (patch)
treecee03cfad678060a874a3e4d545d67c9b7f47287 /include
parent433823c4e330032b68a379784c98efaa3a94f15c (diff)
Restore previously-decompiled functions; make static what should be static
Diffstat (limited to 'include')
-rw-r--r--include/global.h2
-rw-r--r--include/pokemon.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index ee54007b2..82dcd1a53 100644
--- a/include/global.h
+++ b/include/global.h
@@ -557,7 +557,7 @@ struct DayCareMailEtc
struct DayCareData {
struct BoxPokemon mons[2];
struct DayCareMailEtc mail;
- u16 unk_118;
+ u16 eggPersonalityLo;
u8 unk_11a;
u8 unk_11b;
};
diff --git a/include/pokemon.h b/include/pokemon.h
index da9a5f041..184bc6cdb 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -602,5 +602,6 @@ bool32 sub_8040D3C(u16 species, u8 *name, u8 language);
s8 sub_8040A54(struct Pokemon *, u8);
u16 GetMonEVCount(struct Pokemon *);
u8 GetLevelUpMovesBySpecies(u16, u16 *);
+u8 TryIncrementMonLevel(struct Pokemon *);
#endif // GUARD_POKEMON_H