Jump to content

codemonkey85

Innovator
  • Posts

    1188
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by codemonkey85

  1. Yes, removing Pokémon is a feature I will add. No, the program does not edit the Pokédex yet. The next feature I am working on is Pokémon editing, but registering Pokémon in the Pokédex is likely the next priority.
  2. Not anytime soon, as I only really know VB.Net at the moment. I am taking courses in programming and hope to be a professional software developer one day, but in the meantime, my advice is to just stick to PPSE. I am not coding PPSE. But rest assured, Jiggy-Ninja has announced his intentions to shamelessly steal my programs' features.
  3. Well, this is in the wrong thread. So moving.... Is this for Pokémon DP, or Platinum? What is the size of your save file? What do your NO$ settings look like? The more specific and informative you are, the better shot we have of helping you.
  4. You know, it would help tremendously if you were more specific in the future. I must have totally misread yours and evandixon's posts, but nevertheless I kept seeing "OT" as the trainer ID number, rather than the name. Also, you didn't mention that it was a PKM file specific program (although I think it still fits into save R&D). But anyway. Pokémon DS games have their own character table. I have been using a table to convert the DS character codes to their Unicode equivalent values. And here is that table (courtesy of Sabresite).
  5. Or you could use the BitConverter class: Dim IDBytes() As Byte 'Read the bytes into your byte array however you do. Dim TrainerID As UInt16 = BitConverter.ToUInt16(IDBytes, 0) Also, you may be interested in my Pokémon DS code library. By the way, I figure this thread does belong in Save R&D, so I moved it.
  6. Jiggy-Ninja, here are those text files that you wanted. JIGGY_DATA_TEXTFILES.zip
  7. Big news (at least for me): Pokémon Platinum save files are now supported! Now you can open up two instances of the program and transfer Pokémon between a Diamond / Pearl save file and a Platinum save file! Nice. Check out the first post for the download! Special thanks go to SCV and Jiggy-Ninja for helping me figure out how to auto-detect which save type is being loaded.
  8. Of course, for that program to work, one would need to do a complete save twice in a row before backing their save file up. (By complete save, I mean do something in the PC, save, do something else in the PC, and save again... that way both halves of your save file are roughly the same.) Otherwise you may fix the save file size, but still not be getting current save info. It would be even nicer if someone found a way to properly dump Platinum save files in the first place.
  9. Yes, you would need to edit the ROM in such a way that boxed Pokémon retain the 236 byte structure, if it's even possible to do that. I was simply explaining the answer, which no one had done yet.
  10. Blakem15192 and evandixon, this is beta software, and only the script editing is functional. The TM editing feature has not been added yet. I would expect the labels to be taken care of when the feature is added.
  11. Toffeuy, PokéMod will be able to edit any aspect of any Pokémon, so of course it can fix that problem. But for specific help with your Victreebel, please post in the Save Editing Help forum (and when you do, post your PKM file or a screenshot of Pokesav so someone can actually figure out what you are doing).
  12. That is... actually quite clever. I may save my Master Ball after all and try this kind of strategy. Hm. For Pokémon catching in general, I also wonder if it is viable to use, say, a Gengar with Hypnosis and Trick... make it hold a Focus Sash, run into a battle, Trick the Focus Sash onto the wild Pokémon, hit it hard to knock it down to 1 HP, and then use Hypnosis. Or use Hypnosis first if it has a recoil move.
  13. Right now people are working on PPSE, which is basically PokeMod with a different approach. A Pokédex editing version of it has already been released, and it will continue to see new features every so often as they are completed by SCV / Jiggy-Ninja / whoever else can help. PPSE will be compatible with all DS save file structures, and there will be no need for separate programs for them. It just may take some time to update the program(s) as the new games get released.
  14. randomspot, I think I'd like a Caterpie best after all. I just love that little guy! I'm not too particular about which Nature it is, especially since I have no idea which one works best for Butterfree, and I don't really care which gender it is either, so there's that. Toffeuy, I really wish I could help you, as I have all of the starters. If you ever do get wifi set up, feel free to PM me and I'll hook you up with them.
  15. Also, I hope you share your knowledge with SCV, as PPSE could benefit from it. (The more file formats supported, the better, right?)
  16. Stickied a bit ago. If there are any Super Mods available, it might be nice to make this visible in the entire R&D forum?
  17. Oh, I don't even bother trying to catch the roamers "correctly". I always collect a few Master Balls for them. I ran around and caught Mespirit, Articuno, Zapdos, and Moltres all at once a few days ago using Master Balls. I have one left with Cresselia's name on it, just haven't bothered looking yet.
  18. I fully support this idea. Maybe someone could map out an image of a DS with "hotspots" that are selectable / deselectable before the code generation.
  19. Just so that we're clear, are you saying all of these Pokémon are shiny? The Masuda method, if I'm right, quadruples your chances of hatching a shiny, but even then you must have a ton of patience if that is the case. Assuming they are not shiny, I'd be curious to see what your breeding projects turned out. Charmander is not on my list, but it is extremely likely that I will be interested regardless. Either way, I am interested in Aron and especially Caterpie, so if nothing else I'll ask for one of those. Since you sound like a pretty serious breeder, I will try to get you a Totodile with decent IVs, although I don't have an exactly optimal setup with those. Also, I do have AIM, and my username is in my profile.
  20. No thanks. In my first post I specified that I want legit / legal Pokémon, which your Swellow clearly isn't. Besides, I caught a couple of them this morning, as it happens.
  21. Hello, I am able to breed Adamant (+Attack, -Sp. Attack) Totodile that know Ice Punch, Aqua Tail, and Dragon Dance. If you would like to trade your legit / legal Pokémon for one or more of these Totodile, please post here! I am looking mostly for Pokémon outside of the Platinum Sinnoh Pokédex. Below is a list of the specific ones I am currently interested in, but if you offer something else, I will consider it. Please note that I am only listing basic forms, but I will accept evolved Pokémon as well. For fossil Pokémon, I will accept a fossil item. I also do not mind if you trade me an egg or a hatched Pokémon. Pokémon that I am super interested in will be bolded. As an alternative, I will also accept TMs and evolution stones / items, as well as Rare Candies. Thanks!
  22. What are you looking for, the OT name, or OT ID / SID? If you are looking for the OT name, you should check out this RS text table. There is a bit of information about the general save structure here too. For the OT ID / SID, it's pretty easy to convert decimal to hexadecimal. Also, if you make any changes to the save file, you will need to recalculate the save file checksum(s).
  23. The TID and SID is always set to the trainer that hatched the egg. For the met location, I imagine it would be "Link Trade", but I am unable to verify this because I don't have another DS / copy of Pt to test it on.
  24. Let me explain this really quick. The data structure of a Pokémon stored in the PC is 136 bytes long. For party Pokémon, the data is 236 bytes long. The last 100 bytes hold info like calculated battle stats, level, status conditions, and other stuff. Every time you deposit a Pokémon and then withdraw it, you are basically deleting that information and then recalculating it. That is why stuff like your 300 Attack Magikarp would be fixed. However, the Pokémon's Ability is not stored in that last 100 bytes, and therefore it would not be recalculated from depositing / withdrawing the Pokémon. Get it?
  25. Adding Regigigas to the list now. Oh MAN did I use a lot of Ultra Balls on that one. It was a level 1 too, which made it slightly embarrassing. I actually had a pretty easy time with Regirock, Regiice, and Registeel tonight.
×
×
  • Create New...