Skip to content

Commit eb50955

Browse files
committed
sa1: more player.c alignment, match sub_8024B10
1 parent c7f2635 commit eb50955

5 files changed

Lines changed: 377 additions & 1221 deletions

File tree

include/constants/sa1/char_states.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
#define CHARSTATE_WALLRUN_TO_WALL 60
186186
#define CHARSTATE_WALLRUN_ON_WALL 61
187187
#define CHARSTATE_ICE_SLIDE 62
188-
#define CHARSTATE_WALK_B 63
188+
#define CHARSTATE_BOUNCE 63
189189
#define CHARSTATE_LAUNCHER_IN_CART 64
190190
#define CHARSTATE_LAUNCHER_IN_AIR 65
191191
#define CHARSTATE_POLE 66

include/constants/sa2/char_states.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
#define CHARSTATE_WALLRUN_TO_WALL 60
186186
#define CHARSTATE_WALLRUN_ON_WALL 61
187187
#define CHARSTATE_ICE_SLIDE 62
188-
#define CHARSTATE_WALK_B 63
188+
#define CHARSTATE_BOUNCE 63
189189
#define CHARSTATE_LAUNCHER_IN_CART 64
190190
#define CHARSTATE_LAUNCHER_IN_AIR 65
191191
#define CHARSTATE_POLE 66

0 commit comments

Comments
 (0)