diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-12-28 18:07:41 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-12-28 18:07:41 -0500 |
commit | aadab8b0167f1f74a28d4234509faffd8dca7bc2 (patch) | |
tree | 878fb05106e02de42183eb29e5688cfe5077f87d /include/menu.h | |
parent | aba5264260d023686a08f406651256de324cdf4d (diff) |
Move pokemon and easy chat constants to global, misc clean-up
Diffstat (limited to 'include/menu.h')
-rw-r--r-- | include/menu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/menu.h b/include/menu.h index 69000d408..bf3f56aea 100644 --- a/include/menu.h +++ b/include/menu.h @@ -4,7 +4,6 @@ #include "task.h" #include "text.h" #include "window.h" -#include "constants/pokemon.h" #define MENU_NOTHING_CHOSEN -2 #define MENU_B_PRESSED -1 |