diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-05 06:06:20 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-05 06:06:20 -0500 |
commit | 9bea9e1624a30980aa194b076f0324b77c76edc9 (patch) | |
tree | 686b94fc86f89d8b310867e8d1e0a4f6696c69af /src/player_pc.c | |
parent | 0e3fc4956b0f9381f555100f2f1a24b0e836e68a (diff) |
Start decompiling menu_unknown
Diffstat (limited to 'src/player_pc.c')
-rw-r--r-- | src/player_pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player_pc.c b/src/player_pc.c index bec763b41..f167062cb 100644 --- a/src/player_pc.c +++ b/src/player_pc.c @@ -20,7 +20,6 @@ #include "overworld.h" #include "palette.h" #include "party_menu.h" -#include "pokenav.h" #include "player_pc.h" #include "script.h" #include "sound.h" @@ -29,6 +28,7 @@ #include "strings.h" #include "task.h" #include "window.h" +#include "menu_unknown.h" // structures struct Struct203BCC4 |