diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-03 22:32:52 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-03 22:32:52 +0200 |
| commit | 1963d7d8dd70ee9bc4cf9b81363aeab440a6f786 (patch) | |
| tree | 9a0da613df46caf4620f58c1f06a8508d7e6fc77 /.nasm/segments.txt | |
| parent | cb1111055f7b03989daac63675d27bfd156a4e21 (diff) | |
| download | jetpac.nes-1963d7d8dd70ee9bc4cf9b81363aeab440a6f786.tar.gz jetpac.nes-1963d7d8dd70ee9bc4cf9b81363aeab440a6f786.zip | |
Add a table with tile IDs for shuttle parts
This will allow us to select the proper shuttle depending on
'Globals::zp_shuttle_kind'. Hence, now only the actual shuttle parts on
the CHR file are missing, which is why I left a couple of TODOs on the
table itself.
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 229318f..a63d9cd 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 9136/32762 (27.89%) +- ROM0: 9187/32762 (28.04%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) |
