aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* assets: remove the recordingHEADmainMiquel Sabaté Solà37 hours2-4/+0
* Update 'nasm' so scopes are shown in memory.txtMiquel Sabaté Solà9 days1-98/+98
* Bump to v1.0Miquel Sabaté Solà2026-04-141-2/+2
* Update the CHANGELOG.md fileMiquel Sabaté Solà2026-04-131-1/+14
* Add a recording on gameplayMiquel Sabaté Solà2026-04-132-0/+4
* Fix some wording issues on the README.md fileMiquel Sabaté Solà2026-04-131-14/+14
* make: fix the quiet flag for 'clean' and 'deps'Miquel Sabaté Solà2026-04-131-6/+6
* Add sound effectsMiquel Sabaté Solà2026-04-1311-4/+277
* Use the new asan:stack statementMiquel Sabaté Solà2026-04-082-2/+3
* Simplify wording on README.mdMiquel Sabaté Solà2026-04-061-6/+5
* Add the reference to DK64's JetpacMiquel Sabaté Solà2026-04-061-3/+4
* Be more verbose on differences from controlsMiquel Sabaté Solà2026-04-061-4/+10
* Expand the README.md fileMiquel Sabaté Solà2026-04-062-31/+102
* Add a note on tooling in CONTRIBUTING.mdMiquel Sabaté Solà2026-04-061-0/+8
* Fix bogus commentsMiquel Sabaté Solà2026-04-062-3/+3
* Clear out sprites after the take off animationMiquel Sabaté Solà2026-04-062-1/+14
* Don't show the middle part on shuttle re-assembleMiquel Sabaté Solà2026-04-062-6/+9
* Cancel the take off animation before shuttle changeMiquel Sabaté Solà2026-04-052-3/+11
* Let SUSE's coin to appear at stage 16Miquel Sabaté Solà2026-04-052-2/+2
* Add the rest of shuttle kinds into the CHR fileMiquel Sabaté Solà2026-04-053-35/+33
* Add a table with tile IDs for shuttle partsMiquel Sabaté Solà2026-04-033-20/+56
* Cycle the kind of shuttle to be usedMiquel Sabaté Solà2026-04-025-6/+22
* Remove lowest part of the shuttle from spritesMiquel Sabaté Solà2026-04-023-35/+35
* Fix wrong initialization on shuttle reassembleMiquel Sabaté Solà2026-04-022-6/+10
* Add a small signature in ROM spaceMiquel Sabaté Solà2026-04-022-1/+2
* Fix overwrite issues when adding scoresMiquel Sabaté Solà2026-03-284-38/+45
* Add copyright notices on the title screenMiquel Sabaté Solà2026-03-275-48/+50
* Save the high score after game overMiquel Sabaté Solà2026-03-274-5/+103
* Update scores on screenMiquel Sabaté Solà2026-03-259-6/+114
* Add support for adding scoresMiquel Sabaté Solà2026-03-254-3/+176
* Don't use dark green for itemsMiquel Sabaté Solà2026-03-242-26/+26
* Decrease a bit the items' timerMiquel Sabaté Solà2026-03-241-1/+1
* Use the 'nmi_' prefix for NMI-only functionsMiquel Sabaté Solà2026-03-244-15/+9
* Implement the "take off" animationMiquel Sabaté Solà2026-03-238-116/+498
* Try to initialize enemies on unique Y coordinatesMiquel Sabaté Solà2026-03-225-3/+40
* Restart the blinking animation after player's deathMiquel Sabaté Solà2026-03-202-3/+9
* Center "game over (coin)" textMiquel Sabaté Solà2026-03-204-31/+32
* Don't rely on the 'y' register in Over::handle()Miquel Sabaté Solà2026-03-202-4/+5
* Set the proper "game over" flagMiquel Sabaté Solà2026-03-202-3/+5
* Push the value from Over::handle() to the stackMiquel Sabaté Solà2026-03-201-2/+2
* Add support for the SUSE coinMiquel Sabaté Solà2026-03-208-36/+152
* Remove stale commentMiquel Sabaté Solà2026-03-191-1/+1
* Let fuel tanks be delivered separatelyMiquel Sabaté Solà2026-03-183-4/+32
* 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-183-9/+16
* Add missing 'Items::zp_current_tiles' updatesMiquel Sabaté Solà2026-03-182-3/+16
* Avoid a jmp by moving update_sprites()Miquel Sabaté Solà2026-03-162-19/+19
* Improve the accuracy of the dropping zoneMiquel Sabaté Solà2026-03-162-10/+8