Update README.md

This commit is contained in:
tmpz23 2022-04-24 06:22:51 +02:00 committed by GitHub
parent bc77aa826e
commit dec07ae7f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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