Jump to content

Kaphotics

Helpful Member
  • Posts

    6901
  • Joined

  • Last visited

  • Days Won

    325

Everything posted by Kaphotics

  1. no actually, there's either a new update coming or the update check is having problems. just wait for now :}
  2. Continuation of last tutorial, where we now add in a custom script. [video=youtube;_5QY2mA3GUE] Script that was inserted
  3. Issue: Random event(100) = 18 [12,2f5df421] Stat chance roll(10): 18 Togekiss' Serene Grace should make it roll(10*2) ~ ie below 20... which it is. I believe the other issue is with Shadow Force not being implemented... it didn't hit. The turn it used Shadow Force he moved his Pokemon twice, which is impossible iirc; two moves merged into one?
  4. You'll be fine. It fixes everything you'd need. Narcs have pointers to where they start, and everything will get shifted. The DS filesystem is awesome...
  5. I'll be uploading a tutorial on how to make a custom battle script later today.
  6. They're already up on the C-Gear Gallery as they were previously distributed for BW1 ;P Although, it is the first time they're being distributed to B2W2 games... Blastoise one looks pretty good with the boy colored C-Gear!
  7. Remember, the point is to provide a possible scenario where it could be legal, not discern the exact method that you achieved the end product. It's likely referring to a possible chain of breeding, rather than a direct set of parents.
  8. Use Pokemon ROM Changer. It's main feature is a personal.narc editor.
  9. Tutorial on adding NPCs to an Overworld with hex and simple tools [video=youtube;5gDf4Qr0roc]
  10. well you just so happened to bump a thread that was dead for 2.5 years... is it that hard to magically pick a random ID/SID yourself?
  11. no, the original name should be Dusselgurr\xFFFF not Dusselgurr\x0000 You can't magically lose the terminator. cough cough pokegen
  12. When the game renames something, any overwritten character gets replaced. Any character that isn't changed doesn't get effected. ABCDEFG\ffff\0000\ffff name abc->write abc\ffff to nick field abc\ffff\EFG\ffff\0000\ffff The new name string overwrites the old, but only for how many bytes the new name is. If the new string is shorter than the previous, there's stuff left over. Most names are capped at the final character with \ffff depending on the method of generation. This thread is not for discussing how Pokecheck exposes hacks, only to expose flaws in how it does it.
  13. you have to start with a save file loaded
  14. Rebattle Kyurem 94000130 FFFB0000 B2000024 00000000 10036D18 00000000 D2000000 00000000 Rebattle Kyurem Fusion (Not capturable, w2=reshfusion | b2=zekfusion) 94000130 FFFB0000 B2000024 00000000 10036C1C 00000000 D2000000 00000000 I advise against using this code as it prompts a battle with Ghetsis afterwards, and any subsequent events might be re-enabled. Hold select while you enter the room. Note: this will work on any language and either version.
  15. 94000130 FFFB0000 B2000024 00000000 10036C0C 00000000 D2000000 00000000 Hold select while you enter the top floor. Sprite might not appear, but fear not... it is there! You'll bump into it, just interact with it. Note: this will work on any language and either version (b2 or w2, w2 gets reshiram).
  16. Use the corresponding Pokemon ROM Changer I've provided in the tool's thread. If you use the proper tool, you can change the evolution method (easily dropping the required level of evolving). If you have v1.1 complete, this is the program you want.
  17. To answer the underlying question: Pokecheck only supports Retail cartridge Pal Parking, which entails retail GBA cart to retail DS cart. (3g pkm's & trash bytes) Not sure. Export a 3gpkm with a save editor and check the character map.
  18. It really isn't. Easiest way to learn scripting is to look at preexisting scripts in game and internalizing the logic that they use. It's pretty simple "if->then" logic with commands doing the work. Overworlds are easily add-able if you follow the structure that has been posted. Just decompile the overworld file into the header and each overworld category and it's easy. Assign a new overworld the sprite you have inserted with BWOE and you're good. Not sure what you mean regarding Ice Beam, but to change the PokeMart vendors there's a certain narc file you have to change. All narc locations and their functions are in the B2W2 General ROM Info thread. The only problem is that there's no program (yet) to edit and place overworlds, so it's time consuming to do via hex. PPRE will eventually have this function (similar to advance map)
  19. When you posted you said that you captured it; but now you say that this 'mon was bred. If you were breeding, then that's probably what happened. Egg PIDs are not too easy to detect (legal.exe couldn't). If it's a R/S one there is a particular breeding method but you probably had a split in an odd place... I dunno.
  20. "The Battle of Legendary Pokémon!" ~ Serebii. It should be the same as the one released in Japan. Good on them for at least releasing it elsewhere!
×
×
  • Create New...