summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-13 20:53:22 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-13 20:53:22 -0400
commit6753e18db06fc6636b768bfaae41a68ec8660abf (patch)
tree748fcd7b8a454e1b331ad3bf3cd8f2fcfed9999e /include
parenta89e8474fdb31e1e1b13a64be4109ce8603f81a3 (diff)
through sub_8090FC4
Diffstat (limited to 'include')
-rw-r--r--include/constants/flags.h2
-rw-r--r--include/pokemon_storage_system_internal.h10
2 files changed, 11 insertions, 1 deletions
diff --git a/include/constants/flags.h b/include/constants/flags.h
index 85d704680..0bc96eb35 100644
--- a/include/constants/flags.h
+++ b/include/constants/flags.h
@@ -1365,7 +1365,7 @@
#define FLAG_SYS_NATIONAL_DEX (SYS_FLAGS + 0x40)
#define FLAG_SYS_PC_STORAGE_DISABLED (SYS_FLAGS + 0x41)
#define FLAG_SYS_INFORMED_OF_LOCAL_WIRELESS_PLAYER (SYS_FLAGS + 0x42)
-#define FLAG_SYS_CHANGED_BOX_TO_STORE_MON (SYS_FLAGS + 0x43)
+#define FLAG_SHOWN_BOX_WAS_FULL_MESSAGE (SYS_FLAGS + 0x43)
#define FLAG_SYS_CAN_LINK_WITH_RS (SYS_FLAGS + 0x44)
#define FLAG_SYS_SEVII_MAP_123 (SYS_FLAGS + 0x45)
#define FLAG_SYS_SEVII_MAP_4567 (SYS_FLAGS + 0x46)
diff --git a/include/pokemon_storage_system_internal.h b/include/pokemon_storage_system_internal.h
index 1e7430dd9..28b39cb7c 100644
--- a/include/pokemon_storage_system_internal.h
+++ b/include/pokemon_storage_system_internal.h
@@ -4,6 +4,16 @@
#include "pokemon_storage_system.h"
#include "mon_markings.h"
+#define IN_BOX_COLUMNS 5
+#define IN_BOX_ROWS 6
+
+enum
+{
+ MODE_PARTY,
+ MODE_BOX,
+ MODE_2,
+};
+
enum
{
BOX_OPTION_WITHDRAW,