diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-12 23:24:41 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-12 23:24:41 +0100 |
| commit | da0d65ccb6c1ca582e0b06295c543322a8384cbe (patch) | |
| tree | df9ce8580208d25873dbee661615bb8f9f6312aa /.nasm/segments.txt | |
| parent | c1e02814a8f5dffc8da80c45b96ccbfe92bdfc49 (diff) | |
| download | jetpac.nes-da0d65ccb6c1ca582e0b06295c543322a8384cbe.tar.gz jetpac.nes-da0d65ccb6c1ca582e0b06295c543322a8384cbe.zip | |
Implement the 'bounce' algorithm for enemies
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.nasm/segments.txt')
| -rw-r--r-- | .nasm/segments.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.nasm/segments.txt b/.nasm/segments.txt index addf6cc..37f7d26 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 4810/32762 (14.68%) +- ROM0: 5020/32762 (15.32%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) |
