Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
z64a committed Sep 24, 2024
1 parent a968566 commit 0721963
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/battle/dmg_player.c
Original file line number Diff line number Diff line change
Expand Up @@ -1795,13 +1795,6 @@ API_CALLABLE(PlayerBasicJumpToGoal) {
BASIC_STATE_03 = 3,
};

enum {
BASIC_STATE_00 = 0,
BASIC_STATE_01 = 1,
BASIC_STATE_02 = 2,
BASIC_STATE_03 = 3,
};

if (isInitialCall) {
player->state.moveTime = evt_get_variable(script, *args++);
player->state.moveArcAmplitude = evt_get_variable(script, *args++);
Expand Down Expand Up @@ -2234,17 +2227,6 @@ API_CALLABLE(PlayerUltraJumpToGoal) {
ULTRA_STATE_31 = 31,
};

enum {
ULTRA_STATE_00 = 0,
ULTRA_STATE_01 = 1,
ULTRA_STATE_10 = 10,
ULTRA_STATE_11 = 11,
ULTRA_STATE_20 = 20,
ULTRA_STATE_21 = 21,
ULTRA_STATE_30 = 30,
ULTRA_STATE_31 = 31,
};

if (isInitialCall) {
player->state.moveTime = evt_get_variable(script, *args++);
player->state.moveArcAmplitude = evt_get_variable(script, *args++);
Expand Down

0 comments on commit 0721963

Please sign in to comment.