summaryrefslogtreecommitdiff
path: root/include/d/save
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2023-03-07 18:03:46 -0700
committerGitHub <noreply@github.com>2023-03-07 18:03:46 -0700
commitf31ab5ae0be3de6e0910b2d5942e33458be043ac (patch)
tree4fbfdeda4e8bfac575a81ab9d4eaa79530ea35c5 /include/d/save
parent6c2e18af70dcc392b49cacf77fdb6ff8a164c0a5 (diff)
Misc Changes (#306)
Diffstat (limited to 'include/d/save')
-rw-r--r--include/d/save/d_save.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/d/save/d_save.h b/include/d/save/d_save.h
index 8071645b43..b008503a7a 100644
--- a/include/d/save/d_save.h
+++ b/include/d/save/d_save.h
@@ -24,6 +24,7 @@
#define SWITCH_ONE_ZONE_MAX 0x10
#define ITEM_ZONE_MAX 0x20
#define ITEM_ONE_ZONE_MAX 0x10
+#define QUEST_LOG_SIZE 0xA94
enum Wallets {
/* 0x0 */ WALLET,
@@ -1134,11 +1135,19 @@ private:
class dSv_event_flag_c {
public:
+ enum {
+ #include "d/save/d_save_bit_labels.inc"
+ };
+
static u16 saveBitLabels[822];
};
class dSv_event_tmp_flag_c {
public:
+ enum {
+ #include "d/save/d_save_temp_bit_labels.inc"
+ };
+
static u16 const tempBitLabels[185];
};