Skip to content

Commit

Permalink
Fix GUMMI_IQ_STRING_IDS address (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostbyte0x70 authored Nov 30, 2023
1 parent f47dc52 commit 39f8366
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion headers/data/overlay29.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ extern int32_t ATK_STAT_IDX;
extern int32_t ROLLOUT_DAMAGE_MULT_TABLE[10];
extern struct rgba MAP_COLOR_TABLE[9];
extern bool CORNER_CARDINAL_NEIGHBOR_IS_OPEN[4][8];
extern int16_t GUMMI_IQ_STRING_IDS[5];
extern int16_t GUMMI_LIKE_STRING_IDS[4];
extern int16_t GUMMI_IQ_STRING_IDS[5];
extern int16_t DAMAGE_STRING_IDS[27];
extern struct dungeon* DUNGEON_PTR;
extern struct dungeon* DUNGEON_PTR_MASTER;
Expand Down
16 changes: 9 additions & 7 deletions symbols/overlay29.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9045,20 +9045,22 @@ overlay29:
Note that this array is only used for the cardinal directions. The elements at odd indexes are unused and unconditionally set to 0.
This array is used by the dungeon generation algorithm when generating room imperfections. See GenerateRoomImperfections.
- name: GUMMI_IQ_STRING_IDS
address:
EU: 0x2353EE0
NA: 0x23532D0
length:
NA: 0xA
description: "List that holds the message IDs for how much a monster's IQ was raised by in decreasing order."
- name: GUMMI_LIKE_STRING_IDS
address:
EU: 0x2353EE0
NA: 0x23532D0
length:
EU: 0x8
NA: 0x8
description: List that holds the message IDs for how much a monster liked a gummi in decreasing order.
- name: GUMMI_IQ_STRING_IDS
address:
EU: 0x2353F3C
NA: 0x2353324
length:
EU: 0xA
NA: 0xA
description: "List that holds the message IDs for how much a monster's IQ was raised by in decreasing order."
- name: DAMAGE_STRING_IDS
address:
EU: 0x2353F48
Expand Down

0 comments on commit 39f8366

Please sign in to comment.