Fix problems with Zelda's Letter & Weird Egg hatching (#6962)

This commit is contained in:
Philip Dubé
2026-07-22 12:24:31 +00:00
committed by GitHub
parent 6f14e7b162
commit d62c5879aa
8 changed files with 21 additions and 30 deletions
+1
View File
@@ -1080,6 +1080,7 @@ bool Inventory_HasEmptyBottleSlot(void);
s32 Inventory_HasSpecificBottle(u8 bottleItem);
void Inventory_UpdateBottleItem(PlayState* play, u8 item, u8 cButton);
s32 Inventory_ConsumeFairy(PlayState* play);
bool Inventory_HatchWeirdEgg(PlayState* play);
bool Inventory_HatchPocketCucco(PlayState* play);
void Interface_SetDoAction(PlayState* play, u16 action);
void Interface_SetNaviCall(PlayState* play, u16 naviCallState);