diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-13 22:34:25 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-13 22:34:25 +0100 |
| commit | 86160cce38ba3033792202c01ae3ac3ccc1428e0 (patch) | |
| tree | 6b95c360f4590b4de28a6b6005a2c96290cc70b2 /.nasm | |
| parent | 8a97dee912e81da8fe669ae3d3f1eb8baacd8e1f (diff) | |
| download | jetpac.nes-86160cce38ba3033792202c01ae3ac3ccc1428e0.tar.gz jetpac.nes-86160cce38ba3033792202c01ae3ac3ccc1428e0.zip | |
Set the enemy pool size on 'init_pool' loop's init
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.nasm')
| -rw-r--r-- | .nasm/segments.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.nasm/segments.txt b/.nasm/segments.txt index 8a74429..d7d3ad5 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 5192/32762 (15.85%) +- ROM0: 5190/32762 (15.84%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) |
