mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-29 10:30:51 -04:00
ntsc-beta: Get rodata segment matching again
This commit is contained in:
@@ -3945,10 +3945,10 @@ enum weaponnum {
|
||||
/*0x4b*/ WEAPON_KEYCARD4B,
|
||||
/*0x4c*/ WEAPON_KEYCARD4C,
|
||||
/*0x4d*/ WEAPON_SUITCASE,
|
||||
#if VERSION >= VERSION_NTSC_1_0
|
||||
/*0x4e*/ WEAPON_BRIEFCASE,
|
||||
#if VERSION >= VERSION_NTSC_1_0
|
||||
/*0x4f*/ WEAPON_SHIELDTECHITEM,
|
||||
#endif
|
||||
/*0x4f*/ WEAPON_SHIELD,
|
||||
/*0x50*/ WEAPON_NECKLACE,
|
||||
/*0x51*/ WEAPON_HAMMER,
|
||||
/*0x52*/ WEAPON_SCREWDRIVER,
|
||||
@@ -3965,10 +3965,6 @@ enum weaponnum {
|
||||
/*0x5d*/ WEAPON_SUICIDEPILL
|
||||
};
|
||||
|
||||
#if VERSION < VERSION_NTSC_1_0
|
||||
#define WEAPON_BRIEFCASE WEAPON_SUITCASE
|
||||
#endif
|
||||
|
||||
#define WEAPONCLASSFLAG_MANUALZOOM 0x00000001
|
||||
#define WEAPONCLASSFLAG_AUTOAIM 0x00000002
|
||||
#define WEAPONCLASSFLAG_00000004 0x00000004
|
||||
|
||||
Reference in New Issue
Block a user