Final message tweaks
This commit is contained in:
parent
e72c03e734
commit
54f4fa1b49
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ if __name__ == "__main__":
|
||||||
help='Define the size of the code allocation in hex, only applies when using the ARENA space',
|
help='Define the size of the code allocation in hex, only applies when using the ARENA space',
|
||||||
metavar ='SIZE')
|
metavar ='SIZE')
|
||||||
parser.add_argument('-i', '--init',
|
parser.add_argument('-i', '--init',
|
||||||
help='Define where GeckoLoader is injected in hex',
|
help='Define where GeckoLoader is initialized in hex',
|
||||||
metavar='ADDRESS')
|
metavar='ADDRESS')
|
||||||
parser.add_argument('-m', '--movecodes',
|
parser.add_argument('-m', '--movecodes',
|
||||||
help='''["AUTO", "LEGACY", "ARENA"] Choose if GeckoLoader moves the codes to OSArenaHi,
|
help='''["AUTO", "LEGACY", "ARENA"] Choose if GeckoLoader moves the codes to OSArenaHi,
|
||||||
|
@ -94,7 +94,7 @@ if __name__ == "__main__":
|
||||||
choices=['VI', 'GX', 'PAD'],
|
choices=['VI', 'GX', 'PAD'],
|
||||||
metavar='HOOK')
|
metavar='HOOK')
|
||||||
parser.add_argument('--hookaddress',
|
parser.add_argument('--hookaddress',
|
||||||
help='Choose where the codehandler hooks to, overrides auto hooks',
|
help='Choose where the codehandler hooks to in hex, overrides auto hooks',
|
||||||
metavar='ADDRESS')
|
metavar='ADDRESS')
|
||||||
parser.add_argument('-o', '--optimize',
|
parser.add_argument('-o', '--optimize',
|
||||||
help='''Optimizes the codelist by directly patching qualifying
|
help='''Optimizes the codelist by directly patching qualifying
|
||||||
|
|
Reference in a new issue