diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-12-15 18:06:42 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-15 18:06:42 -0600 |
commit | fb9a365dc6ddfebde03ac1ea3e770b30dbb5dbf2 (patch) | |
tree | 0960d1d78a4c4b758008cf7fbcab8048d1c371de /include/global.h | |
parent | 1ca3656d74faf8565e0f61b31a1cd3ab22a44706 (diff) | |
parent | 1d09216e4b776ed03daa83c66fd6600bc43f8d25 (diff) |
Merge pull request #448 from Meowsy/pokedex-documentation
Pokedex Documentation
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 3aee597de..e3792ac56 100644 --- a/include/global.h +++ b/include/global.h @@ -236,7 +236,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 |