Rename move tutor to move relearner
This commit is contained in:
7
include/move_relearner.h
Normal file
7
include/move_relearner.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef GUARD_MOVE_RELEARNER_H
|
||||
#define GUARD_MOVE_RELEARNER_H
|
||||
|
||||
void TeachMoveRelearnerMove(void);
|
||||
void MoveRelearnerShowHideHearts(s32);
|
||||
|
||||
#endif //GUARD_MOVE_RELEARNER_H
|
||||
@@ -1,7 +0,0 @@
|
||||
#ifndef GUARD_LEARN_MOVE_H
|
||||
#define GUARD_LEARN_MOVE_H
|
||||
|
||||
void TeachMoveTutorMove(void);
|
||||
void MoveTutorShowHideHearts(s32);
|
||||
|
||||
#endif //GUARD_LEARN_MOVE_H
|
||||
@@ -20,11 +20,11 @@ void sub_81D1EC0(void);
|
||||
void sub_81D1D04(u8);
|
||||
bool8 sub_81D1C44(u8);
|
||||
bool8 sub_81D4A58(struct EventObject*);
|
||||
void MoveTutorPrintText(u8 *);
|
||||
u16 MoveTutorRunTextPrinters(void);
|
||||
void MoveTutorCreateYesNoMenu(void);
|
||||
u8 LoadMoveTutorMovesList(const struct ListMenuItem *items, u16 numChoices);
|
||||
void InitMoveTutorWindows(bool8 useContextWindow);
|
||||
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);
|
||||
|
||||
@@ -859,15 +859,15 @@ extern const u8 gText_Winona[];
|
||||
extern const u8 gText_Phoebe[];
|
||||
extern const u8 gText_Glacia[];
|
||||
|
||||
extern const u8 gText_MoveTutorPkmnLearnedMove[];
|
||||
extern const u8 gText_MoveTutorPkmnTryingToLearnMove[];
|
||||
extern const u8 gText_MoveTutorWhichMoveToForget[];
|
||||
extern const u8 gText_MoveTutorStopTryingToTeachMove[];
|
||||
extern const u8 gText_MoveTutorAndPoof[];
|
||||
extern const u8 gText_MoveTutorPkmnForgotMoveAndLearnedNew[];
|
||||
extern const u8 gText_MoveRelearnerPkmnLearnedMove[];
|
||||
extern const u8 gText_MoveRelearnerPkmnTryingToLearnMove[];
|
||||
extern const u8 gText_MoveRelearnerWhichMoveToForget[];
|
||||
extern const u8 gText_MoveRelearnerStopTryingToTeachMove[];
|
||||
extern const u8 gText_MoveRelearnerAndPoof[];
|
||||
extern const u8 gText_MoveRelearnerPkmnForgotMoveAndLearnedNew[];
|
||||
extern const u8 gText_TeachWhichMoveToPkmn[];
|
||||
extern const u8 gText_MoveTutorGiveUp[];
|
||||
extern const u8 gText_MoveTutorTeachMoveConfirm[];
|
||||
extern const u8 gText_MoveRelearnerGiveUp[];
|
||||
extern const u8 gText_MoveRelearnerTeachMoveConfirm[];
|
||||
|
||||
extern const u8 gText_Kira[];
|
||||
extern const u8 gText_Amy[];
|
||||
|
||||
Reference in New Issue
Block a user