summaryrefslogtreecommitdiff
path: root/include/save.h
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-03-12 15:39:07 -0600
committerGitHub <noreply@github.com>2021-03-12 15:39:07 -0600
commit7b142311a7294c4c7a943870fa5f24f0fbea604a (patch)
treea1a9513c2f997cc8274af093803dd7d936e65ad0 /include/save.h
parentd72e17b5f5d795bebda2f6dc78dccb5e80c432b5 (diff)
Miscellaneous Work (Again) (#30)
* work on debug menu and document that and main menu * split, decomp, label more funcs * split exclusive pokemon data out into C * macro-ize exlusive pokemon data * decomp 2 more funcs * decomp a few more * finally match PromptNewQuestion * woot 7% aka more debug menu stuff
Diffstat (limited to 'include/save.h')
-rw-r--r--include/save.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/save.h b/include/save.h
index c5c409e..cbbd794 100644
--- a/include/save.h
+++ b/include/save.h
@@ -34,7 +34,7 @@ struct UnkStruct_203B184 {
/* 0x18 */ u32 unk18;
/* 0x1C */ u32 unk1C;
/* 0x20 */ u32 unk20;
- /* 0x24 */ u8 *unk24;
+ /* 0x24 */ u8 *ExclusivePokemon;
/* 0x28 */ u8 *BoughtFriendAreas;
/* 0x2C */ u32 unk2C;
/* 0x30 */ struct PlayTimeStruct *playTime;