diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-03 12:07:02 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-02-03 12:08:27 -0500 |
commit | 34deceb13695e7b13a27ecb94666fc95d2ced550 (patch) | |
tree | 0f014b2b82c6c0e546ab27c6b612c082ca98675e /include/constants | |
parent | 017fa7e3361e3dafd06dd34d434f1d56159c051e (diff) |
Remove old references to battle pyramid
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/party_menu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/constants/party_menu.h b/include/constants/party_menu.h index 28ce39cd3..0c958ccc5 100644 --- a/include/constants/party_menu.h +++ b/include/constants/party_menu.h @@ -64,7 +64,6 @@ #define PARTY_MENU_TYPE_UNION_ROOM_TRADE 9 // trading board #define PARTY_MENU_TYPE_SPIN_TRADE 10 // Unused beta for Gen IV's Spin Trade #define PARTY_MENU_TYPE_MINIGAME 11 -#define PARTY_MENU_TYPE_STORE_PYRAMID_HELD_ITEMS 12 #define PARTY_ACTION_CHOOSE_MON 0 #define PARTY_ACTION_SEND_OUT 1 |