Renamed VERSION_JPN to VERSION_JP
Added the new game versions to the readme
This commit is contained in:
parent
0c3008d2e3
commit
9f21fff0bd
10 changed files with 47 additions and 44 deletions
|
|
@ -35,7 +35,7 @@ s32 saveExecF;
|
|||
u8 curBoxNo;
|
||||
s16 curSlotNo;
|
||||
|
||||
#if VERSION_JPN
|
||||
#if VERSION_JP
|
||||
static u8 commentTbl[2][32] = { "マリオパーティ4", "??月??日 データ?です。" };
|
||||
static u8 sjisNumTbl[20] = "0123456789";
|
||||
#else
|
||||
|
|
@ -48,7 +48,7 @@ s32 SaveEnableF = 1;
|
|||
|
||||
static char *SlotNameTbl[] = { "A", "B" };
|
||||
|
||||
#if VERSION_JPN
|
||||
#if VERSION_JP
|
||||
static char *slotIconMesTbl[] = { "\x0E\x16", "\x0E\x17" };
|
||||
static u8 sjisSpace[] = " ";
|
||||
#endif
|
||||
|
|
@ -498,7 +498,7 @@ s32 SLSave(void)
|
|||
#define SAVEWIN_POS 120
|
||||
#endif
|
||||
|
||||
#if VERSION_JPN
|
||||
#if VERSION_JP
|
||||
#define SAVEWIN_MESS slotIconMesTbl
|
||||
#else
|
||||
#define SAVEWIN_MESS SlotNameTbl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue