diff options
author | metaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com> | 2023-11-17 12:18:04 -0600 |
---|---|---|
committer | metaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com> | 2023-11-17 12:18:04 -0600 |
commit | a1f7155a1ea42fd7afa1c1546d11a6412dbd06bd (patch) | |
tree | 3c979b5173cc72ea18ba13d5cacb3ade5639e04f /main.cpp | |
parent | 511e5abbfe4af714c555e977d64ebd99e4e113f9 (diff) | |
download | PSE-a1f7155a1ea42fd7afa1c1546d11a6412dbd06bd.tar.gz |
Party editing feature implemented.
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); |