diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-08 02:17:01 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-08 02:17:01 -0500 |
commit | eac70acab65dea005da2299e4bb209aff1ded60f (patch) | |
tree | 248d9a1402c9378118c4b7e1ed148e308fb91cde /include | |
parent | af182d6f168afbb7c8c35fe9240ecf931099d06e (diff) |
Change filename to something more descriptive
Diffstat (limited to 'include')
-rw-r--r-- | include/menu_specialized.h (renamed from include/menu_unknown.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/menu_unknown.h b/include/menu_specialized.h index 2eefb5971..3012ac90a 100644 --- a/include/menu_unknown.h +++ b/include/menu_specialized.h @@ -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
\ No newline at end of file +#endif // GUARD_MENU_SPECIALIZED_H
\ No newline at end of file |