jpn-final: Get ROM fully matching

This commit is contained in:
Ryan Dwyer
2022-03-17 17:16:02 +10:00
parent 083ce19f74
commit 6d64ed3510
42 changed files with 16314 additions and 1746 deletions
+1 -1
View File
@@ -2883,7 +2883,7 @@
#define NUM_CHEATS 42
#define NUM_CYCLEABLE_WEAPONS 45
#define NUM_EXPLOSIONTYPES 26
#define NUM_FILES 2014
#define NUM_FILES (VERSION == VERSION_JPN_FINAL ? 2016 : 2014)
#define NUM_FIRESLOTS 20
#define NUM_MPBEAUHEADS 5
#define NUM_MPBOTCOMMANDS 14
+1 -1
View File
@@ -423,8 +423,8 @@ extern s32 g_SparksAreActive;
extern struct weatherdata *g_WeatherData;
extern s32 g_NextShardNum;
extern bool g_ShardsActive;
extern u32 var800800f0jf;
extern s32 g_ScaleX;
extern s32 var8007fac4;
extern struct font *g_FontNumeric;
extern struct fontchar *g_CharsNumeric;
extern struct font *g_FontHandelGothicXs;