You are not logged in.
Pages: 1
How would I replace an item eg teru sama and make it function like using surf so when I use the item it will surf instead of having the pokemon I can use the item to surf
Offline
You'll want to
Edit the surf routine to let you use the surfboard if you have it
Change the item effect to call the surf routine (see how the party menu does it)
Make it a key item, give it a name and description, etc
For more on how items do this stuff already, see
https://github.com/kanzure/pokecrystal/ … ibutes.asm
https://github.com/kanzure/pokecrystal/ … ptions.asm
https://github.com/kanzure/pokecrystal/ … ffects.asm
https://github.com/kanzure/pokecrystal/ … _names.asm
Offline
Pages: 1