Skip to content

Commit

Permalink
Fix Pokeblock script missing a releaseall
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaizu committed May 19, 2024
1 parent 5dbd90b commit ef03daf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/scripts/safari_zone.inc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ SafariZone_EventScript_ChoosePokeblock::
special OpenPokeblockCaseOnFeeder
waitstate
goto_if_ne VAR_RESULT, 0xFFFF, SafariZone_EventScript_PokeblockPlaced
#ifdef BUGFIX
releaseall @ Only gets called from EventScript_PokeBlockFeeder which uses lockall.
#endif
end

SafariZone_EventScript_PokeblockPlaced::
Expand Down

0 comments on commit ef03daf

Please sign in to comment.