mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-16 00:22:10 +01:00
Dynamic ordering for options names
This commit is contained in:
parent
1be131f843
commit
5092ad376d
@ -87,13 +87,13 @@ static const u8 sEqualSignGfx[] = INCBIN_U8("graphics/misc/option_menu_equals_si
|
|||||||
|
|
||||||
static const u8 *const sOptionMenuItemsNames[MENUITEM_COUNT] =
|
static const u8 *const sOptionMenuItemsNames[MENUITEM_COUNT] =
|
||||||
{
|
{
|
||||||
gText_TextSpeed,
|
[MENUITEM_TEXTSPEED] = gText_TextSpeed,
|
||||||
gText_BattleScene,
|
[MENUITEM_BATTLESCENE] = gText_BattleScene,
|
||||||
gText_BattleStyle,
|
[MENUITEM_BATTLESTYLE] = gText_BattleStyle,
|
||||||
gText_Sound,
|
[MENUITEM_SOUND] = gText_Sound,
|
||||||
gText_ButtonMode,
|
[MENUITEM_BUTTONMODE] = gText_ButtonMode,
|
||||||
gText_Frame,
|
[MENUITEM_FRAMETYPE] = gText_Frame,
|
||||||
gText_OptionMenuCancel,
|
[MENUITEM_CANCEL] = gText_OptionMenuCancel,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct WindowTemplate sOptionMenuWinTemplates[] =
|
static const struct WindowTemplate sOptionMenuWinTemplates[] =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user