diff options
-rw-r--r-- | cart.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -100,10 +100,10 @@ Changes the game needed for a cart version: Not many. as low as possible allows room for bugfixes or new features (if I ever add any). -the RODATA segment is org'ed to $8000 (see cartbank3.cfg). +the RODATA segment is org'ed to $8000 (see cartbank2.cfg). all of the game's asm code, and a small amount of the C code, goes in -a new segment called HIGHCODE (see cartbank3.cfg). +a new segment called HIGHCODE (see cartbank2.cfg). checkmem.s isn't needed any longer... though there is a new memory checker (in bank 3) that says "32K required" if someone tries it on a 16K machine. |