rkm143jpat Posted May 20, 2015 Share Posted May 20, 2015 Ok so I'm making a hack with mega evolution..but the animation during battle messes up my custom sprite..is there anyway to remove the in-battle sprite animations of the pokemon? Any help would be appreciated. Link to comment Share on other sites More sharing options...
Alpha Posted May 20, 2015 Share Posted May 20, 2015 I never really finished refreshing my mind with animation work, but I think you should theoretically be able to find the NANR (.RNAN) and seek to where it says KBNA. The u32 after it is the size, so leave that alone. But the next two u16s are num_seq and num_frames, so change that u32 to 01000100. Result should be: 4B 42 4E 41 NN NN NN NN 01 00 01 00 (Where NN NN NN NN was the previous size). Hope that gets you in the right direction! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now