diff options
author | easyaspi314 (Devin) <easyaspi314@users.noreply.github.com> | 2019-09-05 14:28:56 -0400 |
---|---|---|
committer | easyaspi314 (Devin) <easyaspi314@users.noreply.github.com> | 2019-09-05 14:28:56 -0400 |
commit | dcd7c8a2412bf389b694b47892085b7684bca15e (patch) | |
tree | 91e5cfac2ab7355780e9ae4110918ed94c4e779f /src/debug/start_menu_debug.c | |
parent | 5829e033ee1ad771ca8ee05eb7b49f0d5b9c9516 (diff) |
Fix a mixup in the naming :(
Diffstat (limited to 'src/debug/start_menu_debug.c')
-rw-r--r-- | src/debug/start_menu_debug.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/debug/start_menu_debug.c b/src/debug/start_menu_debug.c index af26a60a6..940f21ac7 100644 --- a/src/debug/start_menu_debug.c +++ b/src/debug/start_menu_debug.c @@ -622,11 +622,11 @@ const struct { } gTestMenu_FieldStartNames[] = { {gTestMenuStr_Junichi, 0x0}, {gTestMenuStr_Daigoro, 0x0}, - {gTestMenuStr_Tetsuji, 0x1}, {gTestMenuStr_Valencia, 0x1}, - {gTestMenuStr_Harukomachi, 0x80}, - {gTestMenuStr_Raymond, 0x81}, - {gTestMenuStr_Tiffany, 0x0}, + {gTestMenuStr_Harukomachi, 0x1}, + {gTestMenuStr_Raymond, 0x80}, + {gTestMenuStr_Tiffany, 0x81}, + {gTestMenuStr_Tetsuji, 0x0}, {gTestMenuStr_KumaXChie, 0x1} }; |