aboutsummaryrefslogtreecommitdiff
path: root/.nasm
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-20 15:29:15 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-20 15:29:15 +0100
commit35ca35294a08dff39c3f4cca9eb0e8c31436b6a3 (patch)
treeeebfc62e11d5657e9b736bf660102c1ea68cb20f /.nasm
parentf0ad3efa6969f121538e946719eb7c3704339f35 (diff)
downloadjetpac.nes-35ca35294a08dff39c3f4cca9eb0e8c31436b6a3.tar.gz
jetpac.nes-35ca35294a08dff39c3f4cca9eb0e8c31436b6a3.zip
Don't rely on the 'y' register in Over::handle()
Some of the functions being called from within will in fact tamper with this value. Hence, use the free 'Globals::zp_arg3' variable. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.nasm')
-rw-r--r--.nasm/segments.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/.nasm/segments.txt b/.nasm/segments.txt
index 8a0f57c..53bf262 100644
--- a/.nasm/segments.txt
+++ b/.nasm/segments.txt
@@ -1,4 +1,4 @@
- HEADER: 16/16 (100%)
-- ROM0: 8240/32762 (25.15%)
+- ROM0: 8244/32762 (25.16%)
- ROMV: 6/6 (100%)
- ROM2: 8192/8192 (100%)