mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
18 lines
558 B
C
18 lines
558 B
C
#ifndef GUARD_POKENAV_H
|
|
#define GUARD_POKENAV_H
|
|
#include "list_menu.h"
|
|
|
|
bool8 sub_81D20BC(void *arg0);
|
|
bool8 sub_81D312C(void *arg0);
|
|
bool8 sub_81D4A58(struct EventObject*);
|
|
void MoveRelearnerPrintText(u8 *);
|
|
u16 MoveRelearnerRunTextPrinters(void);
|
|
void MoveRelearnerCreateYesNoMenu(void);
|
|
u8 LoadMoveRelearnerMovesList(const struct ListMenuItem *items, u16 numChoices);
|
|
void InitMoveRelearnerWindows(bool8 useContextWindow);
|
|
bool8 EventObjectIsFarawayIslandMew(struct EventObject *);
|
|
u32 sub_81D427C(void);
|
|
void sub_81D4998(void);
|
|
|
|
#endif //GUARD_POKENAV_H
|