From 1138ab2c4450c6aeac1941a346b0b26ff5fe5fd6 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 24 Jun 2021 16:25:50 -0400 Subject: Document pokedex.c, 1 --- include/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/global.h') 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 -- cgit v1.2.3