diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-04 23:44:47 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-04 23:44:47 +0100 |
| commit | dbcbd43287a28bf087e20e660edd5ba40b5c27ec (patch) | |
| tree | ae69b710c3b06bae58c18273af105855b3071ded /src/jetpac.s | |
| parent | 0c5af85cc0cb9bb39a3a72548e735b92daf0a28f (diff) | |
| download | jetpac.nes-dbcbd43287a28bf087e20e660edd5ba40b5c27ec.tar.gz jetpac.nes-dbcbd43287a28bf087e20e660edd5ba40b5c27ec.zip | |
Update lifes left for player 1
The whole handling of player 2 will come whenever I set to implement
multi-player for this game.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'src/jetpac.s')
| -rw-r--r-- | src/jetpac.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jetpac.s b/src/jetpac.s index b6b44e2..2e55771 100644 --- a/src/jetpac.s +++ b/src/jetpac.s @@ -122,6 +122,7 @@ sta Globals::zp_flags sta Joypad::zp_buttons1 sta Joypad::zp_buttons2 + sta Player::zp_state ;; Initialize the level. We allow the build system to pass its own value for ;; this in `LEVEL`, just in case we want to debug the enemy of a specific |
