Decompile filesInit

This commit is contained in:
Ryan Dwyer
2022-08-04 23:26:16 +10:00
parent 044537c4e8
commit 4e35c03150
3 changed files with 27 additions and 121 deletions
-1
View File
@@ -2952,7 +2952,6 @@
#define NUM_CHEATS 42
#define NUM_CYCLEABLE_WEAPONS 45
#define NUM_EXPLOSIONTYPES 26
#define NUM_FILES (VERSION == VERSION_JPN_FINAL ? 2016 : 2014)
#define NUM_FIRESLOTS 20
#define NUM_MPBEAUHEADS 5
#define NUM_MPBOTCOMMANDS 14
+8
View File
@@ -2013,3 +2013,11 @@
#define FILE_ASAUCEREXP1M 0x07dd
#define FILE_PJPNLOGO 0x07de
#define FILE_PJPNPD 0x07df
#if VERSION >= VERSION_JPN_FINAL
#define NUM_FILES 2016
#elif VERSION >= VERSION_NTSC_1_0
#define NUM_FILES 2014
#else
#define NUM_FILES 2013
#endif