Describe the bug
In overlay 29, GUMMI_IQ_STRING_IDS and GUMMI_LIKE_STRING_IDS both point to NA 0x23532D0, creating a conflict.
To Reproduce
Open symbols/overlay29.yml and find GUMMI_IQ_STRING_IDS.
Expected behaviorGUMMI_IQ_STRING_IDS should have the correct address and not a duplicate.
Screenshots
N/A
Desktop environment
N/A
Additional context
The actual value within the ROM has a size of 8, which matches GUMMI_LIKE_STRING_IDS. GUMMI_IQ_STRING_IDS has a size of 0xA, so this one likely has a mislabeled address.
Describe the bug In overlay 29,
GUMMI_IQ_STRING_IDS
andGUMMI_LIKE_STRING_IDS
both point to NA 0x23532D0, creating a conflict.To Reproduce Open symbols/overlay29.yml and find
GUMMI_IQ_STRING_IDS
.Expected behavior
GUMMI_IQ_STRING_IDS
should have the correct address and not a duplicate.Screenshots N/A
Desktop environment N/A
Additional context The actual value within the ROM has a size of 8, which matches
GUMMI_LIKE_STRING_IDS
.GUMMI_IQ_STRING_IDS
has a size of 0xA, so this one likely has a mislabeled address.