Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add modification that disables AVI limits. #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added mod/Meteo140EN_mod.exe
Binary file not shown.
19 changes: 19 additions & 0 deletions mod/guide.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Hi, I would like to suggest a modification that can be done to the Meteo application that disables the minimum resolution limit and the maximum file limit.
Note that this will result in most roms not being able to be fit in a normal GBA cart, but these can be fit in a flash cart.

How to modify:
1. Download x64dbg (https://x64dbg.com)
2. Go through the setup and choose x32dbg.
3. Drag and drop the original Meteo140EN.exe into x32dbg, and then press F9.
4. Click on "Find Strings" (the button that has a capital A and a lowercase z). This will redirect you to the "References" tab, where you can see all the strings.
5. Double click on the "ROM is bigger than 32MB(256Mbit)" string.
6. Double click on the jbe right above the string and chance the jbe to jmp. Click OK.
7. Go back to the References tab and click on the "Resolution is too small." string.
8. Above that, there should be a je, double click on that and cahnge it to a jmp.
9. Now we are done patching. Go to File > Patch File and in the "Patches" menu, click "Patch File". Save the file wherever, just try to save it as an exe file!
10. After saving, you should be able to run the application without any limits.

Included in this pull request is a *.1337 patch file usable in x32dbg, which allows you to quickly modify the application without needing to do the above.
Just open x32dbg, drag and drop the exe file into it, and open up the "Patches" within File > Patch File menu, then click Import. Browse to where you downloaded the patch file, then open it. Then all you would need to do at that point is click on "Patch File", and save the file to wherever.


3 changes: 3 additions & 0 deletions mod/limitremover.1337
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
>meteo140en.exe
00006404:76->EB
000068C7:74->EB