diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-03-18 16:56:23 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-03-18 16:56:23 +0100 |
| commit | d38a958f446aac1a6faa79277c140ab8a0ff03f4 (patch) | |
| tree | 7d9551f96f321a6eb4a5b56870425b4e3a1e1ccc /src/jetpac.s | |
| parent | 93f3db33eeb5bfd59f539c3e1d2cb978a3e325be (diff) | |
| download | jetpac.nes-d38a958f446aac1a6faa79277c140ab8a0ff03f4.tar.gz jetpac.nes-d38a958f446aac1a6faa79277c140ab8a0ff03f4.zip | |
Expanded ground collision to the other platforms
This comes with a more general approach to handle background collision.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.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 e997af1..66d5457 100644 --- a/src/jetpac.s +++ b/src/jetpac.s @@ -38,6 +38,7 @@ .include "../include/globals.s" .include "assets.s" +.include "background.s" .include "player.s" .include "driver.s" .include "title.s" |
