Change filename to something more descriptive

This commit is contained in:
Phlosioneer
2019-03-08 02:17:01 -05:00
parent af182d6f16
commit eac70acab6
10 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
#ifndef GUARD_MENU_UNKNOWN_H
#define GUARD_MENU_UNKNOWN_H
#ifndef GUARD_MENU_SPECIALIZED_H
#define GUARD_MENU_SPECIALIZED_H
#include "player_pc.h"
#include "list_menu.h"
@@ -48,4 +48,4 @@ void MoveRelearnerCreateYesNoMenu(void);
u8 LoadMoveRelearnerMovesList(const struct ListMenuItem *items, u16 numChoices);
void InitMoveRelearnerWindows(bool8 useContextWindow);
#endif // GUARD_MENU_UNKNOWN_H
#endif // GUARD_MENU_SPECIALIZED_H