diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2018-12-17 09:24:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-17 09:24:56 -0500 |
commit | 07d63fc7faa20317bc49fd16674468fb1510271f (patch) | |
tree | 3a5c0972149b2b5c7598b67ea70bcdedf616eb0c /include/constants | |
parent | 63c205e7d0094756ea851e0aed0852671329905c (diff) | |
parent | 0aceac2d340328b1d2af539820e872f04bda6214 (diff) |
Merge pull request #31 from PikalaxALT/mevent
Decompile mevent.s; disassemble script pointers; decompile berry fix payload
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/vars.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/constants/vars.h b/include/constants/vars.h index 6dc8d0ccd..c9340a3b4 100644 --- a/include/constants/vars.h +++ b/include/constants/vars.h @@ -51,12 +51,12 @@ #define VAR_0x402D 0x402D #define VAR_0x402E 0x402E -#define VAR_FRONTIER_MANIAC_FACILITY 0x402F +#define VAR_0x402F 0x402F -#define VAR_FRONTIER_GAMBLER_FACILITY 0x4030 -#define VAR_FRONTIER_GAMBLER_SET_FACILITY_F 0x4031 -#define VAR_FRONTIER_GAMBLER_AMOUNT_BET 0x4032 -#define VAR_FRONTIER_GAMBLER_PLACED_BET_F 0x4033 +#define VAR_0x4030 0x4030 +#define VAR_0x4031 0x4031 +#define VAR_0x4032 0x4032 +#define VAR_ENIGMA_BERRY_AVAILABLE 0x4033 #define VAR_0x4034 0x4034 #define VAR_0x4035 0x4035 |