summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCatobat <69204835+Catobat@users.noreply.github.com>2023-01-07 20:51:24 +0100
committerCatobat <69204835+Catobat@users.noreply.github.com>2023-01-07 20:51:24 +0100
commit1cb62deadddf29f7d6d5e22bf2e92cdb1b16794e (patch)
tree3046d7a541d311dfe4fbcb5e12a50be7480399c9 /include
parent81534899cd20b6c78d82d3c27a50a7fd75fc7aab (diff)
Fix Kinstone constant names
Diffstat (limited to 'include')
-rw-r--r--include/item.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/item.h b/include/item.h
index 97fa95a8..20087141 100644
--- a/include/item.h
+++ b/include/item.h
@@ -147,9 +147,9 @@ typedef enum {
ITEM_SKILL_LONG_SPIN,
// these are not actually item ids but special values used by item drops for example
- ITEM_KINSTONE_GREEN = 0xfc,
+ ITEM_KINSTONE_RED = 0xfc,
ITEM_KINSTONE_BLUE,
- ITEM_KINSTONE_RED,
+ ITEM_KINSTONE_GREEN,
ITEM_ENEMY_BEETLE
} Item;