ntsc-beta: Get rodata segment matching again

This commit is contained in:
Ryan Dwyer
2021-10-24 20:28:29 +10:00
parent 1c1278a8c3
commit b8ec28bd12
8 changed files with 70 additions and 105 deletions
+2 -6
View File
@@ -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