match remaining data, use defines and document IsNotValidDungeon

This commit is contained in:
Seth Barberee
2024-03-10 17:37:59 -07:00
parent 6a4d257723
commit e6e032124d
6 changed files with 61 additions and 33 deletions

View File

@@ -47,6 +47,6 @@ void PrintDungeonLocationtoBuffer(u8 *buffer, DungeonLocation *dungeonLocation);
u32 sub_80908D8(DungeonLocation *dungeon);
u8 sub_8090910(DungeonLocation *dungeon, u32 param_2);
bool8 sub_809095C(u8 dungeon);
bool8 IsNotValidDungeon(u8 dungeon);
#endif // GUARD_DUNGEON_H