Jump to content

Kaphotics

Helpful Member
  • Posts

    7028
  • Joined

  • Last visited

  • Days Won

    336

Posts posted by Kaphotics

  1. local game=0 -- 0 for white, 1 for black

    local rng=0x021FFC58-0x20*game -- PRNG Seed Location

    local mtrng=0x021FED68-0x20*game -- Mersenne Twister Table Top

    local mac=0x123456 -- MAC Address of Emulator

    local pos_m=0x0224F92C-0x20*game -- Map Position -> XYZ

    local storage=0x02000200

    just needs to be reconfigured

    http://pastebin.com/raw.php?i=RhGCRSMb

    I fixed up the changes from bw->b2w2; mersenne tracking breaks if your MT frame goes above 656; shouldnt matter for RNG sake

    works on BW, you may have to poke around in the RAM to see if everything lines up (the -0x20 shifting for Black2 might actually be -0x40)

  2. http://en.pokemon-gl.com/#/information/752

    The 2013 Global Showdown rankings are finally here! We apologize for the delay in posting the rankings. The delay was due to an additional check of the Pokémon that were registered for the tournament.

    During our investigation, we found that a large number of illegal Pokémon were used during the competition. Players who were found to have used illegal Pokémon have been disqualified from the rankings and thus will not be eligible to participate in the test competition for Pokémon X and Pokémon Y, to be hosted at the new Pokémon Global Link website. We strive to offer a fair battle environment to all of our players, and the use of illegal Pokémon undermines the spirit of the competition.

    We will not disclose further details about the investigation. Thank you for your cooperation and understanding.

    their checks still suck; the guy who got ranked #1 (sejun park) used a hacked team but didn't get caught.

  3. It only says that it can't create a backup file with that name because there was no file with that new name to "back up".

    Don't use save states (dst/ds#), use save files (save game -> export backup memory -> edit -> import backup memory -> reset emulation)

  4. because Blaze Black has different abilities set up (Magic Guard & Synchronize) vs (Synchronize & Inner Focus), with different dream world abilities.

    PokeGen generates a PID for the correct ability, it's just BB that has them switched.

    Get a PID for the opposite ability, then hack its ability to what you want; make sure another PID is not created.

  5. MMM Do you know the game Pokemmo? it uses Red Fire Rom and Pokemon Heart Gold or Soul Silver Rom for show pokemon out the pokeball. I want to do this like but employing the graphics and new systems that Black and white has to offer. Battle animations, moves, etc. Would you give me a short explanation about how this works like?

    it does not use any resources from the ROM, that's for sure. it just checks if it is present to unlock content in the program.

    aka a gimmick

  6. You also can just upload the 4th gen PKMs to Pokecheck and click "Import Generation 4 .pkm as Generation 5 .pkm" and it will do the transfer for you. Then just download the PKMs and you're good to put them into white.

    The tool that BlackShark linked is sorta outdated and doesn't poketransfer exactly how the game does (it was programmed before the US release)

×
×
  • Create New...