aboutsummaryrefslogtreecommitdiff
path: root/src/items.s
Commit message (Expand)AuthorAgeFilesLines
* Add sound effectsMiquel Sabaté Solà2026-04-131-0/+9
* Don't show the middle part on shuttle re-assembleMiquel Sabaté Solà2026-04-061-5/+8
* Let SUSE's coin to appear at stage 16Miquel Sabaté Solà2026-04-051-1/+1
* Add the rest of shuttle kinds into the CHR fileMiquel Sabaté Solà2026-04-051-4/+2
* Add a table with tile IDs for shuttle partsMiquel Sabaté Solà2026-04-031-7/+39
* Fix wrong initialization on shuttle reassembleMiquel Sabaté Solà2026-04-021-5/+9
* Fix overwrite issues when adding scoresMiquel Sabaté Solà2026-03-281-2/+4
* Update scores on screenMiquel Sabaté Solà2026-03-251-1/+10
* Decrease a bit the items' timerMiquel Sabaté Solà2026-03-241-1/+1
* Implement the "take off" animationMiquel Sabaté Solà2026-03-231-22/+121
* Add support for the SUSE coinMiquel Sabaté Solà2026-03-201-25/+85
* 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