• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • 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.

[FR/EM]Show item image when it added to the bag

Good morning!
These days i saw an update of an Italian hack, where there was a very interesting feature, that is the loading the image of items when they added to the bag.
Since it seemed like a nice thing to implement in our ROMs, today i'll explain how to do that!

# 1 - Hook and Routine asm
Spoiler:


Important notes:
- it's not compatible with Jpan's Hacked Engine, for now
- The routine works only with the type message 1 (MSG_FIND) of the giveitem:


#2 - Final Result:
[PokeCommunity.com] [FR/EM]Show item image when it added to the bag

excuse me when i assembled the code it gave binaries in chinese lang can you help please.
thx in advance.

EDIT: found my mistake. sorry for the disturbance
 
Last edited:
Good morning!
These days i saw an update of an Italian hack, where there was a very interesting feature, that is the loading the image of items when they added to the bag.
Since it seemed like a nice thing to implement in our ROMs, today i'll explain how to do that!

# 1 - Hook and Routine asm
Spoiler:


Important notes:
- it's not compatible with Jpan's Hacked Engine, for now
- The routine works only with the type message 1 (MSG_FIND) of the giveitem:


#2 - Final Result:
[PokeCommunity.com] [FR/EM]Show item image when it added to the bag

its late but i figured out a mistake that was screwing up some of the roms. instead of xxxxxx offset should be inserted in little endian + 1. now it works for me .
 
Last edited:
Good morning!
These days i saw an update of an Italian hack, where there was a very interesting feature, that is the loading the image of items when they added to the bag.
Since it seemed like a nice thing to implement in our ROMs, today i'll explain how to do that!

# 1 - Hook and Routine asm
Spoiler:


Important notes:
- it's not compatible with Jpan's Hacked Engine, for now
- The routine works only with the type message 1 (MSG_FIND) of the giveitem:


#2 - Final Result:
[PokeCommunity.com] [FR/EM]Show item image when it added to the bag

for how many bytes i have to find free space for this please help
 
its late but i figured out a mistake that was screwing up some of the roms. instead of xxxxxx offset should be inserted in little endian + 1. now it works for me .

can u insert for me
 
Last edited by a moderator:
Back
Top