diff options
Diffstat (limited to '.nasm/memory.txt')
| -rw-r--r-- | .nasm/memory.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.nasm/memory.txt b/.nasm/memory.txt index 9f9f561..9461474 100644 --- a/.nasm/memory.txt +++ b/.nasm/memory.txt @@ -29,6 +29,7 @@ $46-$47: zp_position_x $49: zp_velocity_x $50: zp_state $51: zp_walk_counter +$53-$54: zp_lifes $60-$6B: zp_enemies_pool_base $70-$7B: zp_pool_base $7C: zp_active @@ -64,4 +65,4 @@ $4016: m_joypad1 $4017: m_frame_counter --- Summary (in bytes) --- -- Internal RAM: 373/2048 (18.21%) +- Internal RAM: 375/2048 (18.31%) |
