Jump to content

Ask_me_about_birds

Member
  • Posts

    3
  • Joined

  • Last visited

Reputation

11 Good

About Ask_me_about_birds

  • Birthday 08/01/1994

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I just made a colosseum version this afternoon, which I just put in the post. It should work when my edit is approved! http://pastebin.com/4azNw1fK Here is the colosseum version, same restrictions apply.
  2. Hello! I have written a python script that will read a RAM dump of : Gale of darkness and convert your party to Gen 3 format pokemon files. Instructions: When playing on your dolphin-dev mode, hit dump MRAM to get your ram.raw and then the inputs are as follows: All y/n? y or n for whether you want to export all of the pokemon in your party Slot: 1 - 6 this is your the starting slot or single slot you want to export from Directory: The directory of your ram.raw, you can drag your ram.raw into the window and remove the quotations OT: your OT case sensitive. How it works: It searches the approximate location of your party for your OT in hex, then snips out the full party in the form of a string. The rest of the program reads that string and rearranges it to gen 3 format. Limitations: US only, Coded for windows, Can't export shadow pokemon, they must be purified. Also the following OT or Nickname characters are not supported: .. ' (starting single quote) " " (both starting and ending quotes) ♂ ♀ $ Supported characters: ABC abc 0-9 !?-/'., The full code can be found here. Please let me know of any bugs I can fix! Edit: I made a collosseum version as well here! Double Edit: Here is a only BOX converter that will convert your whole box (and no restriction on nicknames!). Heres a link! Here are some screencaps: Thanks for taking the time to read through and checkout the code!
×
×
  • Create New...