Fix Kinstone constant names

This commit is contained in:
Catobat
2023-01-07 20:51:24 +01:00
parent 81534899cd
commit 1cb62deadd
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -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;