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