mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
fix seed hash icon corruption
This commit is contained in:
parent
de67b0b13c
commit
47f152b5ec
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ typedef struct {
|
|||
/* 0x1420 */ s16 worldMapArea;
|
||||
/* 0x1422 */ s16 sunsSongState; // controls the effects of suns song
|
||||
/* 0x1424 */ s16 healthAccumulator;
|
||||
ItemLocation itemLocations[266];
|
||||
ItemLocation itemLocations[700];
|
||||
Sprite seedIcons[5];
|
||||
} SaveContext; // size = 0x1428
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue