PDA

View Full Version : Enemy Editor Question



bob1000
01-17-2009, 10:12 PM
What variable(s) affect how many tiles of animation a custom enemy has? I'm making custom enemies with their Animation Speed at 30, but they sometimes use 5 or 6 tiles at a time instead of 4. (Moblins and Stalfos have this problem, but not Darknuts.)

Joe123
01-18-2009, 06:36 AM
Animation speed for enemies has to be a power of 2, otherwise things break I believe. Try setting it to 32 instead.