diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-24 16:25:50 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-24 16:45:00 -0400 |
commit | 1138ab2c4450c6aeac1941a346b0b26ff5fe5fd6 (patch) | |
tree | 3731a674b0b14628f509af913c3a3a026508173a /include/global.h | |
parent | 57f52e8fae45465ef7cb93f407a80ab6efd57ec8 (diff) |
Document pokedex.c, 1
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 96756b7a4..7b7ffdaaf 100644 --- a/include/global.h +++ b/include/global.h @@ -758,7 +758,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 |