Fix anchor get item crash (#6678)

* remove Roc's GID and prevent OOB from prior versions

* change OOB gi to stone of agony
This commit is contained in:
A Green Spoon
2026-06-03 22:34:50 -04:00
committed by GitHub
parent ec27775e81
commit 1ee0f5a654
3 changed files with 5 additions and 5 deletions
+2 -3
View File
@@ -594,9 +594,8 @@ typedef enum {
/* 0x7A */ GID_SONG_TIME,
/* 0x7B */ GID_SONG_STORM,
/* 0x7C */ GID_TRIFORCE_PIECE,
/* 0x7D */ GID_ROCS_FEATHER,
/* 0x7E */ GID_FISHING_POLE,
/* 0x7F */ GID_MAXIMUM
/* 0x7D */ GID_FISHING_POLE,
/* 0x7E */ GID_MAXIMUM
} GetItemDrawID;