diff options
author | Meowsy <Meowsy@users.noreply.github.com> | 2018-12-15 15:12:28 -0500 |
---|---|---|
committer | Meowsy <Meowsy@users.noreply.github.com> | 2018-12-15 15:12:28 -0500 |
commit | bc11a4a9f4233ce5795f5181729862b26d899f60 (patch) | |
tree | cd2a7e9c04193325bf566a09f85d6dfa5a6fb8bf /include/global.h | |
parent | 58ca87acccb91e5d439f3af632a2f218f31937d1 (diff) |
Document various things relating to the Pokedex.
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 33a31bf4d..8395d5943 100644 --- a/include/global.h +++ b/include/global.h @@ -230,7 +230,7 @@ struct Time struct Pokedex { /*0x00*/ u8 order; - /*0x01*/ u8 unknown1; + /*0x01*/ u8 mode; /*0x02*/ u8 nationalMagic; // must equal 0xDA in order to have National mode /*0x03*/ u8 unknown2; /*0x04*/ u32 unownPersonality; // set when you first see Unown |