mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-24 14:57:07 -05:00
11 lines
253 B
C
11 lines
253 B
C
#ifndef GUARD_POKEMON_JUMP_H
|
|
#define GUARD_POKEMON_JUMP_H
|
|
|
|
#include "main.h"
|
|
|
|
void ResetPokeJumpResults(void);
|
|
bool32 IsSpeciesAllowedInPokemonJump(u16 species);
|
|
void StartPokemonJump(u16 species, MainCallback callback);
|
|
|
|
#endif // GUARD_POKEMON_JUMP_H
|