BluRose
blu rass
- 814
- Posts
- 11
- Years
- Age 24
- ds hacking
- Seen Apr 24, 2025
If I understood you correctly, you want to decompile Flail? Well, I did that and here's what came out:
Spoiler:Though I'm afraid I can't help you with the implementation of Gyro Ball and Electro Ball, since battle related stuff is not my field of expertise.Code:#org 0x1D757F remaininghptopower goto 0x81D6900 #org 0x1D6900 jumpifhalfword 0x1 0x2023D4A 0x39 0x81D6926 jumpifspecialstatusflag 0x0 0x40000 0x1 0x81D6926 orword 0x2023DD0 0x40000 setbyte 0x2023FD2 0x2 #org 0x1D6926 attackcanceler accuracycheck 0x81D695E 0x0 attackstring ppreduce calculatedamage attackanimation waitanimation missmessage cmd5c 0x0 waitstate graphicalhpupdate 0x0 datahpupdate 0x0 critmessage waitmessage 0x40 resultmessage waitmessage 0x40 seteffectwithchancetarget faintpokemon 0x0 0x0 0x0 setbyte 0x2023FD8 0x0 cmd49 0x0 0x0 end #org 0x1D695E attackstring ppreduce pause 0x20 missmessage resultmessage waitmessage 0x40 goto 0x81D694E #org 0x1D694E setbyte 0x2023FD8 0x0 cmd49 0x0 0x0 end
Thank you so much, that is exactly what I wanted! I know how to implement from there, I just needed someone to help me decompile it because I could not figure out how...