diff options
Diffstat (limited to '.nasm')
| -rw-r--r-- | .nasm/memory.txt | 4 | ||||
| -rw-r--r-- | .nasm/segments.txt | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.nasm/memory.txt b/.nasm/memory.txt index 397a90b..7a2ccaa 100644 --- a/.nasm/memory.txt +++ b/.nasm/memory.txt @@ -68,6 +68,8 @@ $E3: zp_current_bullet_x $E7-$EF: zp_current_tiles $F0-$FF: zp_current_tiles $0200-$02FF: m_sprites +$0300-$030B: m_players +$030C-$0311: m_hi $2000: m_control $2001: m_mask $2002: m_status @@ -81,4 +83,4 @@ $4016: m_joypad $4017: m_frame_counter --- Summary (in bytes) --- -- Internal RAM: 419/2048 (20.46%) +- Internal RAM: 437/2048 (21.34%) diff --git a/.nasm/segments.txt b/.nasm/segments.txt index c2666b1..486c2fa 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 8716/32762 (26.60%) +- ROM0: 8864/32762 (27.06%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) |
