From d71a38f3223dd90ad59b706321de87d60c0ed666 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 3 Mar 2026 18:47:42 +0100 Subject: Add a pool of explosion effects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For now this only applies to enemies, but it's general enough so it can target any given coordinate, and hence any given object. Signed-off-by: Miquel Sabaté Solà --- .nasm/memory.txt | 5 ++++- .nasm/segments.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to '.nasm') diff --git a/.nasm/memory.txt b/.nasm/memory.txt index 115865f..3e1e687 100644 --- a/.nasm/memory.txt +++ b/.nasm/memory.txt @@ -1,5 +1,7 @@ $00: zp_arg0 $01: zp_arg1 +$02: zp_arg2 +$03: zp_arg3 $05: zp_tmp0 $06: zp_tmp1 $07: zp_tmp2 @@ -27,6 +29,7 @@ $49: zp_velocity_x $50: zp_state $51: zp_walk_counter $60-$6B: zp_enemies_pool_base +$70-$7B: zp_pool_base $80: zp_control $81: zp_mask $A0-$BD: zp_bullets_pool_base @@ -53,4 +56,4 @@ $4016: m_joypad1 $4017: m_frame_counter --- Summary (in bytes) --- -- Internal RAM: 340/2048 (16.60%) +- Internal RAM: 354/2048 (17.29%) diff --git a/.nasm/segments.txt b/.nasm/segments.txt index cef052a..b3a3e94 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 5484/32762 (16.74%) +- ROM0: 5733/32762 (17.50%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) -- cgit v1.2.3