From 51b94820bfe2859a887154ea1ca2a57761192397 Mon Sep 17 00:00:00 2001
From: metaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com>
Date: Thu, 27 Apr 2023 21:03:06 -0500
Subject: Added in a new subroutine to help with creating documentation.

---
 main.cpp | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

(limited to 'main.cpp')

diff --git a/main.cpp b/main.cpp
index eaca369..539293a 100644
--- a/main.cpp
+++ b/main.cpp
@@ -33,19 +33,21 @@ int main(int argc, char *argv[])
     //save.modify(0x2598, 0x259E);
 
     // TEST OPTIONS
-    bool done = false;
+    bool done = true; //false;
     while(!done)
         done = save.select();
 
+    // To make things faster.
+    save.debug();
 
     // Test the rival.
     //save.modify(0x25F6, 0x25FC);
 
     // Update the checksum.
-    //save.checksum();
+    save.checksum();
 
     // Save the new file
-    //save.saveNewFile();
+    save.saveNewFile();
 
     return 0;
 }
-- 
cgit v1.2.3