summaryrefslogtreecommitdiff
path: root/include
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 /include
parent8515634fa98120084c54de11d0d5eeeb8053ce5c (diff)
Names in KinstoneWorldEvent struct
Diffstat (limited to 'include')
-rw-r--r--include/kinstone.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/kinstone.h b/include/kinstone.h
index 0b889f13..a5c20d44 100644
--- a/include/kinstone.h
+++ b/include/kinstone.h
@@ -23,13 +23,13 @@ extern FuseInfo gFuseInfo;
typedef struct {
u8 objPalette;
- u8 unk1;
- u8 unk2;
+ u8 gfxOffsetPiece;
+ u8 gfxOffsetFull;
u8 subtask; // SUBTASK_WORLDEVENT or 0
u8 worldEventId;
- u8 unk5;
- u8 unk6;
- u8 unk7; // TODO flag if it shows a map hint?
+ u8 shape;
+ u8 bubbleIcon;
+ u8 mapMarkerIcon; // 0 for no map marker
} KinstoneWorldEvent;
// Indexed by kinstoneId
extern const KinstoneWorldEvent gKinstoneWorldEvents[];