ensure itemlocations is big enough for every check

This commit is contained in:
briaguya
2022-08-10 11:39:10 -04:00
parent d535d0be9a
commit f5d7955547
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ typedef struct {
/* 0x1422 */ s16 sunsSongState; // controls the effects of suns song
/* 0x1424 */ s16 healthAccumulator;
RandoSetting randoSettings[300];
ItemLocationRando itemLocations[505];
ItemLocationRando itemLocations[RC_MAX];
HintLocationRando hintLocations[50];
char childAltarText[250];
char adultAltarText[750];