From 19f74365f73afafd00bbbaf897fb0026c16ab805 Mon Sep 17 00:00:00 2001
From: Ian Skinner <56081713+IanSkinner1982@users.noreply.github.com>
Date: Fri, 25 Jun 2021 23:37:28 -0400
Subject: [PATCH] Updated information
---
pages/programs/cc64.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/programs/cc64.html b/pages/programs/cc64.html
index 0a0b1df..e720d58 100644
--- a/pages/programs/cc64.html
+++ b/pages/programs/cc64.html
@@ -26,8 +26,8 @@
Gain (cookies per second)
Price
-
Now edit the program. You will need to change the maximum number of buildings (written as mb) you want minus one. This is set at the start of line 10.
-
Next, look at line 2010. These determine the building data that will be displayed on each page. (a range of 0-4 will print data for buildings 0-4, and 5-9 for 5-9 and so on) SS is the page number on which these values will be printed. Make sure you have ifss>{page #}theni. Add/edit ranges as needed.
+
Now we'll start editing the actual program. You will need to change the old max # of buildings to the new max # of buildings you want, minus one. This can be edited at the start of line 10. (the max # of building is represented as mb)
+
Next, look at line 2010. There are multiple ranges. These determine what building data will be displayed on each page. (a range of 0-4 will print data for buildings 0-4, and 5-9 for 5-9 and so on) I and J are the minimum and maximum values of a range, respectively. SS is the page number on which these values will be printed. Add/edit ranges as needed. Make sure you have ifss>{page #}theni.
(notes: page numbers start at 0, and ranges can be no bigger than 5)
Lastly, edit line 3095 to be ifss={max page #+1}thenss={max page #}.