Skip to content

Commit

Permalink
Merge pull request #1996 from Jaizu/fix_pokeblocks
Browse files Browse the repository at this point in the history
Fix Pokeblock script missing a releaseall
  • Loading branch information
GriffinRichards committed May 21, 2024
2 parents 5dbd90b + ef03daf commit 999731f
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 999731f

Please sign in to comment.