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
|
|
@ -54,7 +54,7 @@ void GWInit(void)
|
|||
_InitFlag();
|
||||
GWErase();
|
||||
InitPlayerConfig();
|
||||
#if VERSION_JPN
|
||||
#if VERSION_JP
|
||||
GWGameStat.language = 0;
|
||||
#elif VERSION_ENG
|
||||
GWGameStat.language = 1;
|
||||
|
|
@ -131,7 +131,7 @@ void GWGameStatReset(void)
|
|||
GameStat *game_stat = &GWGameStatDefault;
|
||||
memset(game_stat, 0, sizeof(GameStat));
|
||||
game_stat->unk_00 = 0;
|
||||
#if VERSION_JPN
|
||||
#if VERSION_JP
|
||||
game_stat->language = 0;
|
||||
#elif VERSION_ENG
|
||||
game_stat->language = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue