Skip to content

Commit

Permalink
Spoiler Log Update
Browse files Browse the repository at this point in the history
Creates new spoiler log function that marks all locations for an item as obtained when obtaining an item that can be obtained in multiple spots/ways
  • Loading branch information
Tacoman369 committed Feb 11, 2024
1 parent 47d06c3 commit a5104f6
Show file tree
Hide file tree
Showing 2 changed files with 502 additions and 1 deletion.
1 change: 1 addition & 0 deletions code/include/rnd/spoiler_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ namespace rnd {
u8 SpoilerData_MagicBeansCheck(SpoilerItemLocation itemLoc);
u8 SpoilerData_GetIsItemLocationRevealed(u16 itemIndex);
u8 SpoilerLog_UpdateIngameLog(ItemOverride_Type type, u8 scene, u8 flag);
u8 SpoilerLog_CheckMultiLocationItems(ItemOverride_Type type, u8 scene, u8 flag);
} // namespace rnd

#endif // _RND_SPOILER_DATA_H_
Loading

0 comments on commit a5104f6

Please sign in to comment.