From f3062cb3e0dce519f6604af43b56f408537a8193 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 15 May 2025 17:03:52 +0200 Subject: assets: Duplicate the UFO kind of sprite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit At first I thought that I could save up some space and then mirror the sprite horizontally, but it actually makes things easier to have the UFO enemy in its entirety as it makes initialization and moving the object easier. This is indeed possible because we have plenty of room left on the CHR bank. Signed-off-by: Miquel Sabaté Solà --- assets/jetpac.chr | Bin 8192 -> 8192 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'assets/jetpac.chr') diff --git a/assets/jetpac.chr b/assets/jetpac.chr index f301daf..7233eaf 100644 Binary files a/assets/jetpac.chr and b/assets/jetpac.chr differ -- cgit v1.2.3