• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • 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.

[Other✓] I would like some help with Dizzy's Hacked Engine, please. [solved]

I have implemented Dizzy's Hacked Engine (here) and it is working, though I am in need of some help with the Shiny Charm. I left the default value for it in the build.py line 48:
Spoiler:

The item in question, 0x70, is an empty item normally and upon looking at said item in both PGE and Gen 3 Tools it is still an empty item. Is there another step necessary to implement this item? I looked into the offsets.ini and on line 18 it says:
Spoiler:

and that is the only reference I can find to this particular feature. Am I missing something?
 
Last edited:
It's been a while since I've used them, but IIRC Dizzy Egg's old binary repos don't include sprites, and don't modify data tables either, so you'll have to add the shiny charm sprite and fill out its info yourself.

Might not be remembering this correctly either, but I think the hacked engine just checks to see if the player has the shiny charm in their bag to alter shiny rates, so that's why it needs to know which item number it is.
 
It's been a while since I've used them, but IIRC Dizzy Egg's old binary repos don't include sprites, and don't modify data tables either, so you'll have to add the shiny charm sprite and fill out its info yourself.
Ohhh I see, so I just make a new item in that slot but I don't need to give it a script or anything?
Might not be remembering this correctly either, but I think the hacked engine just checks to see if the player has the shiny charm in their bag to alter shiny rates, so that's why it needs to know which item number it is.
So I just make a new item in that slot? Don't need to give it a script or anything?
 
[PokeCommunity.com] I would like some help with Dizzy's Hacked Engine, please. [solved]


You just need to set the item equal to the image, and that's it.
No additional edits are required. Just set up the item correctly
and have it in your bag for the effect of the item to work.
 
[PokeCommunity.com] I would like some help with Dizzy's Hacked Engine, please. [solved]


You just need to set the item equal to the image, and that's it.
No additional edits are required. Just set up the item correctly
and have it in your bag for the effect of the item to work.

Excellent, thank you!
 
Back
Top