mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-24 08:41:21 -04:00
Decompile filesInit
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user