choogiesaur / hgss-shiny-modifier

Python script to modify the Shiny encounter rate in Pokemon HeartGold/SoulSilver for NDS
MIT License
6 stars 6 forks source link

issue with getting the code to work #1

Closed isaacthegamerhehehe closed 1 year ago

isaacthegamerhehehe commented 1 year ago

can you leave an example so i know EXACTLY what to change because it's confusing and for some reason it just closes without doing anything ;-;

choogiesaur commented 1 year ago

Hi, please check the updated version of the repo.

It now takes your filename to be modified via command line argument.

You still set your region and shiny rate in the script on these lines:

shiny_offset = 0x70080
...
new_shiny_rate = 0xFF

You can change either the 0x70080 to the other regions listed, or 0xFF to a shiny rate of your choice.

choogiesaur commented 1 year ago

Thanks for your interest and please report any further bugs!

Neotunee commented 1 year ago

Hi, Im sorry if im just really incompetent for step 5 & 6 but do I just run the code in visual studio and how will if I've completed the steps right? Thanks

NeonSpaceTurtle commented 1 year ago

Hi, Im sorry if im just really incompetent for step 5 & 6 but do I just run the code in visual studio and how will if I've completed the steps right? Thanks