[WIP] Added jpn support

This commit is contained in:
KiritoDv
2023-09-18 03:41:13 -06:00
parent 48258f6a18
commit f6a5fc357b
23 changed files with 180 additions and 291 deletions
+4
View File
@@ -17,6 +17,10 @@
#include <PR/ucode.h>
#include <libultra/os.h>
#include <math.h>
#include "port/Engine.h"
#define GAME_VERSION GameEngine_GetGameVersion()
#define ROM_JP (GAME_VERSION == 0xE3DAA4E)
#ifdef _WIN32
#define bzero(b,len) (memset((b), '\0', (len)), (void) 0)