1
0
Fork 0

Final message tweaks

This commit is contained in:
JoshuaMKW 2020-08-25 07:21:23 -05:00
parent e72c03e734
commit 54f4fa1b49

View file

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