aboutsummaryrefslogtreecommitdiff
path: root/src/items.s
Commit message (Expand)AuthorAgeFilesLines
* Let fuel tanks be delivered separatelyMiquel Sabaté Solà2026-03-181-2/+29
* Increase the item's timer for non-dev buildsMiquel Sabaté Solà2026-03-181-1/+5
* Fix the high byte for the timer initializationMiquel Sabaté Solà2026-03-181-1/+1
* Expand documentation on items.sMiquel Sabaté Solà2026-03-181-10/+29
* Use specific variables for cached player's tile coordinatesMiquel Sabaté Solà2026-03-181-6/+13
* Add missing 'Items::zp_current_tiles' updatesMiquel Sabaté Solà2026-03-181-2/+15
* Improve the accuracy of the dropping zoneMiquel Sabaté Solà2026-03-161-9/+7
* Wait for items to fall before changing screenMiquel Sabaté Solà2026-03-161-92/+115
* Account for items switching to following the player in mid-airMiquel Sabaté Solà2026-03-151-4/+15
* Update the shuttle as fuel is getting inMiquel Sabaté Solà2026-03-151-9/+79
* Implement falling itemsMiquel Sabaté Solà2026-03-131-57/+364
* Initial implementation for itemsMiquel Sabaté Solà2026-03-111-0/+583