Skip to content

Commit

Permalink
PCG fix (#3830)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassoonian authored Dec 27, 2023
1 parent 3bae98f commit 41ff985
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/overworld.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@ void Overworld_ResetStateAfterDigEscRope(void)
FlagClear(B_SMART_WILD_AI_FLAG);
FlagClear(B_FLAG_NO_BAG_USE);
FlagClear(B_FLAG_NO_CATCHING);
FlagClear(B_FLAG_DYNAMAX_BATTLE);
FlagClear(B_FLAG_SKY_BATTLE);
}
#endif

Expand Down

0 comments on commit 41ff985

Please sign in to comment.