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