summaryrefslogtreecommitdiff
path: root/include/dungeon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dungeon.h')
-rw-r--r--include/dungeon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dungeon.h b/include/dungeon.h
index 96cc579..faf58e5 100644
--- a/include/dungeon.h
+++ b/include/dungeon.h
@@ -27,5 +27,6 @@ struct Dungeon
extern struct Dungeon gDungeons[];
extern struct DungeonName gDungeonNames[];
+const u8 *GetDungeonName1(u8 dungeon);
#endif //GUARD_DUNGEON_H