summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authormetaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com>2023-11-17 12:18:04 -0600
committermetaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com>2023-11-17 12:18:04 -0600
commita1f7155a1ea42fd7afa1c1546d11a6412dbd06bd (patch)
tree3c979b5173cc72ea18ba13d5cacb3ade5639e04f /main.cpp
parent511e5abbfe4af714c555e977d64ebd99e4e113f9 (diff)
downloadPSE-a1f7155a1ea42fd7afa1c1546d11a6412dbd06bd.tar.gz
Party editing feature implemented.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index f65104c..9fc575a 100644
--- a/main.cpp
+++ b/main.cpp
@@ -44,6 +44,10 @@ int main(int argc, char *argv[])
//save.modStats();
save.modMainMenu();
std::cout << "stats modified." << std::endl;
+
+ // Print testing
+ //save.printPkmnlist();
+ //save.printMovelist();
// Test the rival.
//save.modify(0x25F6, 0x25FC);