mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
12 lines
197 B
C
Executable File
12 lines
197 B
C
Executable File
#ifndef GUARD_POKEMON_JUMP_H
|
|
#define GUARD_POKEMON_JUMP_H
|
|
|
|
#include "main.h"
|
|
|
|
void sub_802A9A8(u16 monId, MainCallback callback);
|
|
bool32 sub_802C908(u16 species);
|
|
|
|
#endif // GUARD_POKEMON_JUMP_H
|
|
|
|
|