summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-17 22:08:02 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-17 22:08:02 -0400
commitba7e4acfeee5bdda18113586fde37b19429c3715 (patch)
tree34a9bcc6ea830aedaefed91a60473c1567329e17 /include/constants
parent901fceec188ff640f32b22343e5a0b6e7e4c9c42 (diff)
through CheckStandardWildEncounter
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/event_bg.h2
-rw-r--r--include/constants/vars.h8
2 files changed, 6 insertions, 4 deletions
diff --git a/include/constants/event_bg.h b/include/constants/event_bg.h
index b106a74ef..37fedf25b 100644
--- a/include/constants/event_bg.h
+++ b/include/constants/event_bg.h
@@ -7,4 +7,6 @@
#define BG_EVENT_PLAYER_FACING_EAST 3
#define BG_EVENT_PLAYER_FACING_WEST 4
+#define BG_EVENT_HIDDEN_ITEM 7
+
#endif // GUARD_CONSTANTS_EVENT_BG_H
diff --git a/include/constants/vars.h b/include/constants/vars.h
index 640bf41fd..6e0553931 100644
--- a/include/constants/vars.h
+++ b/include/constants/vars.h
@@ -49,10 +49,10 @@
// Counts up every step. Wraps around at 128.
// When wraparound occurs, the friendship of
// every party poke gets a slight boost.
-#define VAR_FRIENDSHIP_STEP_COUNT 0x4021
+#define VAR_HAPPINESS_STEP_COUNTER 0x4021
// Maybe unused?
-#define VAR_0x4022 0x4022
+#define VAR_POISON_STEP_COUNTER 0x4022
// Step counter. Caps at 1500. If you enter a map with
// renewable hidden items and this counter is capped,
@@ -81,8 +81,8 @@
#define VAR_QUEST_LOG_MON_COUNTS 0x4027
#define VAR_MENEWS_JISAN_STEP_COUNTER 0x4028
#define VAR_0x4029 0x4029
-#define VAR_HAPPINESS_STEP_COUNTER 0x402A
-#define VAR_POISON_STEP_COUNTER 0x402B
+#define VAR_0x402A 0x402A
+#define VAR_0x402B 0x402B
#define VAR_RESET_RTC_ENABLE 0x402C
#define VAR_0x402D 0x402D
#define VAR_0x402E 0x402E