mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
6 lines
157 B
C
6 lines
157 B
C
|
#ifndef GUARD_POKEMON_SUMMARY_SCREEN_H
|
||
|
#define GUARD_POKEMON_SUMMARY_SCREEN_H
|
||
|
|
||
|
void sub_81C4F98(u8, void(*)(void));
|
||
|
|
||
|
#endif // GUARD_POKEMON_SUMMARY_SCREEN_H
|