diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-12-14 22:14:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-14 22:14:50 -0500 |
commit | d064611e623bc21f148356f06c916eaebce1e971 (patch) | |
tree | 03cd64704bb3eb57ff9223bff1fbc0a29af16585 /include/global.h | |
parent | f12824e3b1643f86599e2c03c96b752a87a73746 (diff) | |
parent | 3301c8ff1d852ab95a6607783500beaa96c807bd (diff) |
Merge pull request #181 from PikalaxALT/pokedex_screen
Pokedex screen
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/global.h b/include/global.h index 219c09c62..9df153270 100644 --- a/include/global.h +++ b/include/global.h @@ -765,9 +765,8 @@ struct SaveBlock1 /*0x3120*/ struct MEventBuffers mysteryEventBuffers; /*0x348C*/ u8 filler_348C[400]; /*0x361C*/ struct RamScript ramScript; - /*0x3A08*/ u8 filler3A08[12]; - /*0x3A14*/ u8 seen2[DEX_FLAGS_NO]; - /*0x3A48*/ u8 filler_3a48[4]; + /*0x3A08*/ u8 filler3A08[16]; + /*0x3A18*/ u8 seen2[DEX_FLAGS_NO]; /*0x3A4C*/ u8 rivalName[PLAYER_NAME_LENGTH]; /*0x3A54*/ struct FameCheckerSaveData fameChecker[NUM_FAMECHECKER_PERSONS]; /*0x3A94*/ u8 filler3A94[0x204]; |