DeusEverto Posted January 27, 2013 Share Posted January 27, 2013 I want to make other versions of U-Turn and Volt Switch, I'm using PRC(Pokemon Rom Changer) for Black 2, but it's not working. Any ideas on how I can do this? I was thinking of making stuff like Teleport, and Splash(stuff not used competitively) into type variants of these moves. I've also tried with the OxAttack Editor or whatever it was called a year ago(still no update), and it didn't work on that either. I made just about everything the exact same as the move U-Turn, but it still only does the damage, no return. Also, while editing the moves I noticed the "Effect Code", and I can't seem to find a list of all of them, and not all of the codes are in the game. There's 00-11, but not 12-15. 10 Increases Attack 1 Stage, 11 Increases Defense 1 Stage, but since there are no moves that increase only Speed, Special Attack, or Special Defense, I'm assuming they're the ones missing? Link to comment Share on other sites More sharing options...
Kaphotics Posted January 27, 2013 Share Posted January 27, 2013 Don't really know what you mean by effect codes and stat raising, because stat raising is handled differently. I'd think the Effect Code is to reference the animation, not the in-battle effect. I think the extra bytes portion is what actually does the work. Take Mean Look and Spider Web for example. Same kind of move, but different animation/typing. Try and set the extra bytes to be the same. I have no clue what each of those extra bytes does :\ Link to comment Share on other sites More sharing options...
DeusEverto Posted January 27, 2013 Author Share Posted January 27, 2013 Don't really know what you mean by effect codes and stat raising, because stat raising is handled differently. I'd think the Effect Code is to reference the animation, not the in-battle effect. I think the extra bytes portion is what actually does the work. Take Mean Look and Spider Web for example. Same kind of move, but different animation/typing. Try and set the extra bytes to be the same. I have no clue what each of those extra bytes does :\ The Extra Bytes are the exact same. I tried to test it by changing Aerial Ace to be the exact same, but a Flying version, and it does not return to the belt like U-Turn. It simply attacks, and that's it. With the effect code, it's not based on the animation, I can tell because Body Slam and Dragonbreath both have the same number (33), meaning 33 is "Chance of Paralyzation). I'm making a list of the effect codes, and there's some not in the game. I don't know what 46 does, so I'm skipping it. Link to comment Share on other sites More sharing options...
aninymouse Posted January 27, 2013 Share Posted January 27, 2013 You're on the right track, Everto. The value that PRC calls the "effect code" tells the game what the attack does. The animation of the attack is determined by the very first value of the attack, to my knowledge. In other words, If you used PRC to change Teleport into U-Turn and vice-versa, swapping every value perfectly (not making Teleport a clone of U-Turn, but actually swapping the attacks with each other), the animations still wouldn't switch because they are tied to the position of the attack in the list itself. But since you're not worried about attack animations, let's move on to your project at hand. If I was going to change Teleport into a Psychic-type U-Turn, I'd make the following changes: * Change effect code from 153 (Teleport) to 228 (U-Turn, Volt Switch) * Change category from "unique effect" to "DMG" (damage) * Change the class from "status" to "special" or "physical" (your preference) * Change targeting from "self" to "adjacent one ally/foe" * Change unknown bytes from 0 83 83 0 0 to either 0 83 83 72 0 (special) or 0 83 83 73 0 (physical) * Change base power, accuracy, pp, priority, and miscellaneous values to what you desire After you do all that, play test the changes you made. Does the attack work like it should? If it doesn't, then there must be an overlay component that needs to be changed as well, or some other area of the ROM that works in conjunction with this waza NARC that must be altered. Because to my knowledge, I just listed all the changes that are necessary to make it work how you'd like it to. Link to comment Share on other sites More sharing options...
AlphaMagnum Posted February 3, 2013 Share Posted February 3, 2013 Related question so I won't post a new thread: Is it possible to make moves with multiple effects? I'd like to have a physical priority move that steals some portion of health for the user. What are the effect code and extra bytes I should set for this purpose? Link to comment Share on other sites More sharing options...
aninymouse Posted February 3, 2013 Share Posted February 3, 2013 I'd say set up the attack as a regular draining attack, like Absorb or Horn Leech, and then just make the priority "1". Try it out in gameplay to verify that it works. It ought to. I made Shock Wave a never-miss 40 BP Electric Quick Attack. Slight variations in attack archetypes are fine... it's when you totally alter what an attack does that it takes extra care. Link to comment Share on other sites More sharing options...
Bowlingwater Posted February 4, 2013 Share Posted February 4, 2013 Has anyone tried to edit Freeze Shock and Ice Burn with their proper animations? I just did a quick test with an edited Freeze Shock but it keeps using the "charge" animation which sucks >.< Also can someone tell me how to change the attack move names and descriptions if possible? I can't find any thread or info. with this stuff. I will keep looking. Link to comment Share on other sites More sharing options...
Andibad Posted February 4, 2013 Share Posted February 4, 2013 Has anyone tried to edit Freeze Shock and Ice Burn with their proper animations? I just did a quick test with an edited Freeze Shock but it keeps using the "charge" animation which sucks >.<Also can someone tell me how to change the attack move names and descriptions if possible? I can't find any thread or info. with this stuff. I will keep looking. name of moves and description is stored on a/0/0/2... Link to comment Share on other sites More sharing options...
Bowlingwater Posted February 4, 2013 Share Posted February 4, 2013 name of moves and description is stored on a/0/0/2... Yeah, i can find the file with NitroExplorer.. But what tool should i use to edit the narc file? or just hex editing? EDIT: Nevermind, i found it. THANKS Link to comment Share on other sites More sharing options...
Marek Posted February 14, 2013 Share Posted February 14, 2013 But what tool should i use to edit the narc file? or just hex editing? That's a question I'm still asking myself. What tool am I expected to use if I want to change the name and description of a move? Link to comment Share on other sites More sharing options...
Bowlingwater Posted February 15, 2013 Share Posted February 15, 2013 That's a question I'm still asking myself. What tool am I expected to use if I want to change the name and description of a move? I believe this is the right tool -> http://projectpokemon.org/forums/showthread.php?11582-PPTXT-Text-editing-tool I didn't tried it yet, though. Link to comment Share on other sites More sharing options...
Delta Blast Burn Posted February 15, 2013 Share Posted February 15, 2013 Move Names on file 403 and 488 Move Inbattle Text on file 16 Move Descriptions on file 405 All in a/0/0/2 Link to comment Share on other sites More sharing options...
Akirou Posted April 17, 2013 Share Posted April 17, 2013 anyway to change charge moves to use the animation of move after it's charge up? 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