Fix Pokeblock script missing a releaseall

This commit is contained in:
Jaizu 2024-05-19 12:52:04 +02:00
parent 5dbd90b917
commit ef03daf6d4

View file

@ -53,6 +53,9 @@ SafariZone_EventScript_ChoosePokeblock::
special OpenPokeblockCaseOnFeeder special OpenPokeblockCaseOnFeeder
waitstate waitstate
goto_if_ne VAR_RESULT, 0xFFFF, SafariZone_EventScript_PokeblockPlaced goto_if_ne VAR_RESULT, 0xFFFF, SafariZone_EventScript_PokeblockPlaced
#ifdef BUGFIX
releaseall @ Only gets called from EventScript_PokeBlockFeeder which uses lockall.
#endif
end end
SafariZone_EventScript_PokeblockPlaced:: SafariZone_EventScript_PokeblockPlaced::