summaryrefslogtreecommitdiff
path: root/src/subtask
diff options
context:
space:
mode:
authorCatobat <69204835+Catobat@users.noreply.github.com>2023-01-08 17:47:29 +0100
committerCatobat <69204835+Catobat@users.noreply.github.com>2023-01-08 17:47:29 +0100
commitc88f5cf280c290da3f33a280011fc200ae86dbcf (patch)
tree82fa73133d4aeaadcb92fe0715775c2298e07625 /src/subtask
parent8515634fa98120084c54de11d0d5eeeb8053ce5c (diff)
Names in KinstoneWorldEvent struct
Diffstat (limited to 'src/subtask')
-rw-r--r--src/subtask/subtaskLocalMapHint.c2
-rw-r--r--src/subtask/subtaskWorldEvent.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/subtask/subtaskLocalMapHint.c b/src/subtask/subtaskLocalMapHint.c
index 8f9bb133..7a86d5e4 100644
--- a/src/subtask/subtaskLocalMapHint.c
+++ b/src/subtask/subtaskLocalMapHint.c
@@ -38,7 +38,7 @@ void sub_080A6B04(void) {
sub_080A4DB8(6);
ptr = &gKinstoneWorldEvents[gFuseInfo.kinstoneId];
ptr2 = &gWorldEvents[ptr->worldEventId];
- bVar1 = ptr->unk7;
+ bVar1 = ptr->mapMarkerIcon;
uVar3 = ptr2->_c;
uVar4 = ptr2->_e;
uVar2 = sub_080A6A80(uVar3, uVar4)->_4;
diff --git a/src/subtask/subtaskWorldEvent.c b/src/subtask/subtaskWorldEvent.c
index bae3e921..0c7c5b5b 100644
--- a/src/subtask/subtaskWorldEvent.c
+++ b/src/subtask/subtaskWorldEvent.c
@@ -58,7 +58,7 @@ void Subtask_WorldEvent_Update(void) {
void Subtask_WorldEvent_End(void) {
MessageInitialize();
sub_0806F38C();
- if (gKinstoneWorldEvents[gFuseInfo.kinstoneId].unk7 != 0) {
+ if (gKinstoneWorldEvents[gFuseInfo.kinstoneId].mapMarkerIcon != 0) {
// Show the map hint.
MenuFadeIn(SUBTASK_LOCALMAPHINT, gUI.field_0x3);
} else {