summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-06-29 22:06:27 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-06-29 22:06:27 -0400
commitfe40c6053622e89dbc0f9e26493946fa098765fb (patch)
tree90f82530289d127bff16ee19d1b5cdbb25403388 /include
parenteb9df8bc6699093ef8f3c9ccb985bec9809910c7 (diff)
sub_8136F74
Diffstat (limited to 'include')
-rwxr-xr-x[-rw-r--r--]include/pokemon.h1
-rwxr-xr-xinclude/use_pokeblock.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index be8e4e56d..6fbdb18d3 100644..100755
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -511,5 +511,6 @@ void sub_8040B8C(void);
void SetWildMonHeldItem(void);
u8 *sub_8040D08();
bool32 sub_8040D3C(u16 species, u8 *name, u8 language);
+s8 sub_8040A54(struct Pokemon *, u8);
#endif // GUARD_POKEMON_H
diff --git a/include/use_pokeblock.h b/include/use_pokeblock.h
index 779ba27d1..978476d89 100755
--- a/include/use_pokeblock.h
+++ b/include/use_pokeblock.h
@@ -6,6 +6,7 @@
#define POKERUBY_USE_POKEBLOCK_H
extern void *gUnknown_02030400;
+extern s16 gUnknown_02039312;
void sub_8136130(struct Pokeblock *, MainCallback);