diff options
| author | Pheenoh <pheenoh@gmail.com> | 2021-01-03 04:22:09 -0500 |
|---|---|---|
| committer | Pheenoh <pheenoh@gmail.com> | 2021-01-03 04:22:09 -0500 |
| commit | d7ece32bbb2bea984783a71612c2c07dc2672a9d (patch) | |
| tree | fbfd42d2d86b44e75f0223cce545306f5c7c13ae /include | |
| parent | 777bf2d3eb7d8b83b6dcac697d9be66960f784f8 (diff) | |
dSv_info_c::revSwitch OK
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/d_save/d_save/d_save.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/d/d_save/d_save/d_save.h b/include/d/d_save/d_save/d_save.h index 8701aa2aba..cef7bfafaa 100644 --- a/include/d/d_save/d_save/d_save.h +++ b/include/d/d_save/d_save/d_save.h @@ -673,7 +673,7 @@ public: void onSwitch(int); void offSwitch(int); BOOL isSwitch(int) const; - u8 revSwitch(int); + BOOL revSwitch(int); void onItem(int); BOOL isItem(int) const; void onDungeonItem(int); @@ -747,7 +747,7 @@ public: void onSwitch(int); void offSwitch(int); BOOL isSwitch(int) const; - bool revSwitch(int); + BOOL revSwitch(int); void onItem(int); BOOL isItem(int) const; @@ -768,11 +768,11 @@ public: void onSwitch(int); void offSwitch(int); BOOL isSwitch(int) const; - bool revSwitch(int); + BOOL revSwitch(int); void onOneSwitch(int); void offOneSwitch(int); BOOL isOneSwitch(int) const; - bool revOneSwitch(int); + BOOL revOneSwitch(int); void onItem(int); BOOL isItem(int) const; void onOneItem(int); @@ -879,7 +879,7 @@ public: void onSwitch(int, int); void offSwitch(int, int); BOOL isSwitch(int, int) const; - u8 revSwitch(int, int); + BOOL revSwitch(int, int); void onItem(int, int); BOOL isItem(int, int) const; void onActor(int, int); |
