diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-11-26 12:51:11 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-11-26 12:57:31 -0800 |
commit | 8ad0f966993f4b87fcf30ddc217400164550f193 (patch) | |
tree | e8b10e61488d0c39ab91011dd3ca2a8adfdc54a8 /include | |
parent | fee28d4e554d229ddf2585bd103a52953f7cc566 (diff) |
Move summary_screen data into src
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon_summary_screen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h index 187948d8a..99af37f69 100644 --- a/include/pokemon_summary_screen.h +++ b/include/pokemon_summary_screen.h @@ -52,8 +52,8 @@ struct PokemonSummaryScreenStruct /*0x7A*/ u8 switchMoveIndex; /*0x7B*/ bool8 disableMoveOrderEditing; /*0x7C*/ u16 moveToLearn; - /*0x7E*/ u8 headerTextId; // used as index into gUnknown_083C1068 - /*0x7F*/ u8 headerActionTextId; // used as index into gUnknown_083C1068 + /*0x7E*/ u8 headerTextId; // used as index into sPageHeaderTexts + /*0x7F*/ u8 headerActionTextId; // used as index into sPageHeaderTexts /*0x80*/ u8 bgToggle; /*0x84*/ TaskFunc unk84; }; |