mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-11 13:35:11 -05:00
PCG fix (#3830)
This commit is contained in:
parent
3bae98f768
commit
41ff985bb6
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user