Extract rodata for unk_pokedex_area_screen_helper

This commit is contained in:
Diegoisawesome
2018-08-14 22:05:48 -07:00
parent a07d69d7c2
commit 332a8bcb1d
6 changed files with 15 additions and 32 deletions

View File

@@ -2,6 +2,6 @@
#define GUARD_POKEMON_SUMMARY_SCREEN_H
void sub_81C4F98(u8, void(*)(void));
void ShowSelectMovePokemonSummaryScreen(struct Pokemon *a, u8 b, u8 c, void *d, u16 e);
void ShowSelectMovePokemonSummaryScreen(struct Pokemon *, u8, u8, MainCallback, u16);
#endif // GUARD_POKEMON_SUMMARY_SCREEN_H