mirror of
https://github.com/zeldaret/tmc
synced 2026-06-18 23:37:10 -04:00
Fix Kinstone constant names
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user