- 669
- Posts
- 7
- Years
- He/Him
- Michigan
- Seen May 5, 2025
I've seen a few gen 3 hacks that use HM items but I haven't been able to find a guide on how to make them, can someone point me to a tutorial?
Look for ASM resource thread and
Search through the comments, you'll find what you're looking for
Sorry I can't post links since I haven't made 5 posts
Hi, already removed the need for HMs from Pokemon, and still create the field effect. If you want to use items to achieve this effect:
Pc/showthread.php?t=258426
When you get to the "addscript" part you will have to just point it to an existing script.
Surf is actually very easy to port to an item. You simply have to run the surf script, lol. That's at 0x1A6AC8. You only need to change that to this:
Spoiler:dyn 0x740000
#org @start
'do the checks you want
storepartypokemon 0x0 0x800D
setanimation 0x0 0x800D
doanimation 0x9 'this line alone does the "surf"
release
end
Fly is the only one which will require some ASM, and even that is easy, because the research is already done for you. For the item script for fly, just do "callasm 0x80C4EF9
Flash is my last post in the HM thread.
RockSmash, Strength, waterfall are all done exactly the same as surf.
Strength however has a special flag, 0x805 which needs to be set. It allows the "strength effect" to persist.
It requires you have JPAN's hacker engine applied to put scripts on items btw, according to the tutorial I linked you.
dyn 0x740000
#org @start
'do the checks you want
storepartypokemon 0x0 0x800D
setanimation 0x0 0x800D
doanimation 0x9 'this line alone does the "surf"
release
end
My Paul made a patch, though fly in incomplete
I think this is not for XSE, is it ?
I dind't find a keyword called storepartypokemon
But will this work wth a bit modification using XSE ?
Hi, the commands exist in Red Alien Advance Script Compiler:
https://www.mediafire.com/file/lz6hgk3qc8j2bwo/Red_Alien_by_cosorara.rar/file