mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-13 15:08:03 -05:00
make array big enough for all the checks
This commit is contained in:
parent
35f69f6fd6
commit
d535d0be9a
@ -175,7 +175,7 @@ typedef struct {
|
|||||||
/* 0x1422 */ s16 sunsSongState; // controls the effects of suns song
|
/* 0x1422 */ s16 sunsSongState; // controls the effects of suns song
|
||||||
/* 0x1424 */ s16 healthAccumulator;
|
/* 0x1424 */ s16 healthAccumulator;
|
||||||
RandoSetting randoSettings[300];
|
RandoSetting randoSettings[300];
|
||||||
ItemLocationRando itemLocations[500];
|
ItemLocationRando itemLocations[505];
|
||||||
HintLocationRando hintLocations[50];
|
HintLocationRando hintLocations[50];
|
||||||
char childAltarText[250];
|
char childAltarText[250];
|
||||||
char adultAltarText[750];
|
char adultAltarText[750];
|
||||||
|
Loading…
Reference in New Issue
Block a user