diff options
| author | YamaArashi <shadow962@live.com> | 2017-01-04 20:16:15 -0800 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2017-01-04 20:16:15 -0800 |
| commit | af4845a4a1db74dfdb3668944fc77e3fb4983052 (patch) | |
| tree | c1552f88c75c0a80100283f04251730720481d4c /include | |
| parent | 8c02b87c326e5baf0d8674f359fe3eccff7d3a32 (diff) | |
add some vars
Diffstat (limited to 'include')
| -rw-r--r-- | include/vars.h | 11 |
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 |
