diff options
author | shinny456 <shinny456@users.noreply.github.com> | 2019-01-19 10:44:58 -0500 |
---|---|---|
committer | shinny456 <shinny456@users.noreply.github.com> | 2019-01-19 10:44:58 -0500 |
commit | 1b30da21d9a0f1264ba3649e725ac1a62eca3e3a (patch) | |
tree | 3105ab0101ffd0768589279130163a971c8365ca /src/script_menu.c | |
parent | 8a5fce7837b7314adb9bf6996ef06c009e853c29 (diff) | |
parent | 6857b73ee348b16ecbd11d3dd12de022c08af3a5 (diff) |
merge trainer hill changes
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); |