From 416a49c67092335002eb5cd0c22f3cd0aadcd72a Mon Sep 17 00:00:00 2001 From: JoshuaMK <60854312+JoshuaMKW@users.noreply.github.com> Date: Tue, 14 Apr 2020 16:06:05 -0500 Subject: [PATCH] Added auto size info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5604c2d..4371da4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 1. Extract main.dol/Start.dol (varies by extraction method) from the desired game into the same directory as "main.py" 2. Move your GCT into the same directory as "main.py" 3. Run main.py and input the names of the main.dol/Start.dol, and the GCT. - 4. Define your code allocation (Is in hex: 30000 = 0x30000) + 4. Define your code allocation in hex: 30000 = 0x30000 (Press enter on empty string or set size to 0 to have it calculate the size for you) Your new patched main.dol/Start.dol will be in the folder ./BUILD/ @@ -15,6 +15,6 @@ 1. Extract main.dol/Start.dol (varies by extraction method) from the desired game into the same directory as "main.py" 2. Move your GCT into the same directory as "main.exe" 3. Either run main.exe and input the names of the main.dol/Start.dol, and the GCT, OR drag the main.dol/Start.dol and the GCT onto main.exe and drop them - 4. Define your code allocation (Is in hex: 30000 = 0x30000) + 4. Define your code allocation in hex: 30000 = 0x30000 (Press enter on empty string or set size to 0 to have it calculate the size for you) Your new patched main.dol/Start.dol will be in the folder ./BUILD/