Labeled PlayerState and PlayerAction stuff

This commit is contained in:
Reinmmar
2023-09-17 12:09:53 +02:00
parent 098e61f0e7
commit e8639051ba
5 changed files with 23 additions and 18 deletions
+2
View File
@@ -125,6 +125,8 @@ typedef enum {
PL_SWORD_THRUST = 0x8000000,
PL_USE_OCARINA = 0x10000000,
PL_CLIMBING = 0x20000000,
PL_FLAGS40000000 = 0x40000000,
PL_FLAGS80000000 = 0x80000000,
} PlayerFlags;
enum PlayerItemId {