From c1953e5d4bb3130e53c38a9d578000c7359d8cef Mon Sep 17 00:00:00 2001 From: Ariel A <24759293+aarant@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:32:55 +0100 Subject: [PATCH] Improved OutOfCenterPartyHeal interaction with followers. --- data/event_scripts.s | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/data/event_scripts.s b/data/event_scripts.s index 05f550358f..db57f26625 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -719,10 +719,8 @@ Common_EventScript_OutOfCenterPartyHeal:: playfanfare MUS_HEAL waitfanfare special HealPlayerParty - @ start fade then immediately load following pokemon, and wait for fade - fadescreenswapbuffers FADE_FROM_BLACK, 1 - callnative UpdateFollowingPokemon - callfunc ScrFunc_WaitPaletteNotActive + callnative UpdateFollowingPokemon + fadescreenswapbuffers FADE_FROM_BLACK return EventScript_RegionMap::