diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-12-11 11:50:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-11 11:50:55 -0800 |
commit | 92b82fc616a26c9aad8afb2147240b85d5facd53 (patch) | |
tree | d78f9d27b33704a369b5604344c28aa3364d9740 /include/text.h | |
parent | 12ac981dd7b55014889a7cf70ed053559d9b3a83 (diff) | |
parent | b6387d8c43722676109dcf948503194ae44b7a7a (diff) |
Merge pull request #121 from marijnvdwerf/decompile/trainer-card-2
Continue decompiling trainer_card
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/text.h b/include/text.h index ad5313eed..d0d418eab 100644 --- a/include/text.h +++ b/include/text.h @@ -86,8 +86,8 @@ extern const struct WindowConfig gWindowConfig_81E6D54; extern const struct WindowConfig gWindowConfig_81E6D70; extern const struct WindowConfig gWindowConfig_81E6D8C; extern const struct WindowConfig gWindowConfig_81E6DA8; -extern const struct WindowConfig gWindowConfig_81E6DC4; -extern const struct WindowConfig gWindowConfig_81E6DE0; +extern const struct WindowConfig WindowConfig_TrainerCard_Back_Values; +extern const struct WindowConfig WindowConfig_TrainerCard_Back_Labels; extern const struct WindowConfig gWindowConfig_81E6DFC; extern const struct WindowConfig gWindowConfig_81E6E18; extern const struct WindowConfig gWindowConfig_81E6E34; |