From d7ece32bbb2bea984783a71612c2c07dc2672a9d Mon Sep 17 00:00:00 2001 From: Pheenoh Date: Sun, 3 Jan 2021 04:22:09 -0500 Subject: dSv_info_c::revSwitch OK --- include/d/d_save/d_save/d_save.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include') 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); -- cgit v1.2.3