summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2020-11-23 15:22:16 -0600
committerSeth Barberee <seth.barberee@gmail.com>2020-11-23 15:22:16 -0600
commit2582d7a8680e32493403d484c1990e1a63fb2015 (patch)
tree1994f24742ed525d9fcc7f5e31617f01e08f41c4 /include
parentfc7f14ab66ff8e23cd758a9435f8ac48e99ae75f (diff)
isemi-identified VRAM and split personality test funcs
Diffstat (limited to 'include')
-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