Jump to content

Kaphotics

Helpful Member
  • Posts

    7271
  • Joined

  • Last visited

  • Days Won

    362

Everything posted by Kaphotics

  1. lol you have to insert it into your save file, not your flash cart. The game only reads what's in your save file. PokeGen can open your save file and insert a wonder card (iirc PMGE does too)
  2. Pokemon ROM Changer can edit the base stats and what it evolves into. If it loads garbage, take out: /a/0/1/6 - personal.narc (pokemon editing) /a/0/1/9 - evolutions and insert them into an untouched ROM. Then you can edit with PRC. Once you are done, extract and put into your edited one.
  3. by editing the overworld file on that particular map? there's a few tutorials out there on "how to add an NPC", it's the same process to edit one.
  4. "they" just put static sprites in and used a blank animation file (from missingno's sprite)
  5. PokeGen doesn't make pkms for gen 3; just edit your save file with enciclopedia pokemon / pokebox gba
  6.  

    <p><p><p><p><p><p>did not know that!</p></p></p></p></p></p>

    <p><p><p><p><p><p>thanks <img src="<fileStore.core_Emoticons>/emoticons/smile.png" alt=":)" srcset="<fileStore.core_Emoticons>/emoticons/smile@2x.png 2x" width="20" height="20" /></p></p></p></p></p></p>

     

  7. not a logo really but you get the point
  8. Check Pokémon against Nintendo hack checks: Pokécheck ID of Pokémon to test: 5375657 Result: Pokémon passed Nintendo checks. dunno what you're looking at
  9. Since when is Orange equivalent to Red? No issue here.
  10. you can always start with a vanilla ROM in a-map and check which offsets change. then just find that data in your 649 patched ROM and edit it in a hex editor then again you can always decompile amap and change the read offset (probably just a static pointer like PRC)
  11. PIDs and Trash bytes do not matter when you are battling with friends. https://www.pokecheck.org/?p=toolbox Check Pokémon against Nintendo hack checks: Pokécheck ID of Pokémon to test: 5363032 Result: Pokémon passed Nintendo checks. uploader mgrant09 Your upload is fine to use locally/online against friends; pursuing it any further to trick other players is against PP's and Pokecheck's rules.
  12. it's in there too http://projectpokemon.org/forums/showthread.php?29430-B2-W2-BWME-Full-body-Shot-Help
  13. trash bytes don't matter for playing against friends; your initial links pass nintendo's checks
  14. those problems won't matter for battling with friends; if you use the 'tools' and check it against nintendo's checks it'll pass
  15. PID Frame Check for Emerald local pid=0xPUT THE ENTIRE HEX PID HERE local mf,sf,pr=math.floor,string.format,print local ts,f,d,cp=0,0,0,0 function rand(s) return (0x4e6d*(s%65536)+((0x41C6*(s%65536)+0x4e6d*mf(s/65536))%65536)*65536+0x6073)%(4294967296) end function main() while cp ~= pid do ts=rand(ts)+0 cp=mf(rand(ts)/65536)*0x10000+mf(ts/65536) f=f+1 end if d==0 then pr("PID: "..sf("%5XXXX", mf(pid/4096))) pr("RNG Frame: "..sf("%d", f)) pr("Seconds: "..sf("%.2f", f/60)) if f<10000 then pr("Seems like a soft reset!") end d=1 end end gui.register(main) checks the earliest frame that a PID can occur for emerald... just a small script to easily see if an upload is a plausible soft reset
  16. a lot of stuff is determined from the PID (including ability). http://www.smogon.com/ingame/rng/pid_iv_creation pid%256 to retrieve gender value; compare against species value to determine if M/F pid%2 to retrieve its ability (gen V originated mons are >>16 ---> %2) pid%25 to retrieve its nature there's a few tables out there that have lists of all the gender ratios/abilities a species has, easy google search. http://bulbapedia.bulbagarden.net/wiki/List_of_Pok%C3%A9mon_by_gender_ratio http://bulbapedia.bulbagarden.net/wiki/List_of_Pok%C3%A9mon_by_Ability shouldnt take long to reformat into whatever array for your program
  17. http://projectpokemon.org/forums/showthread.php?7693-Pokewalker-Offsets be sure to google first, this was the #1 result when I searched "pokewalker offset"
  18. you just got muted on pokecheck and you came here for help? so glad you registered but didn't read either website's rules: http://projectpokemon.org/forums/announcement.php?f=36 Use the Check Pokémon against Nintendo hack checks ~ under Pokecheck's tools. Your stuff is legal enough to play with online.
  19. rematches, not so much. depends what you want to do: new location/same location if you put a new NPC (sprite of the gymleader), you can do rematches anywhere so long as you script them. if you use the same NPC, you'd have to edit their logic as they'd reaward the same badge to you. you can always check for an E4 completed -> branch to a rematch portion of the script that you add.
  20. there are no AR codes because the entralink is encrypted; PokeGen doesn't support editing of them anyways. You have to use PokeBox and your save file. BTW, it's best to get the codes from walmart as they're essentially paid content.
  21. http://www.smogon.com/forums/threads/sim2pkm.3476470/ already done by Antar. The given link has the GitHub link if you're thinking of making your own.
  22. Hardware limitation ~ The AR can't take codes that are 30 pkm's long. Make codes for a few at a time or use a save ripper.
  23. The tileset might just be c/p and only the forward facing image is used; so just replacing that one should be enough. (in my pics I just garbaged a palette and copied 7 onto 5.. it's not that hard!)
  24. a/0/3/0 palette 4 & 6 (boy & girl) --> tiles 5 & 7 (boy & girl)
×
×
  • Create New...