diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-26 14:07:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-26 14:07:48 -0500 |
commit | e3447d23664117985dd882698a2c0badfb2ac212 (patch) | |
tree | 58e224842c27d9c4ceb644ec63f42e809e81c048 /include | |
parent | 13f14218e139f4a552dd88dc1049e958005597d9 (diff) | |
parent | 44c9109c2a04fbbf01268f53f0f4a57174563fb1 (diff) |
Merge pull request #269 from GriffinRichards/doc-pallet
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 |