From 0e94cc2b4692ab8bdcfc3f81ded00a67931e390d Mon Sep 17 00:00:00 2001 From: metaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com> Date: Thu, 7 Dec 2023 00:35:37 -0600 Subject: forgot to keep track, I fixed a lot of bugs though. Displays moves, attributes, party. Actually edits now. --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh index 0a2f7fe..dd32b58 100644 --- a/compile.sh +++ b/compile.sh @@ -1 +1 @@ -g++ -Wall main.cpp SavEdit.cpp PrivateAccess.cpp UserOptions.cpp TextOptions.cpp PartyEdit.cpp -o SE.o +g++ -Wall main.cpp SavEdit.cpp PrivateAccess.cpp UserOptions.cpp TextOptions.cpp PartyEdit.cpp Attributes.cpp -o SE.o -- cgit v1.2.3