summaryrefslogtreecommitdiff
path: root/include/vars.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/vars.h')
-rw-r--r--include/vars.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/vars.h b/include/vars.h
index 69939804a..265f903ba 100644
--- a/include/vars.h
+++ b/include/vars.h
@@ -1,10 +1,21 @@
#ifndef GUARD_VARS_H
#define GUARD_VARS_H
+#define VAR_RECYCLE_GOODS 0x4020
#define VAR_REPEL_STEP_COUNT 0x4021
+#define VAR_FIRST_POKE 0x4023
+#define VAR_MIRAGE_RND_H 0x4024
+#define VAR_MIRAGE_RND_L 0x4025
+
#define VAR_RESET_RTC_ENABLE 0x402C
+#define VAR_DAYS 0x4040
+
+#define VAR_POKELOT_PRIZE 0x4045
#define VAR_NATIONAL_DEX 0x4046
+#define VAR_POKELOT_RND1 0x404B
+#define VAR_POKELOT_RND2 0x404C
+
#endif // GUARD_VARS_H