diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2019-01-14 14:18:29 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-14 14:18:29 -0600 |
commit | b4b4fb951a588dd50b4589efea11d1a17fd88342 (patch) | |
tree | 8bce21f083717e8b39df833136fdab956673001b /src/script_menu.c | |
parent | e13895e58ab38c8adbde1e572068692e8ee5ee35 (diff) | |
parent | 87763d133fadac8270dab0cba3d964a47b5b0dd2 (diff) |
Merge pull request #519 from DizzyEggg/trainer_hill
Trainer Hill
Diffstat (limited to 'src/script_menu.c')
-rw-r--r-- | src/script_menu.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/script_menu.c b/src/script_menu.c index d415d65a9..a4f4c6086 100644 --- a/src/script_menu.c +++ b/src/script_menu.c @@ -782,10 +782,10 @@ const struct MenuAction MultichoiceList_112[] = const struct MenuAction MultichoiceList_113[] = { - {gUnknown_085EB32D, NULL}, - {gUnknown_085EB33E, NULL}, - {gUnknown_085EB350, NULL}, - {gUnknown_085EB361, NULL}, + {gText_NormalTagMatch, NULL}, + {gText_VarietyTagMatch, NULL}, + {gText_UniqueTagMatch, NULL}, + {gText_ExpertTagMatch, NULL}, {gText_Exit, NULL}, }; @@ -1407,7 +1407,7 @@ static void sub_80E2578(void) for (i = 0; i < ARRAY_COUNT(gUnknown_03001124); i++) { - gUnknown_03001124[i] |= 0xFF; + gUnknown_03001124[i] = 0xFF; } GetFontAttribute(1, FONTATTR_MAX_LETTER_WIDTH); |