Jump to content

codemonkey85

Innovator
  • Posts

    1162
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by codemonkey85

  1. This should cover ya.
  2. Um, which yellow dot would that be? And what would I need it for?
  3. That's called "concatenation", FYI. And feel free to post here or contact either Jiggy-Ninja or myself if you have further questions. (I love it when people start programming, it means more help with projects in the future!)
  4. You know Andy, to be honest, all of my database information is hardcoded into my core library as dictionary objects (essentially hashtables). I'm not sure if this is viable or practical in a PHP / internet setting, but it works for me, because I don't have to supply any external files aside from the library .DLL during distribution. And after I initialize the dictionaries (which takes a few seconds), the lookup speed is pretty instantaneous as far as I can tell. EDIT: Hm, I almost accidentally edited your post instead of mine. I have done and can help you with the above things. Ribbons were extracted by Poryhack, and I have those as well as images for every item. Let me know what you need, or meet me on #PP-Research on the IRC.
  5. Andy, good to hear from ya! I don't know PHP in the slightest, but I will help out with PKM reading as a general procedure, since I have had bags of experience with that.
  6. Thanks! Inheriting from PicutreBox seemed the way to go, but the next challenge will be multiselecting Pokémon. Incidentally, did you get my PM?
  7. I think SCV knows about the GBA save file structures, but not too many other people do. All I know is that the save file is split into sixteen (!) different blocks, all with their own checksum, and that those blocks shift positions relative to each other (or something like that).
  8. randomspot: Cool, just let me know when is a good time to meet on wifi. Earthix: Well, if you insist. Meet me on IRC, or else PM me with a good time to meet up.
  9. 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.
  10. 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.
  11. 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.
  12. 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).
  13. 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.
  14. Jiggy-Ninja, here are those text files that you wanted. JIGGY_DATA_TEXTFILES.zip
  15. 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.
  16. 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.
  17. 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.
  18. 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.
  19. 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).
  20. 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.
  21. 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.
  22. 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.
  23. Also, I hope you share your knowledge with SCV, as PPSE could benefit from it. (The more file formats supported, the better, right?)
  24. 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?
  25. 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.
×
×
  • Create New...