diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-19 12:17:16 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-02-25 15:46:07 -0500 |
commit | 44c9109c2a04fbbf01268f53f0f4a57174563fb1 (patch) | |
tree | c219f4d483b74e9dceaa61df540227b6ecd9451c /include | |
parent | 71fec599bbe144af8d4a16e98ec32454fd10a4a8 (diff) |
Document Pallet Town scripts
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/vars.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/vars.h b/include/constants/vars.h index 043f5bc39..ca3642ca3 100644 --- a/include/constants/vars.h +++ b/include/constants/vars.h @@ -90,7 +90,7 @@ #define VAR_0x402F 0x402F #define VAR_ICE_STEP_COUNT 0x4030 -#define VAR_STARTER_MON 0x4031 +#define VAR_STARTER_MON 0x4031 // 0: Bulbasaur, 1: Squirtle, 2: Charmander #define VAR_0x4032 0x4032 #define VAR_ENIGMA_BERRY_AVAILABLE 0x4033 |