Skip to content

Commit

Permalink
Adjust ship physics
Browse files Browse the repository at this point in the history
  • Loading branch information
kandowontu committed Dec 19, 2024
1 parent adc4103 commit c414fd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SAUCE/defines/physics_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
#define MINI_BALL_GRAVITY 0x57
#define MINI_BALL_MAX_FALLSPEED 0x600

#define SHIP_MAX_FALLSPEED 0x2B0
#define MINI_SHIP_MAX_FALLSPEED 0x380

#define SHIP_GRAVITY 0x2F
#define MINI_SHIP_GRAVITY 0x31
#define SHIP_GRAVITY 0x2D
#define MINI_SHIP_GRAVITY 0x2E
#define SHIP_MAX_FALLSPEED 0x380
#define MINI_SHIP_MAX_FALLSPEED 0x380

#define JIMSHEATBALL_MAX_FALLSPEED 0x300
#define JIMSHEATBALL_GRAVITY 0x34
Expand Down

0 comments on commit c414fd0

Please sign in to comment.