mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-28 21:30:45 +01:00
12 lines
287 B
C
12 lines
287 B
C
#ifndef GUARD_POKEMON_JUMP_H
|
|
#define GUARD_POKEMON_JUMP_H
|
|
|
|
#include "main.h"
|
|
|
|
void sub_802EB24(s16 arg0, s16 arg1, s16 arg2, s16 arg3, u8 arg4);
|
|
bool32 sub_802EB84(void);
|
|
void sub_802A9A8(u16 monId, MainCallback callback);
|
|
bool32 sub_802C908(u16 species);
|
|
|
|
#endif //GUARD_POKEMON_JUMP_H
|