Skip to content

Commit 6c316a7

Browse files
committed
sa1: more player.c alignment
1 parent 86d6835 commit 6c316a7

5 files changed

Lines changed: 3186 additions & 108 deletions

File tree

include/constants/sa1/char_states.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
#define CHARSTATE_SPRING_B 21
3535
#define CHARSTATE_22 22
3636
#define CHARSTATE_BOUNCE 23
37-
#define CHARSTATE_24 24 // Halfpipe run?
38-
#define CHARSTATE_25 25 // Halfpipe run?
39-
#define CHARSTATE_26 26 // Halfpipe run?
37+
#define CHARSTATE_WALLRUN_INIT 24 // Halfpipe run?
38+
#define CHARSTATE_WALLRUN_TO_WALL 25 // Halfpipe run?
39+
#define CHARSTATE_WALLRUN_ON_WALL 26 // Halfpipe run?
4040
#define CHARSTATE_27 27
4141
#define CHARSTATE_28 28
4242

include/constants/sa2/char_states.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
#define CHARSTATE_SPRING_B 21
3535
#define CHARSTATE_22 22
3636
#define CHARSTATE_BOUNCE 23
37-
#define CHARSTATE_24 24 // Halfpipe run?
38-
#define CHARSTATE_25 25 // Halfpipe run?
39-
#define CHARSTATE_26 26 // Halfpipe run?
37+
#define CHARSTATE_WALLRUN_INIT 24 // Halfpipe run?
38+
#define CHARSTATE_WALLRUN_TO_WALL 25 // Halfpipe run?
39+
#define CHARSTATE_WALLRUN_ON_WALL 26 // Halfpipe run?
4040
#define CHARSTATE_27 27
4141
#define CHARSTATE_28 28
4242

0 commit comments

Comments
 (0)