aboutsummaryrefslogtreecommitdiff
path: root/.nasm/segments.txt
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-04-02 07:51:13 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-04-02 07:51:13 +0200
commit98e1b21daf3b9ed2fa4fb38dde3c94c6a9f0a459 (patch)
tree83da66f8af265abb1841a7a11045781e427778b7 /.nasm/segments.txt
parent1272d402ce2651e4e3966ecd2af2417eea66b0a3 (diff)
downloadjetpac.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/segments.txt')
-rw-r--r--.nasm/segments.txt2
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%)