diff options
Diffstat (limited to '.nasm')
| -rw-r--r-- | .nasm/memory.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.nasm/memory.txt b/.nasm/memory.txt index cf829a2..05bf7eb 100644 --- a/.nasm/memory.txt +++ b/.nasm/memory.txt @@ -31,8 +31,7 @@ $34: zp_first_bullet $35: zp_timer $36: zp_first_enemy $37: zp_next_enemy_cycle -$38: zp_moved_out -$39: zp_pause_toggle +$38: zp_flags $40: zp_screen_y $41-$42: zp_position_y $44: zp_velocity_y @@ -77,4 +76,4 @@ $4016: m_joypad $4017: m_frame_counter --- Summary (in bytes) --- -- Internal RAM: 414/2048 (20.21%) +- Internal RAM: 413/2048 (20.17%) |
