Merge pull request #1542 from AverageConsumer/codex/gen2-ball-cache-invalidation

fix(gen2): refresh caches missing trainer HUD balls
This commit is contained in:
bryanthaboi
2026-08-19 06:00:48 -04:00
committed by GitHub
2 changed files with 5 additions and 0 deletions
@@ -26,5 +26,7 @@ check(helperStart ~= nil, "requiredFilesFor helper exists")
local helper = src:sub(helperStart, start)
check(helper:find("VERSION_REQUIRED_FILES_OVERRIDE", 1, true) ~= nil,
"requiredFilesFor consults VERSION_REQUIRED_FILES_OVERRIDE")
check(src:find('"assets/generated/battle/hud/balls.png"', 1, true) ~= nil,
"Gold caches require the trainer HUD ball sheet")
T.finish()