From dec07ae7f8ff7baacf3adc834650b41f12dbc04a Mon Sep 17 00:00:00 2001 From: tmpz23 <28760271+tmpz23@users.noreply.github.com> Date: Sun, 24 Apr 2022 06:22:51 +0200 Subject: [PATCH] Update README.md --- doltool/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doltool/README.md b/doltool/README.md index 17e397b..0ae383f 100644 --- a/doltool/README.md +++ b/doltool/README.md @@ -26,7 +26,7 @@ doltool.py --stats source.dol Patch the dol data and text section using an action_replay.ini file containing write instructions (02/04 implemented yet). If the virtual address of the ARCode doesn't match existing mapped data or text sections it raise an Exception. To avoid this exception use the -sr argument to auto remap dol offsets and create a new data section reserved for the patching process. ``` -doltool.py --patch-action-replay source.dol action_replay_list.ini [-sr] +doltool.py --patch-action-replay source.dol -ini action_replay_list.ini [-sr] ``` ## Action Replay ini file format