Jump to content

Kaphotics

Helpful Member
  • Posts

    6897
  • Joined

  • Last visited

  • Days Won

    324

Everything posted by Kaphotics

  1. http://projectpokemon.org/forums/showthread.php?16681-Gen-3-Lua-Scripts vba-rr and other vba versions can run scripts that interpret the memory in real time. you can find out how to run them with a simple google search, it's pretty easy
  2. AR codes are the same for the retail games. All Drayano does is compile them for you ahead of time...
  3. Is it possible to get both on the same game? no. When you fuse, it stores the Zek/Resh in the save file. When you unfuse, that stored Zek/Resh is re-added to the party. It only stores one, hence only one Kyurem can be fused at a time. If you attempt to unfuse a Kyurem when a Zek/Resh is not stored, you get a bad egg. In general, only have one fusion on your game at a time.
  4. Use Lua scripts and Enciclopedia Pokemon instead.
  5. pretty sure those are levels (it's been awhile) there's ground items and dowsing items
  6. Habitats do not get changed by simply changing the encounter table, they are in another file that has yet to be deciphered. It's probably crashing because the data is mismatching between habitat and encounter table. It won't be a simple fix, and won't be fixed (at all). Just use the uploaded location listings provided by Drayano.
  7. They're naturally 168x160 resolution; I'm pretty sure the ones there are full resolution. I don't have a complete rip, but they are all in a narc anyways. /a/1/1/7 PC box backgrounds ~ use Tinke to extract them.
  8. first trainer settings, offsets after the pkm data; trainer data starts at 0x0000 0x138-0x157 - Trainer Name (0x20 bytes) 0x158-0x183 - Trainer Class (0x2C bytes) 0x184-0x217 - Trainer Intro (0x94 bytes) ~ close each entry with 00 F0 01 BE 00 00 then pad with FF 0x218-0x2AB - Trainer OnDefeat (0x94 bytes) ~ ^.. might be "wait for A button press to continue" 0x2AC-0x33F - Trainer OnVictory (0x94 bytes) ~ ^ 0x340-0x3D3 - Trainer Extra? (0x94 bytes) ~ ^ 0x3D4-0x3DF - Flag Settings note: 0xFFFE (FE FF) stands for line break You can do editing of the tournament in the RAM if you choose so. Upon accessing the PWT Tournament menu, t_download_save.c brings up the tournament; the data for the tournament begins at (english offsets) Bot Tournament: 0x02293BE8 w2 / 0x02293BC8 b2 Mid Tournament: 0x02294E28 w2 / 0x02294E08 b2 Top Tournament: 0x02296068 w2 / 0x02296048 b2 0x1240 gap between tournaments positions, because there's stuff right before the data itself (t_download_save.c) That way you can make changes on the fly instead of editing the save file each time you want to tinker with an unknown byte. With that said, there has to be a setting to choose what sprites to use (would special music be set too for the Region Leaders?), and if trainers tend to use certain combinations for their team. There's 4 slots for trainers and data, there has to be a flag that signifies either a trainer or PKM isn't used. Also, the whole "rigging" of the tournament for opponents.
  9. 2012にほんだいひょうにちょうせん - 2012 Japanese Video Games Championship (parse output) チャンピオン ワタルにちょうせん! - Challenge the Champion, Lance! (parse output) しゅうけつ!ジムリーダー! - Gathered! Gym Leader! でんせつの ローテーションバトル! - The Legendary Rotation Battle! I don't have "The Battle of Legendary Pokémon!" which started Sep 14th.
  10. Pal Pad battles do not have a legality check. Random Matchup does. Since this topic is in regards to why you can't get on RM with them... you won't be getting an answer because this goes against our anti-cheating policy.
  11. This was already asked, and I explained how to do it. Take the source code and find where the narc offsets start in the different language, then re-compile with a C# editor. That's exclusively hex-editing by hand at the moment; which narc it is is in the General ROM Info thread. Drayano has done it for his BB2VW2 hack. Structure is pretty easy to see, and I've had a ripped table for a while
  12. legal.exe is for 4th gen pkms, not 5th gen didn't see that that is what you were referring to (not @ pokecheck).
  13. LOL == ► Locations Pokémon is from egg but can't breed. Unknown encounter. There's your problem.
  14. just find a pkm on pokecheck, there's really no point in the site hosting pkm files anymore.
  15. Yeah they're still encrypted. I personally dunno how to decrypt them.
  16. /a/1/3/2 ********* xtransciever NPC sprites via http://projectpokemon.org/forums/showthread.php?24589-B2W2-General-ROM-Info
  17. We do not support emulator pal park trash bytes as they vary widely.
  18. Already been asked in another thread. They won't live update, just activate it before you open the trainer info.
  19. so you want it something like this? PokeGen is neat and compact. There are ways to scale up program sizes by either changing your resolution or by using other programs. The text size in PokeSAV is the same size as PokeGen. The UI is fine.
  20. Should probably just have 8888 be FFFF to terminate.
  21. http://projectpokemon.org/forums/showthread.php?17426-Pokemon-ROM-Changer
×
×
  • Create New...