Link via script to the Shuckle.asm?
Posted by: Halfshadow
Date: 2019-07-10 08:05:41
https://github.com/pret/pokecrystal/blob/0ae5e9b3986dbbe64870dc1ad29a63b65b96200e/engine/events/shuckle.asm
starting from the "ld bc, PARTYMON_STRUCT_LENGTH" line, I know the binary address in the rom of that line.
If linked correctly should as example give the Berry to the obtained pokémon and the Mania OT and ID and the nickname.
There is a way to link to that line?
I want to write a similar ASM with a different ID and trainer name, but I don't want to write a new special command, only add the routine to set the ID and the trainer name, is possible?
My target is of give a legit GF Mew that could pass trough the pokétransfer, I need only of own the link to the asm. :)