From 6ef407f525324393600a9eb6a39ad7cf21a814a3 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 15 Mar 2026 22:50:12 +0100 Subject: Update the shuttle as fuel is getting in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just like in the original, the shuttle turns purple for each fuel tank. That being said, due to the restriction from the NES/Famicom on updating background tile attributes, a "half-filled" strategy is being used here to convey the same idea for a total of 6 fuel tanks to be delivered. Signed-off-by: Miquel Sabaté Solà --- .nasm/segments.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.nasm/segments.txt') diff --git a/.nasm/segments.txt b/.nasm/segments.txt index 28e3a9a..bb3538d 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 7838/32762 (23.92%) +- ROM0: 7986/32762 (24.38%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) -- cgit v1.2.3