mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-19 14:13:40 -04:00
Use randomizerInf
This commit is contained in:
@@ -261,5 +261,6 @@ extern GraphicsContext* __gfxCtx;
|
||||
#define SEG_ADDR(seg, addr) (addr | (seg << 24) | 1)
|
||||
|
||||
#define NUM_TRIALS 6
|
||||
#define NUM_SHOP_ITEMS 64
|
||||
|
||||
#endif
|
||||
|
||||
@@ -183,8 +183,7 @@ typedef struct {
|
||||
char ganonHintText[150];
|
||||
char ganonText[250];
|
||||
u8 seedIcons[5];
|
||||
u16 randomizerInf[4];
|
||||
u8 shopItemsPurchased[48];
|
||||
u16 randomizerInf[8];
|
||||
u8 temporaryWeapon;
|
||||
u16 adultTradeItems;
|
||||
} SaveContext; // size = 0x1428
|
||||
|
||||
Reference in New Issue
Block a user