From f19948312ee2759c066f8247a5c9e2c6ca05e8b1 Mon Sep 17 00:00:00 2001 From: Frank DeBlasio <35279583+fdeblasio@users.noreply.github.com> Date: Wed, 26 Jun 2024 04:45:27 -0400 Subject: [PATCH] Allowed double battles to occur with only one Pokemon by talking to the trainers (#4848) --- src/pokemon.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pokemon.c b/src/pokemon.c index 19394b8dfd..926286caff 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -3398,6 +3398,9 @@ u8 GetMonsStateToDoubles(void) s32 i; CalculatePlayerPartyCount(); + if (OW_DOUBLE_APPROACH_WITH_ONE_MON) + return PLAYER_HAS_TWO_USABLE_MONS; + if (gPlayerPartyCount == 1) return gPlayerPartyCount; // PLAYER_HAS_ONE_MON