about summary refs log tree commit diff stats
path: root/Archipelago/load.gd
Commit message (Collapse)AuthorAgeFilesLines
* Getting THE END marks you as completedStar Rauchenberger2023-04-141-0/+6
|
* The answer to the YOU puzzle is the AP slot nameStar Rauchenberger2023-04-131-1/+11
|
* Location checks are held while the map is loadingStar Rauchenberger2023-04-131-3/+4
| | | | The map load sends out a lot of checks at once if a file is being loaded, so we hold them until the map finishes loading and then send them out together.
* It WORKS!Star Rauchenberger2023-04-131-0/+36
You can send checks and receive door items!