summaryrefslogtreecommitdiff
path: root/include/d/save
diff options
context:
space:
mode:
authorTrueffel <106771418+Trueffeloot@users.noreply.github.com>2024-03-31 09:09:48 +0200
committerGitHub <noreply@github.com>2024-03-31 10:09:48 +0300
commit4cbf3e121bd5e477cd06ecb1d3a940199ec3d3db (patch)
treee4da7b540b279282992348d361ee939c0fb39ead /include/d/save
parenta42689be4737f4885ee698cf3ec8b7de6b40170d (diff)
Some documentation on d_menu_fishing (#2115)
* d_menu_fishing documentation pass * some changes on d_menu_ring and d_menu_skill
Diffstat (limited to 'include/d/save')
-rw-r--r--include/d/save/d_save.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/d/save/d_save.h b/include/d/save/d_save.h
index df8e54c8fd..bb52c2437b 100644
--- a/include/d/save/d_save.h
+++ b/include/d/save/d_save.h
@@ -33,6 +33,12 @@
#define WALLET_MAX 300
#define BIG_WALLET_MAX 600
#define GIANT_WALLET_MAX 1000
+#define MAX_FINDABLE_FISHES 6
+
+enum ButtonIndexes {
+ /* 0 */ A_BUTTON,
+ /* 1 */ B_BUTTON,
+};
enum Wallets {
/* 0x0 */ WALLET,