mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-24 07:05:34 -07:00
Increase size of randomizerInf
This commit is contained in:
parent
c76ff719f4
commit
dc9eeb18d9
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ typedef struct {
|
||||||
char ganonHintText[150];
|
char ganonHintText[150];
|
||||||
char ganonText[250];
|
char ganonText[250];
|
||||||
u8 seedIcons[5];
|
u8 seedIcons[5];
|
||||||
u16 randomizerInf[2];
|
u16 randomizerInf[4];
|
||||||
u8 temporaryWeapon;
|
u8 temporaryWeapon;
|
||||||
u16 adultTradeItems;
|
u16 adultTradeItems;
|
||||||
} SaveContext; // size = 0x1428
|
} SaveContext; // size = 0x1428
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue