diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-06 15:00:10 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-06 15:00:10 -0700 |
commit | 076971ee687e1956a1b01144634b3e3468e23cff (patch) | |
tree | 4aea0466e25e069d4b17fc8d1d0cdd23bee6e128 | |
parent | 355c82e13e4b4957c27854142990670ba6e4bf0d (diff) |
Resolve pokemon_jump changes.
-rw-r--r-- | include/pokemon_jump.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/pokemon_jump.h b/include/pokemon_jump.h index 28b19f9b1..62d0e610f 100644 --- a/include/pokemon_jump.h +++ b/include/pokemon_jump.h @@ -3,12 +3,6 @@ #include "main.h" -void sub_802A9A8(u16 monId, MainCallback callback); -bool32 sub_802C908(u16 species); -void sub_802C920(void); void ResetPokeJumpResults(void); -void sub_802E3C4(void); -void sub_802EB24(s16 tileTag, s16 palTag, s16 x, s16 y, u8 subpriority); -bool32 sub_802EB84(void); #endif // GUARD_POKEMON_JUMP_H |