diff options
Diffstat (limited to 'include/constants')
| -rw-r--r-- | include/constants/flags.h | 2 | ||||
| -rw-r--r-- | include/constants/vars.h | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/include/constants/flags.h b/include/constants/flags.h index 7aa5c3ed3..d097eeb1b 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -1400,7 +1400,7 @@  #define FLAG_ENABLE_SHIP_BIRTH_ISLAND               (SYSTEM_FLAGS + 0x75)  #define FLAG_ENABLE_SHIP_FARAWAY_ISLAND             (SYSTEM_FLAGS + 0x76) -#define FLAG_SYS_STORAGE_UNKNOWN_FLAG               (SYSTEM_FLAGS + 0x77) +#define FLAG_SHOWN_BOX_WAS_FULL_MESSAGE             (SYSTEM_FLAGS + 0x77)  #define FLAG_ARRIVED_ON_FARAWAY_ISLAND              (SYSTEM_FLAGS + 0x78)  #define FLAG_ARRIVED_AT_MARINE_CAVE_EMERGE_SPOT     (SYSTEM_FLAGS + 0x79) diff --git a/include/constants/vars.h b/include/constants/vars.h index dd07092b0..72b15654e 100644 --- a/include/constants/vars.h +++ b/include/constants/vars.h @@ -68,7 +68,7 @@  #define VAR_DEOXYS_ROCK_STEP_COUNT           0x4034  #define VAR_DEOXYS_ROCK_LEVEL                0x4035 -#define VAR_STORAGE_UNKNOWN                  0x4036 +#define VAR_PC_BOX_TO_SEND_MON               0x4036  #define VAR_UNUSUAL_WEATHER_LOCATION         0x4037  #define VAR_UNUSUAL_WEATHER_STEP_COUNTER     0x4038  #define VAR_SHOULD_END_UNUSUAL_WEATHER       0x4039 | 
