index
:
jetpac.nes
main
Port to the NES/Famicom of "Jetpac" from Ashby Computers and Graphics Limited.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.nasm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear out sprites after the take off animation
Miquel Sabaté Solà
2026-04-06
1
-1
/
+1
*
Don't show the middle part on shuttle re-assemble
Miquel Sabaté Solà
2026-04-06
1
-1
/
+1
*
Cancel the take off animation before shuttle change
Miquel Sabaté Solà
2026-04-05
1
-1
/
+1
*
Add a table with tile IDs for shuttle parts
Miquel Sabaté Solà
2026-04-03
1
-1
/
+1
*
Cycle the kind of shuttle to be used
Miquel Sabaté Solà
2026-04-02
2
-4
/
+5
*
Fix wrong initialization on shuttle reassemble
Miquel Sabaté Solà
2026-04-02
1
-1
/
+1
*
Add a small signature in ROM space
Miquel Sabaté Solà
2026-04-02
1
-1
/
+1
*
Fix overwrite issues when adding scores
Miquel Sabaté Solà
2026-03-28
1
-1
/
+1
*
Save the high score after game over
Miquel Sabaté Solà
2026-03-27
1
-1
/
+1
*
Update scores on screen
Miquel Sabaté Solà
2026-03-25
2
-2
/
+3
*
Add support for adding scores
Miquel Sabaté Solà
2026-03-25
2
-2
/
+4
*
Implement the "take off" animation
Miquel Sabaté Solà
2026-03-23
1
-1
/
+1
*
Try to initialize enemies on unique Y coordinates
Miquel Sabaté Solà
2026-03-22
2
-2
/
+3
*
Restart the blinking animation after player's death
Miquel Sabaté Solà
2026-03-20
1
-1
/
+1
*
Center "game over (coin)" text
Miquel Sabaté Solà
2026-03-20
1
-1
/
+1
*
Don't rely on the 'y' register in Over::handle()
Miquel Sabaté Solà
2026-03-20
1
-1
/
+1
*
Set the proper "game over" flag
Miquel Sabaté Solà
2026-03-20
1
-1
/
+1
*
Add support for the SUSE coin
Miquel Sabaté Solà
2026-03-20
1
-1
/
+1
*
Let fuel tanks be delivered separately
Miquel Sabaté Solà
2026-03-18
2
-2
/
+3
*
Use specific variables for cached player's tile coordinates
Miquel Sabaté Solà
2026-03-18
1
-1
/
+3
*
Add missing 'Items::zp_current_tiles' updates
Miquel Sabaté Solà
2026-03-18
1
-1
/
+1
*
Avoid a jmp by moving update_sprites()
Miquel Sabaté Solà
2026-03-16
1
-1
/
+1
*
Improve the accuracy of the dropping zone
Miquel Sabaté Solà
2026-03-16
1
-1
/
+1
*
Wait for items to fall before changing screen
Miquel Sabaté Solà
2026-03-16
1
-1
/
+1
*
Account for items switching to following the player in mid-air
Miquel Sabaté Solà
2026-03-15
1
-1
/
+1
*
Update the shuttle as fuel is getting in
Miquel Sabaté Solà
2026-03-15
1
-1
/
+1
*
Implement falling items
Miquel Sabaté Solà
2026-03-13
2
-2
/
+3
*
Join 'zp_moved_out' and 'zp_pause_toggle'
Miquel Sabaté Solà
2026-03-12
1
-3
/
+2
*
Initial implementation for items
Miquel Sabaté Solà
2026-03-11
2
-2
/
+7
*
Apply a correction on enemy movement for PAL
Miquel Sabaté Solà
2026-03-11
1
-1
/
+1
*
Add a blinking animation on player selection
Miquel Sabaté Solà
2026-03-08
2
-2
/
+5
*
Support reading from the second controller
Miquel Sabaté Solà
2026-03-08
2
-9
/
+4
*
State game over only when all players are dead
Miquel Sabaté Solà
2026-03-08
1
-0
/
+4
*
Show lifes for player 2 if available
Miquel Sabaté Solà
2026-03-08
1
-1
/
+1
*
Define the bitmap for multiplayer support
Miquel Sabaté Solà
2026-03-08
2
-2
/
+3
*
Initialize 'zp_pause_toggle' before NMI enablement
Miquel Sabaté Solà
2026-03-07
1
-1
/
+1
*
Move some variables into another memory region
Miquel Sabaté Solà
2026-03-07
1
-5
/
+5
*
Update the explosions' pool capacity
Miquel Sabaté Solà
2026-03-07
1
-3
/
+3
*
Bump up to 4 enemies per screen
Miquel Sabaté Solà
2026-03-06
1
-8
/
+8
*
Convert enemy vs bullet collision into a loop
Miquel Sabaté Solà
2026-03-06
1
-1
/
+1
*
Fix bounce up for cross enemies
Miquel Sabaté Solà
2026-03-06
1
-1
/
+1
*
Rename scoped variables without being redundant
Miquel Sabaté Solà
2026-03-06
1
-7
/
+7
*
Check for enemy death after its movement
Miquel Sabaté Solà
2026-03-06
1
-1
/
+1
*
Toggle a "Paused" message on top of the screen
Miquel Sabaté Solà
2026-03-06
2
-2
/
+3
*
Don't toggle pause from a holded button
Miquel Sabaté Solà
2026-03-06
1
-0
/
+1
*
Fix a cycling bug when shooting carelessly
Miquel Sabaté Solà
2026-03-06
1
-1
/
+1
*
Remove the pool size from enemies
Miquel Sabaté Solà
2026-03-05
2
-3
/
+2
*
Make enemies more colorful
Miquel Sabaté Solà
2026-03-05
2
-2
/
+3
*
Add the Game Over screen
Miquel Sabaté Solà
2026-03-05
2
-2
/
+4
*
Update lifes left for player 1
Miquel Sabaté Solà
2026-03-04
2
-2
/
+3
[next]