diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-03 18:47:42 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-03 18:47:42 +0100 |
| commit | d71a38f3223dd90ad59b706321de87d60c0ed666 (patch) | |
| tree | 0e3e580f43dd43ab8f446569f90939cf1f72300b /.nasm/memory.txt | |
| parent | f7df2b8be51936aa79a309ada059a0eecfa86796 (diff) | |
| download | jetpac.nes-d71a38f3223dd90ad59b706321de87d60c0ed666.tar.gz jetpac.nes-d71a38f3223dd90ad59b706321de87d60c0ed666.zip | |
Add a pool of explosion effects
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à <mssola@mssola.com>
Diffstat (limited to '.nasm/memory.txt')
| -rw-r--r-- | .nasm/memory.txt | 5 |
1 files changed, 4 insertions, 1 deletions
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%) |
