- 180
- Posts
- 11
- Years
- Seen Jan 10, 2017
Move Effect
Venom Drench
Venom Drench
Spoiler:
Emerald
Make sure to put target to "Both foes" in PGA.
Spoiler:
Make sure to put target to "Both foes" in PGA.
Code:
#Dynamic 0x[Offset]
#freespace 0xFF
#org @Start
jumpifhalfword 0x0 0x20231EA 0x[Move ID] @VenomDrench
goto [Offset of move you choose to hi-jack]
#org @VenomDrench
attackcanceler
attackstring
ppreduce
jumpifstatus 0x0 0x8 @Status
jumpifstatus 0x0 0x80 @Status
goto 0x82D9F1C
#org @Status
jumpifstat 0x0 0x2 0x1 0x0 @Att
jumpifstat 0x0 0x2 0x4 0x0 @Att
jumpifstat 0x0 0x0 0x3 0x0 0x82DA5CF
#org @Att
accuracycheck 0x82D9F1C 0x0
attackanimation
waitanimation
setbyte 0x202448F 0x0
playstatchangeanimation 0x0 0x1A 0x5
playstatchangeanimation 0x0 0x2 0x3
setbyte 0x202448E 0x91
statbuffchange 0x1 FALSE @SpAtt
jumpifbyte 0x0 0x2024337 0x2 @SpAtt
printfromtable 0x85CC8A8
waitmessage 0x40
#org @SpAtt
playstatanimation 0x0 0x10 0x3
setbyte 0x202448E 0x94
statbuffchange 0x1 FALSE @Speed
jumpifbyte 0x0 0x2024337 0x2 @Speed
printfromtable 0x85CC8A8
waitmessage 0x40
#org @Speed
playstatanimation 0x0 0x8 0x3
setbyte 0x202448E 0x93
statbuffchange 0x1 FALSE 0x82DA5CA
jumpifbyte 0x0 0x2024337 0x2 0x82DA5CA
printfromtable 0x85CC8A8
waitmessage 0x40
goto 0x82D8A4E
Last edited: