Binary ROM HackingNeed a helping hand or just want to talk about binary ROM hacks? Get comments and answers to any ROM Hacking-related problems, questions or thoughts you have here.
I used 8000 then when I press ok, it always pops up
__________________
This signature has been disabled.
Scrollbar appears
Please review and fix the issues by reading the signature rules.
You must edit it to meet the limits set by the rules before you may remove the [sig-reason] code from your signature. Removing this tag will re-enable it.
Do not remove the tag until you fix the issues in your signature. You may be infracted for removing this tag if you do not fix the specified issues. Do not use this tag for decoration purposes.
Perhaps it automatically rejects unsuitable variables? I can't remember the exact range, but around the 4000s to 40FF are the 'safe' values. Does it accept any of those?
Karatekid has a tutorial on it somewhere. On my phone so can't easily link I'm afraid.
I used 8000 then when I press ok, it always pops up
Quote:
Originally Posted by Magic
Perhaps it automatically rejects unsuitable variables? I can't remember the exact range, but around the 4000s to 40FF are the 'safe' values. Does it accept any of those?
Karatekid has a tutorial on it somewhere. On my phone so can't easily link I'm afraid.
Scrollbar appears
Please review and fix the issues by reading the signature rules.
You must edit it to meet the limits set by the rules before you may remove the [sig-reason] code from your signature. Removing this tag will re-enable it.
Do not remove the tag until you fix the issues in your signature. You may be infracted for removing this tag if you do not fix the specified issues. Do not use this tag for decoration purposes.
Scrollbar appears
Please review and fix the issues by reading the signature rules.
You must edit it to meet the limits set by the rules before you may remove the [sig-reason] code from your signature. Removing this tag will re-enable it.
Do not remove the tag until you fix the issues in your signature. You may be infracted for removing this tag if you do not fix the specified issues. Do not use this tag for decoration purposes.
Scrollbar appears
Please review and fix the issues by reading the signature rules.
You must edit it to meet the limits set by the rules before you may remove the [sig-reason] code from your signature. Removing this tag will re-enable it.
Do not remove the tag until you fix the issues in your signature. You may be infracted for removing this tag if you do not fix the specified issues. Do not use this tag for decoration purposes.
You have to use a specific range of variables. Choosing 0x40FF would mean the rest of the automatically determined variables would spill into 0x5000, which the tool is preventing from doing due to safety issues. Instead, try inputting a variable such as 0x4050 (I believe the actual upper bound for this would be 0x40F8, because it uses seven consecutive variables).
You have to use a specific range of variables. Choosing 0x40FF would mean the rest of the automatically determined variables would spill into 0x5000, which the tool is preventing from doing due to safety issues. Instead, try inputting a variable such as 0x4050 (I believe the actual upper bound for this would be 0x40F8, because it uses seven consecutive variables).
Wow o wow! It worked! Thanks pal! It really worked! And, what will I do now anyway?
__________________
This signature has been disabled.
Scrollbar appears
Please review and fix the issues by reading the signature rules.
You must edit it to meet the limits set by the rules before you may remove the [sig-reason] code from your signature. Removing this tag will re-enable it.
Do not remove the tag until you fix the issues in your signature. You may be infracted for removing this tag if you do not fix the specified issues. Do not use this tag for decoration purposes.