Fix another capitalisation error in the stage table
Should probably stick these fixes in FIX_BUGS at some point...
This commit is contained in:
parent
132f523510
commit
99474e4aef
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ const STAGE_TABLE gTMT[95] = {
|
|||
STAGE_ENTRY("Cent", "Cent", 1, "bkGreen", "Guest", "Cent", 0, "Plantation", "大農園"),
|
||||
STAGE_ENTRY("Jail", "Jail1", 4, "bk0", "Guest", "Cent", 0, "Jail No. 1", "第1牢"),
|
||||
STAGE_ENTRY("Jail", "Momo", 4, "bk0", "Guest", "0", 0, "Hideout", "カクレガ"),
|
||||
STAGE_ENTRY("Jail", "lounge", 4, "bk0", "Guest", "0", 0, "Rest Area", "‹xŒe<EFBFBD>Š"),
|
||||
STAGE_ENTRY("Jail", "Lounge", 4, "bk0", "Guest", "0", 0, "Rest Area", "‹xŒe<EFBFBD>Š"),
|
||||
STAGE_ENTRY("Store", "CentW", 4, "bk0", "Guest", "Cent", 0, "Teleporter", "転送室"),
|
||||
STAGE_ENTRY("Store", "Jail2", 4, "bk0", "Guest", "Cent", 0, "Jail No. 2", "第2牢"),
|
||||
STAGE_ENTRY("White", "Blcny1", 7, "bkFog", "Ravil", "Heri", 0, "Balcony", "バルコニー"),
|
||||
|
|
Loading…
Add table
Reference in a new issue