Misc Changes (#306)

This commit is contained in:
Pheenoh
2023-03-07 18:03:46 -07:00
committed by GitHub
parent 6c2e18af70
commit f31ab5ae0b
89 changed files with 11095 additions and 1436 deletions
+9
View File
@@ -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];
};