From c87cad0b873c2f1c45c420dd96f828f35de6a4ba Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 28 Feb 2026 00:26:07 +0100 Subject: Move the 'extra' initialization to a function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows us to be able to initialize each enemy separately, giving a more random appearance to it all. This will also come in handy whenever we want to make enemies re-appear. 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 e1090b0..15c5d79 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 5308/32762 (16.20%) +- ROM0: 5300/32762 (16.18%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) -- cgit v1.2.3