MrDollSteak
Formerly known as 11bayerf1
- 858
- Posts
- 16
- Years
- Age 30
- Hong Kong
- Seen Aug 19, 2023
no problem :D I stumbled across the knock-off animation when i created a dragon tail attack that should also disable the foes item and thought well knock off sure looks like a tail attack :)
EDIT.: If you want the star that shows the impact to be blue (for the more waterish feeling), go to the last 02 xx xx 3E in the knock off animation (and you entire animation) which should be the star marking the impact. Go to that position ( 3E xx xx ) and copy the animation data you find here (should start with yy 27 yy 27 ... 08) and is 24 bytes (1,5 lines) long to some place (i prefer the end of my animation) and then repoint the 02 xx xx 3E to that position. After that you just have to experiment and replace the second yy byte in your yy 27 yy 27 part (which is responsible for the colour) with another palette (as your bubbles start with 00 zz 27 or 00 zz 28 you can just copy that zz value and replace the second yy value with it) so you get the blue impact star. :)
As for the fangs try to leave out the bite part and start with the punch-animations again and just remove that 02 xx xx 3E part for the punch :) and i think you misunderstood the part about removing everthing between two 02 xx xx 3Es :o you just have to remove about 1 line and a little more so when you see a 05 or 04 14 or 19 one line lower this is normally where you have to stop deleting :)
I've just been making Aqua tail too, following your advice to use Knock-off. However I really can't find the end to knock off, i've been trimming it down to every 08 i could and either, the whole animation would play out and freeze OR after excess trimming it would freeze mid animation. Do you happen to know the last line of the data?
Edit: I'm 100% certain that the Knock Off goes from offset 1D4A0F and finishes at 1D4A9E, because there is a pointer to a new move at 1D4A9F. However even with all this copied and combined with Aqua Tail, the end of the move freezes. In the mean time I've used Slam and it works.
Last edited: