mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-25 07:28:17 -05:00
9 lines
239 B
C
9 lines
239 B
C
#ifndef GUARD_DUNGEON_RECRUIT_RELEASE_MENU_H
|
|
#define GUARD_DUNGEON_RECRUIT_RELEASE_MENU_H
|
|
|
|
#include "structs/str_pokemon.h"
|
|
|
|
void ShowRecruitReleaseMenu(u8 a0, s32 a1, s32 a2, Pokemon **a3);
|
|
|
|
#endif // GUARD_DUNGEON_RECRUIT_RELEASE_MENU_H
|