• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Patch: Custom EV/IV/Base Stat Display [English Translation + BW Styled Menu]

106
Posts
4
Years
ORIGINAL SPANISH POST HERE (I DID NOT MAKE THIS!) https://whackahack.com/foro/threads/fr-rf-custom-ev-iv-display-screen.65588/
Custom EV/IV/Base Stats Display
Intro
This is a Custom EV/IV/Base Stats Display screen coded in C and inserted via Python. The original is in Spanish so I translated it to English. Versekr Dark made the Black/White styled screen but I didn't know how to insert it so I made this version with the Black/White screen already in it.
Requirements and Steps to Insert
  1. First of all you need DevkitARM, ArmIPS and pret-tools installed (Download pret-tools and add it do your path variable)
  2. Then, clone the github repo and open the makefile. Change export INSERT_INTO := 0x08f90000 to free space in your rom.
  3. Open CMD and run make, and it should make a rom called rom.gba in the build folder.
  4. To open the menu, make a script that looks similar to:
    Code:
    #dynamic 0x800000
    #org @start
    callasm 0x08f90001 (the space you inserted it into + 1)
    end

Download
https://github.com/Greenphx9/Custom-EV-IV-Display-Screen
Follow the steps above to insert.

Screenshots
UiDph65.png
VouFTAH.png
Dh4DYbH.png


Bugs
There is a weird pinkish/purple overlay on the top right I don't know how to get rid of.

Note

Credits
This screen was NOT made by me. All credits go to Acimut and Versekr Dark from the Whackahack forums (Post here: https://whackahack.com/foro/threads/fr-rf-custom-ev-iv-display-screen.65588/)
The Black/White styled display was made by Versekr Dark. (Post here: https://whackahack.com/foro/threads/fr-rf-custom-ev-iv-display-screen.65588/post-471023)
 
10
Posts
5
Years
  • Age 34
  • Seen Jul 12, 2022
MQui2Zy.png
Please how to remove the old one and replace it with yours ?
 

Li Yun

"Does the truth exist or is it all a lie and the w
204
Posts
3
Years
Files that makes it possible to apply this feature in Emerald.
Download: Attached file.
Credits to Acimut(Ev-Iv Display), Versekr Dark(English Translation + BW Styled Menu) & Li Yun(For porting to Emerald).
bandicam_2021-10-30_19-41-31-496.jpg
bandicam_2021-10-30_19-41-40-138.jpg

bandicam_2021-10-30_19-41-30-966.jpg
bandicam_2021-10-30_19-42-58-274.jpg
 

Attachments

  • Ev-Iv Emerald.zip
    1.5 KB · Views: 64
123
Posts
3
Years
  • Age 25
  • Seen today
I get the following error when I try running >

Creating ROM
armips.exe mainBPRE.asm -definelabel insertinto 0x08B7B100 -sym offsets.txt
process_begin: CreateProcess(NULL, armips.exe mainBPRE.asm -definelabel insertinto 0x08B7B100 -sym offsets.txt, ...) failed.
make (e=2): The system cannot find the file specified.
Makefile:73: recipe for target 'rom' failed
mingw32-make: *** [rom] Error 2

Edit:>> This problem was solved by making sure my paths were set up and that armips.exe was located in the same folder
 
Last edited:
1
Posts
16
Days
  • Seen today
Guys, I've made the rom.gba but I'm confused as to how to script so it shows. Any help pleasee :)
 
Back
Top