Skip to content

Commit 4196877

Browse files
committed
Rollback safari mud/bait function name swap
1 parent 9dfb823 commit 4196877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/battle/battle_controller_player.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,7 @@ static void BattleControllerPlayer_SafariThrowBall(BattleSystem *bsys, BattleCon
18201820
ov12_02263A1C(bsys, ctx, BATTLER_PLAYER);
18211821
}
18221822

1823-
static void BattleControllerPlayer_SafariThrowMud(BattleSystem *bsys, BattleContext *ctx) {
1823+
static void BattleControllerPlayer_SafariThrowBait(BattleSystem *bsys, BattleContext *ctx) {
18241824
ReadBattleScriptFromNarc(ctx, NARC_a_0_0_1, 227);
18251825
ctx->battlerIdAttacker = 0;
18261826
ctx->battlerIdTarget = 1;
@@ -1840,7 +1840,7 @@ static void BattleControllerPlayer_SafariThrowMud(BattleSystem *bsys, BattleCont
18401840
}
18411841
}
18421842

1843-
static void BattleControllerPlayer_SafariThrowBait(BattleSystem *bsys, BattleContext *ctx) {
1843+
static void BattleControllerPlayer_SafariThrowMud(BattleSystem *bsys, BattleContext *ctx) {
18441844
ReadBattleScriptFromNarc(ctx, NARC_a_0_0_1, 228);
18451845
ctx->battlerIdAttacker = 0;
18461846
ctx->battlerIdTarget = 1;

0 commit comments

Comments
 (0)