diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-08-27 16:21:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 16:21:03 -0400 |
commit | 186aa237dd5d843d119a3e0e1d404fe031f89dcf (patch) | |
tree | 3d7e32cb0209e2a2612d7b99703dc26ff42a3e1d /include/module_05.h | |
parent | a192a6ec0bc03443a2fed9f3dba262a034c39828 (diff) | |
parent | 441e8f436f0ee365596f4c20d705e8fa2b015268 (diff) |
Merge pull request #270 from ultima-soul/script_pokemon_util
Decompile script_pokemon_util
Diffstat (limited to 'include/module_05.h')
-rw-r--r-- | include/module_05.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/module_05.h b/include/module_05.h new file mode 100644 index 00000000..4de49e18 --- /dev/null +++ b/include/module_05.h @@ -0,0 +1,6 @@ +#ifndef POKEDIAMOND_MODULE_05_H
+#define POKEDIAMOND_MODULE_05_H
+
+void MOD05_SetEggStats(struct Pokemon * mon, u16 species, int a1, struct PlayerData * data, int a2, int metLoc);
+
+#endif //POKEDIAMOND_MODULE_05_H
|