diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-20 22:12:40 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-20 22:12:40 -0500 |
commit | e54b3427db443f40cc07da650f64c1573ae0d4a0 (patch) | |
tree | af85b2d6e19e500806df423fc742c2d3a4a49d9c /include | |
parent | 60a19d681cda14c4ebeab5d18a98e3b07a5e93a3 (diff) |
Decomped IsBossBattle()
Diffstat (limited to 'include')
-rw-r--r-- | include/dungeon_engine.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dungeon_engine.h b/include/dungeon_engine.h index f987b11..d2be40b 100644 --- a/include/dungeon_engine.h +++ b/include/dungeon_engine.h @@ -1,6 +1,8 @@ #ifndef GUARD_DUNGEON_ENGINE_H #define GUARD_DUNGEON_ENGINE_H +// 0x441BC +bool8 IsBossBattle(); // 0x441E8 bool8 IsFixedDungeon(); |