summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-03-30 13:11:51 -0500
committerGitHub <noreply@github.com>2021-03-30 13:11:51 -0500
commita2d206665c6fffbd962375f262b7fbb05c7b7478 (patch)
tree6710109c4d9098b74da68ca8f18024d6c184ebc2 /include/constants
parent2fd4f339b42c010191c199772b09ac34c580de94 (diff)
Move some data and Splitting (#32)
* move friend area settings to src * split out playtime into different C file and decomp a few more funcs * time -> play_time * fix include * split out more wonder mail stuff * unify 203B2C0 and unkDungeon structs. snuck in a decomp func too * split out more menu screens * work some more on trade items * doc a few more things * add a close nonmatch and decomp nullsub and small func * rollback struct attempt since it causes nonmatchings * only one func left in asm * death to trade_item asm and unify into one C file * more docing and cleanup * label main menu and trade items menu global menu struct * doc itemMode
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/friend_area.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/constants/friend_area.h b/include/constants/friend_area.h
index 061e1ae..4692f89 100644
--- a/include/constants/friend_area.h
+++ b/include/constants/friend_area.h
@@ -4,6 +4,12 @@
#define NUM_FRIEND_AREAS 58
+// Unlock Condition
+#define UNLOCK_SHOP_STORY 0
+#define UNLOCK_SHOP_POST_GAME 1
+#define UNLOCK_WONDER_MAIL 2
+#define UNLOCK_LEGENDARY_REQUEST 3
+
#define NONE 0
#define BOUNTIFUL_SEA 1
#define TREASURE_SEA 2
@@ -11,7 +17,7 @@
#define DEEP_SEA_FLOOR 4
#define DEEP_SEA_CURRENT 5
#define SEAFLOOR_CAVE 6
-#define SHALLOW_CAVE 7
+#define SHALLOW_BEACH 7
#define MT_DEEPGREEN 8
#define MT_CLEFT 9
#define MT_MOONVIEW 10