From d535d0be9af06abee4db7c4c5e6ec1f5ff8d5f32 Mon Sep 17 00:00:00 2001 From: briaguya Date: Wed, 10 Aug 2022 11:21:10 -0400 Subject: [PATCH] make array big enough for all the checks --- soh/include/z64save.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/include/z64save.h b/soh/include/z64save.h index 8b434d81c..19f33bd08 100644 --- a/soh/include/z64save.h +++ b/soh/include/z64save.h @@ -175,7 +175,7 @@ typedef struct { /* 0x1422 */ s16 sunsSongState; // controls the effects of suns song /* 0x1424 */ s16 healthAccumulator; RandoSetting randoSettings[300]; - ItemLocationRando itemLocations[500]; + ItemLocationRando itemLocations[505]; HintLocationRando hintLocations[50]; char childAltarText[250]; char adultAltarText[750];