diff options
author | Astatin <[email protected]> | 2025-09-03 14:27:00 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-09-03 14:27:00 +0200 |
commit | a893988c10736d324330fbdcacabd6ac862500e1 (patch) | |
tree | 41b5b85a90489803e1319fe8049fc765f341d33b /init.gbasm | |
parent | a1b6da7fa43627a08b8bc75a48805ec96fc77583 (diff) |
Add a post assembly script to round up ROM size (fixes ROM banking on some emulator)
Diffstat (limited to 'init.gbasm')
-rw-r--r-- | init.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ Header: .Licensee_code_new: .DB $00, $00 .SGB_Flag: .DB $00 .MBC: .DB $01 -.ROM_size: .DB $08 +.ROM_size: .DB $00 ; Will be set after assembly by build scripts .RAM_size: .DB $00 ; The .sav cartridge kind of ram .Destination_code: .DB $01 ; Overseas .Licensee_code_old: .DB $00 |