mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 07:32:32 +01:00
JSON-authored quests were serveable via MSG_SYS_GET_FILE but invisible on the event quest board because loadQuestFile only read .bin files. CompileQuestJSON already produces the uncompressed binary layout that the event-board parser expects, so no decompression step is needed. Also update rengoku priority tests to match the .bin-first convention fixed in the previous commit.