summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-09-03 16:08:51 -0400
committerscnorton <scnorton@biociphers.org>2017-09-03 16:08:51 -0400
commit0c7472075bbf318711e5d7c84df17796af0ec0d5 (patch)
treeb38f6d30bea78d2de47af867d3e1c243609e1393 /include
parent5a993f4acc8e10c75c563cfbbdd21d59df0dd0b9 (diff)
sub_804D588
Diffstat (limited to 'include')
-rw-r--r--include/evolution_scene.h12
-rw-r--r--include/pokemon.h1
2 files changed, 13 insertions, 0 deletions
diff --git a/include/evolution_scene.h b/include/evolution_scene.h
new file mode 100644
index 000000000..ec78cb9ad
--- /dev/null
+++ b/include/evolution_scene.h
@@ -0,0 +1,12 @@
+//
+// Created by Scott Norton on 9/3/17.
+//
+
+#ifndef POKERUBY_EVOLUTION_SCENE_H
+#define POKERUBY_EVOLUTION_SCENE_H
+
+extern MainCallback gUnknown_03005E94;
+
+void TradeEvolutionScene(struct Pokemon *, u16, u8, u8);
+
+#endif //POKERUBY_EVOLUTION_SCENE_H
diff --git a/include/pokemon.h b/include/pokemon.h
index 594295b40..ba9d7237e 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -599,5 +599,6 @@ u8 *sub_8040D08();
bool32 sub_8040D3C(u16 species, u8 *name, u8 language);
s8 sub_8040A54(struct Pokemon *, u8);
u16 GetMonEVCount(struct Pokemon *);
+u16 GetEvolutionTargetSpecies(struct Pokemon *, u8, u16);
#endif // GUARD_POKEMON_H