mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 18:48:04 -07:00
Autosave improvements (#1247)
* Autosave improvements * Update soh/src/code/z_play.c * Removes a line break in building.md Co-authored-by: Kenix3 <kenixwhisperwind@gmail.com>
This commit is contained in:
parent
b54f6daa27
commit
5d2b5559c8
7 changed files with 125 additions and 48 deletions
|
@ -1056,6 +1056,7 @@ void func_80084BF4(GlobalContext* globalCtx, u16 flag);
|
|||
u8 Item_Give(GlobalContext* globalCtx, u8 item);
|
||||
u16 Randomizer_Item_Give(GlobalContext* globalCtx, GetItemEntry giEntry);
|
||||
u8 Item_CheckObtainability(u8 item);
|
||||
void PerformAutosave(GlobalContext* globalCtx, u8 item);
|
||||
void Inventory_DeleteItem(u16 item, u16 invSlot);
|
||||
s32 Inventory_ReplaceItem(GlobalContext* globalCtx, u16 oldItem, u16 newItem);
|
||||
s32 Inventory_HasEmptyBottle(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue