diff options
| author | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-01-08 16:46:07 +0100 |
|---|---|---|
| committer | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-01-08 16:46:07 +0100 |
| commit | 8515634fa98120084c54de11d0d5eeeb8053ce5c (patch) | |
| tree | bd004aaf55b14f61b194d93dcad6a95bd89df51b /include/kinstone.h | |
| parent | 4ab73f8eb752722a682d5a610e2e8d2836e4bf38 (diff) | |
Name more functions
Diffstat (limited to 'include/kinstone.h')
| -rw-r--r-- | include/kinstone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kinstone.h b/include/kinstone.h index 486b4ca9..0b889f13 100644 --- a/include/kinstone.h +++ b/include/kinstone.h @@ -209,7 +209,7 @@ typedef struct { u16 y; /**< Y position of the actual event. */ u16 _c; // see sub_080A6A80, related to _0 and _2 of gUnk_08127F94 u16 _e; // see sub_080A6A80, related to _1 and _3 of gUnk_08127F94 - u8 condition; // TODO some sort of flag determining what type the bank&flag are? see sub_0801E8D4 + u8 condition; // TODO some sort of flag determining what type the bank&flag are? see UpdateVisibleFusionMapMarkers u8 bank; /**< @see LocalBanks */ u16 flag; } WorldEvent; |
