Split Japanese DOL till saveload.c

Renamed VERSION_JAP to VERSION_JPN because it might be offensive for some
This commit is contained in:
dbalatoni13 2024-11-26 16:48:31 +01:00
parent b47cadcf21
commit 3b50a4bdb7
9 changed files with 87 additions and 97 deletions

View file

@ -9,7 +9,7 @@
#define VERSION_ENG (VERSION == VERSION_NO_ENG0 || VERSION == VERSION_NO_ENG1)
#define VERSION_PAL (VERSION == VERSION_NO_PAL0 || VERSION == VERSION_NO_PAL2)
#define VERSION_JAP (VERSION == VERSION_NO_JAP)
#define VERSION_JPN (VERSION == VERSION_NO_JAP)
#define VERSION_NTSC (!VERSION_PAL)
#define VERSION_REV0 (VERSION == VERSION_NO_ENG0 || VERSION == VERSION_NO_PAL0 || VERSION == VERSION_NO_JAP)