Rename eeprom flags to savefile flags

This commit is contained in:
Ryan Dwyer
2019-12-31 09:11:48 +10:00
parent d466433cda
commit 8a85edb37a
21 changed files with 128 additions and 128 deletions
+4 -4
View File
@@ -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,