summaryrefslogtreecommitdiff
path: root/include/pokemon_jump.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pokemon_jump.h')
-rwxr-xr-xinclude/pokemon_jump.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/pokemon_jump.h b/include/pokemon_jump.h
new file mode 100755
index 000000000..95db6e404
--- /dev/null
+++ b/include/pokemon_jump.h
@@ -0,0 +1,10 @@
+#ifndef GUARD_POKEMON_JUMP_H
+#define GUARD_POKEMON_JUMP_H
+
+#include "main.h"
+
+void sub_802A9A8(u16 monId, MainCallback callback);
+
+#endif // GUARD_POKEMON_JUMP_H
+
+