summaryrefslogtreecommitdiff
path: root/include/constants/dungeon.h
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2022-03-13 17:48:04 -0700
committerSeth Barberee <seth.barberee@gmail.com>2022-03-13 17:48:04 -0700
commit3477f61cf2f983e5851f720386128a4410d9e131 (patch)
treebe01ce7d30de5a60b370017da0f35cbc02fa720f /include/constants/dungeon.h
parentaa939e0955ec683efb5dd963430eace695a26af9 (diff)
continue doing some more decomp
Diffstat (limited to 'include/constants/dungeon.h')
-rw-r--r--include/constants/dungeon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/constants/dungeon.h b/include/constants/dungeon.h
index 19f5340..6987c61 100644
--- a/include/constants/dungeon.h
+++ b/include/constants/dungeon.h
@@ -1,6 +1,8 @@
#ifndef GUARD_CONSTANTS_DUNGEON_H
#define GUARD_CONSTANTS_DUNGEON_H
+#define NUM_DUNGEON_MAZE (NUM_DUNGEONS - DUNGEON_NORMAL_MAZE_2)
+
enum Dungeon
{
DUNGEON_TINY_WOODS = 0,
@@ -101,6 +103,7 @@ enum Dungeon
DUNGEON_TEAM_RUMBLEROCK = 95,
DUNGEON_RESCUE_TEAM_2 = 96,
DUNGEON_RESCUE_TEAM_MAZE = 97,
+ NUM_DUNGEONS
};
#endif