- 226
- Posts
- 15
- Years
- Seen Jun 9, 2019
Sorry for creating a Thread for this.
I'm creating some new Pokéball Items, in a Pokémon Emerald rom.
Everything works fine after. I click on the Pokéball I get the Item and then it dissapears, but the text isn't exactly like the "non hacked" pokeball items. When I click on the hacked one the text says "Obtained the Potion!" for example but by the non hacked the text says "Players Name found one Potion!".
Can it be changed? I ask because I can't find anything of it on the web. And if yes what codes must I use? Please help.
And thanks
Also the code I use is this:
#dynamic 0xE3D0AD
#org @start
hidesprite 47
giveitem 0xD 0x1 0x0
setflag 0x1203
release
end
Note: Any Item interest me, Potion is just an example.
I'm creating some new Pokéball Items, in a Pokémon Emerald rom.
Everything works fine after. I click on the Pokéball I get the Item and then it dissapears, but the text isn't exactly like the "non hacked" pokeball items. When I click on the hacked one the text says "Obtained the Potion!" for example but by the non hacked the text says "Players Name found one Potion!".
Can it be changed? I ask because I can't find anything of it on the web. And if yes what codes must I use? Please help.
And thanks
Also the code I use is this:
#dynamic 0xE3D0AD
#org @start
hidesprite 47
giveitem 0xD 0x1 0x0
setflag 0x1203
release
end
Note: Any Item interest me, Potion is just an example.