Decomped IsFixedDungeon()

This commit is contained in:
AnonymousRandomPerson
2022-01-25 23:24:14 -05:00
parent 42909d0333
commit f2457501ee
6 changed files with 1353 additions and 1347 deletions

7
include/dungeon_engine.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef GUARD_DUNGEON_ENGINE_H
#define GUARD_DUNGEON_ENGINE_H
// 0x441E8
bool8 IsFixedDungeon();
#endif