- 42
- Posts
- 14
- Years
- Seen Aug 13, 2021
Couple questions from a total beginner
So I decided to play around with some pretty simple hacking stuff. Using the patch, I got the DPSS system working and I figured I might try to add some of the new attacks. I figured the easiest way to do that would be to edit some to the clone attacks (Harder/Defense Curl) into the new ones, and that is also working fine. Now, I just need to edit the attack animations so that X-Scissor doesn't look like howl. I saw this asked a few times, but wasn't really sure I understood the responses. So I have two questions:
1. Can I get a step by step for changing one animation to another; for example giving Howl the Fury Cutter animation? I figured hex editing would be the easiest, but I don't know where the pointers to the attacks are stored to change them.
Also I would like to have wild Deoxys and Mew that will actually obey. Fixing Mew was easy with a hex edit at 0x1D402. Switching 97 (151 in dec) to 00 eliminates the problem.
2. Is there a similar procedure for getting rid of the Deoxys check? I saw a 182 (386 in dec) in the area, but setting it to 000 didn't help.
So I decided to play around with some pretty simple hacking stuff. Using the patch, I got the DPSS system working and I figured I might try to add some of the new attacks. I figured the easiest way to do that would be to edit some to the clone attacks (Harder/Defense Curl) into the new ones, and that is also working fine. Now, I just need to edit the attack animations so that X-Scissor doesn't look like howl. I saw this asked a few times, but wasn't really sure I understood the responses. So I have two questions:
1. Can I get a step by step for changing one animation to another; for example giving Howl the Fury Cutter animation? I figured hex editing would be the easiest, but I don't know where the pointers to the attacks are stored to change them.
Also I would like to have wild Deoxys and Mew that will actually obey. Fixing Mew was easy with a hex edit at 0x1D402. Switching 97 (151 in dec) to 00 eliminates the problem.
2. Is there a similar procedure for getting rid of the Deoxys check? I saw a 182 (386 in dec) in the area, but setting it to 000 didn't help.