From af4845a4a1db74dfdb3668944fc77e3fb4983052 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Wed, 4 Jan 2017 20:16:15 -0800 Subject: add some vars --- include/vars.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include') 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 -- cgit v1.2.3