summaryrefslogtreecommitdiff
path: root/include/Save
diff options
context:
space:
mode:
authorAetias <144526980+AetiasHax@users.noreply.github.com>2026-05-04 22:07:42 +0200
committerGitHub <noreply@github.com>2026-05-04 22:07:42 +0200
commitb44496319d3027a625fcf876cf22e467720355df (patch)
tree4eff75d3a7855824487f1e87c99394640fb3387d /include/Save
parentfe6681a298f089c5bbbee077ad9c06dc801df476 (diff)
ActorShopItem 98% (#151)
* ActorShopItem 93% * Fix build * Add missing symbols to usa * Document BMG message ID functions * Create bmg.py for inspecting BMG files * ActorShopItem 98% * Match func_ov031_0217dfec * Port reloc changes to usa * Make `ModelRender::GetLcdcAddress` non-const
Diffstat (limited to 'include/Save')
-rw-r--r--include/Save/AdventureFlags.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/Save/AdventureFlags.hpp b/include/Save/AdventureFlags.hpp
index 72c7f0f1..f4c550a0 100644
--- a/include/Save/AdventureFlags.hpp
+++ b/include/Save/AdventureFlags.hpp
@@ -25,6 +25,15 @@ enum AdventureFlag_ {
/* 0x0030 */ AdventureFlag_Cannon = FLAG(1, 16),
/* 0x0033 */ AdventureFlag_RegalNecklace = FLAG(1, 19),
+ /* 0x0067 */ AdventureFlag_Unk_103 = FLAG(3, 7),
+ /* 0x0068 */ AdventureFlag_Unk_104 = FLAG(3, 8),
+ /* 0x0069 */ AdventureFlag_Unk_105 = FLAG(3, 9),
+ /* 0x006A */ AdventureFlag_Unk_106 = FLAG(3, 10),
+ /* 0x006B */ AdventureFlag_Unk_107 = FLAG(3, 11),
+ /* 0x006C */ AdventureFlag_Unk_108 = FLAG(3, 12),
+ /* 0x006D */ AdventureFlag_Unk_109 = FLAG(3, 13),
+ /* 0x0071 */ AdventureFlag_Unk_113 = FLAG(3, 17),
+
/* 0x007A */ AdventureFlag_CourageCrest = FLAG(3, 26),
/* 0x007D */ AdventureFlag_Azurine = FLAG(3, 29),
/* 0x007E */ AdventureFlag_Crimsonine = FLAG(3, 30),