diff options
| author | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-04-29 02:56:08 +0200 |
|---|---|---|
| committer | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-04-29 02:56:08 +0200 |
| commit | fcfbd73dd26284d6b89bec62483502a9e13aecdc (patch) | |
| tree | e14abf47a47c4d376ce2a3a0b528de4f89d25dcd /include/kinstone.h | |
| parent | a82ad2951a2d78533fb18bf08203cb4b3256a2f1 (diff) | |
Name the special values used with Kinstone Fusions
Diffstat (limited to 'include/kinstone.h')
| -rw-r--r-- | include/kinstone.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/kinstone.h b/include/kinstone.h index e05c815e..ac6b9b83 100644 --- a/include/kinstone.h +++ b/include/kinstone.h @@ -35,7 +35,7 @@ typedef struct { extern const KinstoneWorldEvent gKinstoneWorldEvents[]; typedef enum { - KINSTONE_0, + KINSTONE_NONE, KINSTONE_MYSTERIOUS_CLOUD_TOP_RIGHT, KINSTONE_MYSTERIOUS_CLOUD_BOTTOM_LEFT, KINSTONE_MYSTERIOUS_CLOUD_TOP_LEFT, @@ -136,6 +136,11 @@ typedef enum { KINSTONE_62, KINSTONE_63, KINSTONE_64, + /* some special values, mostly for fusers */ + KINSTONE_NEEDS_REPLACEMENT = 0xF1, + KINSTONE_JUST_FUSED = 0xF2, + KINSTONE_FUSER_DONE = 0xF3, + KINSTONE_RANDOM = 0xFF, } KinstoneId; typedef struct { |
