Skip to content

Commit

Permalink
Switch bait and mud function names
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyniikal committed Dec 29, 2024
1 parent 05da537 commit 6504078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/battle/battle_controller_player.c
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,7 @@ static void BattleControllerPlayer_SafariThrowBall(BattleSystem *bsys, BattleCon
ov12_02263A1C(bsys, ctx, BATTLER_PLAYER);
}

static void BattleControllerPlayer_SafariThrowBait(BattleSystem *bsys, BattleContext *ctx) {
static void BattleControllerPlayer_SafariThrowMud(BattleSystem *bsys, BattleContext *ctx) {
ReadBattleScriptFromNarc(ctx, NARC_a_0_0_1, 227);
ctx->battlerIdAttacker = 0;
ctx->battlerIdTarget = 1;
Expand All @@ -1840,7 +1840,7 @@ static void BattleControllerPlayer_SafariThrowBait(BattleSystem *bsys, BattleCon
}
}

static void BattleControllerPlayer_SafariThrowMud(BattleSystem *bsys, BattleContext *ctx) {
static void BattleControllerPlayer_SafariThrowBait(BattleSystem *bsys, BattleContext *ctx) {
ReadBattleScriptFromNarc(ctx, NARC_a_0_0_1, 228);
ctx->battlerIdAttacker = 0;
ctx->battlerIdTarget = 1;
Expand Down

0 comments on commit 6504078

Please sign in to comment.