diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-02 07:51:13 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-02 07:51:13 +0200 |
| commit | 98e1b21daf3b9ed2fa4fb38dde3c94c6a9f0a459 (patch) | |
| tree | 83da66f8af265abb1841a7a11045781e427778b7 /.nasm | |
| parent | 1272d402ce2651e4e3966ecd2af2417eea66b0a3 (diff) | |
| download | jetpac.nes-98e1b21daf3b9ed2fa4fb38dde3c94c6a9f0a459.tar.gz jetpac.nes-98e1b21daf3b9ed2fa4fb38dde3c94c6a9f0a459.zip | |
Fix wrong initialization on shuttle reassemble
The shuttle should be reassembled every 4 stages, not 8. I did not
remember well how this worked and I jumped ahead with the conveniency of
the 'Globals::zp_level_kind' variable.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.nasm')
| -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 2d03c64..a741401 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 9114/32762 (27.82%) +- ROM0: 9120/32762 (27.84%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) |
