Sync AP access logic from SMBW Archipelago v0.11.6 - #22
Open
mdietz94 wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was automatically generated by the SMBW Archipelago release workflow.
Source release: https://github.com/mdietz94/smbw_ap/releases/tag/v0.11.6
What changed
The AP item/location IDs or access logic changed in release
v0.11.6.This PR regenerates the PopTracker access rules from the apworld's single source of truth
so the tracker stays in sync.
Files updated by
scripts/generate_tracker_logic.py:scripts/logic/smbw_generated_logic.lua— compiled region/location access rules (one Lua function per region, one dispatch entry per AP location ID)items/logic_item.json— hidden toggle items for codes the AP logic references that have no declared item object in the trackerlocations/*.json— injected"access_rules": ["$smbw_loc|<apid>"]per section (minimal diff, original formatting preserved)scripts/init.lua/scripts/items_import.lua— import hooks (patched once on first run, idempotent thereafter)Review notes
apworld/data/{regions,locations,items}.json— the apworld is the single source of truthsmbw_generated_logic.luais auto-generated; hand edits will be overwritten on the next release