From ee98d4143240f360955e058c9acd7d3981a04f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Valor=20Mart=C3=ADnez?= Date: Sat, 22 Apr 2023 15:08:09 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1adido=20readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- readme.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 readme.md diff --git a/Makefile b/Makefile index 22dacbb..c6f44e8 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ all: - clang++ main.cpp -std=c++11 -Wall -Os -ffunction-sections -fdata-sections -o main \ No newline at end of file + clang++ main.cpp -std=c++11 -Wall -Os -ffunction-sections -fdata-sections -o bof3_checksum \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..5ee5a81 --- /dev/null +++ b/readme.md @@ -0,0 +1,9 @@ +# bof3_checksum + +Programa para corregir el checksum de una partida guardada y modificada de Breath of Fire III para Playstation + +## Modo de empleo + + $ ./bof3_checksum fichero.srm + +El programa modifica el propio fichero y crea una copia de seguridad. \ No newline at end of file