From 26374aae7cce1417067d07a69c4f3c0512d88fd4 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 23 Mar 2021 00:59:38 -0400 Subject: Fix cart.txt --- cart.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cart.txt') diff --git a/cart.txt b/cart.txt index 2359c85..6531479 100644 --- a/cart.txt +++ b/cart.txt @@ -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. -- cgit v1.2.3