How do you make an enemies HP and speed higher? I looked at the DNA, and all I saw was something like "03C0."
Hp is easy to change, but speed is a little bit harder. The 03C0 is a number in hex form. I'm pretty sure its 960, but i'm not positive. You just change those numbers to change the hp. hex is base 16, so it goes:0123456789ABCDEF, then you go to the next digit. Just as some nice even numbers:
500=01F4 3000=0BB8 10000=2710
1000=03E8 4000=0FA0 15000=3A98
2000=07D0 5000=1388 20000=4E20
For speed, it depends on the kind of enemy it is. I have no idea how to change the speed of bosses, but for crawlers, the speed box only has one digit that isn't zero. You can change this to any 1 digit number, but anything more than 5 makes them act weird, I recommend 4 at the fastest because that should be slightly faster than samus. For rippers, they only have one digit too, but their speed shouldn't be greater than 4 or they'll get stuck in a wall. Other enemies are more complicated, if you have a specific enemy in mind, let me know and I'll see if I know how to edit it.
500=01F4 3000=0BB8 10000=2710
1000=03E8 4000=0FA0 15000=3A98
2000=07D0 5000=1388 20000=4E20
For speed, it depends on the kind of enemy it is. I have no idea how to change the speed of bosses, but for crawlers, the speed box only has one digit that isn't zero. You can change this to any 1 digit number, but anything more than 5 makes them act weird, I recommend 4 at the fastest because that should be slightly faster than samus. For rippers, they only have one digit too, but their speed shouldn't be greater than 4 or they'll get stuck in a wall. Other enemies are more complicated, if you have a specific enemy in mind, let me know and I'll see if I know how to edit it.