From ba2711cb490c26e05c1b8f6cd3e1d081309d15fd Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 2 Apr 2026 08:06:10 +0200 Subject: Remove lowest part of the shuttle from sprites MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On the sprites tileset, the lowest part of the shuttle is not needed since that is only used as a sprite on take off, but then the firing variant should be picked instead. Remove it from the CHR file and update tile IDs. Signed-off-by: Miquel Sabaté Solà --- src/driver.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/driver.s') diff --git a/src/driver.s b/src/driver.s index 8915868..b367c63 100644 --- a/src/driver.s +++ b/src/driver.s @@ -739,9 +739,9 @@ lda #$09 sta OAM::m_sprites + 37 - lda #$42 + lda #$18 sta OAM::m_sprites + 41 - lda #$43 + lda #$19 sta OAM::m_sprites + 45 ;; Zero out attributes -- cgit v1.2.3