diff options
Diffstat (limited to 'src/player.s')
| -rw-r--r-- | src/player.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/player.s b/src/player.s index 08f7872..48b0bb0 100644 --- a/src/player.s +++ b/src/player.s @@ -841,6 +841,8 @@ dec Player::zp_lifes, x bne @nmi_update + ;; TODO: if it was grabbing an item, turn it into 'falling' state. + ;; If this poor guy is over, then mark it in the multiplayer bitmap. cpx #0 bne @player_2_over |
