mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-02 17:52:49 -04:00
Rename eeprom flags to savefile flags
This commit is contained in:
@@ -14533,10 +14533,10 @@ bool (*g_CommandPointers[])(void) = {
|
||||
/*0x018d*/ aiActivateLift,
|
||||
/*0x018e*/ aiMiniSkedarTryPounce,
|
||||
/*0x018f*/ aiIfObjectDistanceToPadLessThan,
|
||||
/*0x0190*/ aiEepromSet,
|
||||
/*0x0191*/ aiEepromUnset,
|
||||
/*0x0192*/ aiIfEepromSet,
|
||||
/*0x0193*/ aiIfEepromUnset,
|
||||
/*0x0190*/ aiSetSavefileFlag,
|
||||
/*0x0191*/ aiUnsetSavefileFlag,
|
||||
/*0x0192*/ aiIfSavefileFlagIsSet,
|
||||
/*0x0193*/ aiIfSavefileFlagIsUnset,
|
||||
/*0x0194*/ NULL,
|
||||
/*0x0195*/ NULL,
|
||||
/*0x0196*/ NULL,
|
||||
|
||||
Reference in New Issue
Block a user