Skip to content

Commit

Permalink
Implemented Disabling Union Room check when entering Pokémon Centers
Browse files Browse the repository at this point in the history
  • Loading branch information
laserXdolphin committed Jul 17, 2024
1 parent 9537499 commit d814564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion data/scripts/cable_club.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,6 @@ EventScript_CloseMossdeepGameCornerBarrier::
return

CableClub_OnResume:
special InitUnionRoom
end

MossdeepCity_GameCorner_1F_EventScript_InfoMan2::
Expand Down
4 changes: 2 additions & 2 deletions data/scripts/pkmn_center_nurse.inc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ EventScript_PkmnCenterNurse_HealPkmn::
waitmessage
call EventScript_PkmnCenterNurse_TakeAndHealPkmn
goto_if_unset FLAG_POKERUS_EXPLAINED, EventScript_PkmnCenterNurse_CheckPokerus
goto EventScript_PkmnCenterNurse_CheckTrainerHillAndUnionRoom
goto EventScript_PkmnCenterNurse_ReturnPkmn
end

EventScript_PkmnCenterNurse_IllTakeYourPkmn::
Expand Down Expand Up @@ -83,7 +83,7 @@ EventScript_PkmnCenterNurse_PlayerWaitingInUnionRoom::
EventScript_PkmnCenterNurse_CheckPokerus::
specialvar VAR_RESULT, IsPokerusInParty
goto_if_eq VAR_RESULT, TRUE, EventScript_PkmnCenterNurse_ExplainPokerus
goto_if_eq VAR_RESULT, FALSE, EventScript_PkmnCenterNurse_CheckTrainerHillAndUnionRoom
goto EventScript_PkmnCenterNurse_ReturnPkmn
end

EventScript_PkmnCenterNurse_ExplainPokerus::
Expand Down

0 comments on commit d814564

Please sign in to comment.