castleraider
changeset 321:876c2709d378
Moved 16 bytes of free space from the map data area to the code area.
| author | David Boddie <david@boddie.org.uk> |
|---|---|
| date | Fri Oct 03 00:12:39 2014 +0200 |
| parents | a73fcec69709 |
| children | 6f53862eb4f7 |
| files | build.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/build.py Fri Oct 03 00:12:15 2014 +0200 1.2 +++ b/build.py Fri Oct 03 00:12:39 2014 +0200 1.3 @@ -167,7 +167,7 @@ 1.4 memory_map = { 1.5 "working area": 0xb00, 1.6 "code start": 0x0e00, 1.7 - "data start": 0x2140, 1.8 + "data start": 0x2150, 1.9 "tile sprites": 0x2aa0 + 0xc0, 1.10 "character and object sprites": 0x2de0 + 0xc0, 1.11 "bank 1 (panel)": 0x3000,
