Jump to content

Kaphotics

Helpful Member
  • Posts

    8036
  • Joined

  • Last visited

  • Days Won

    486

Everything posted by Kaphotics

  1. Didn't see anyone mention PokeBtl. It's a PWT Download Tournament backup tool that just extracts (and or writes) any of the 5KB tournaments (3 total); nothing beyond that as far as I can tell.
  2. 0x37 = 00, so they are anti shiny when they are generated. You have to do the whole egg trade for shiny thing.
  3. I don't have a direct answer for your question~ Tutor move allowance are in the regular Pokemon /a/0/1/6 personal.narc. (structure is here) Tutor Moves (should match your data) are here \ I'm not sure where this was ripped from. Moves -> PKM here. You mentioned PokeMart data; I ninja edited the above thread with that narc (/a/2/8/2 - PokeMart Data)
  4. The relationship isn't traceable, so essentially it's random for generating purposes. the game takes the top 5 bits from consecutive random numbers and then does the PID. smogon research psot
  5. Yes. The game uses two different RNGs to determine PIDs and IVs for everything but wondercards. The IVs are set by a 32 bit Mersenne Twister; the rest is determined by the "PIDRNG", which is a 64 bit Linear Congruential RNG.
  6. Again, this event's wondercard has not been contributed.
  7. If OP opened it with a hex editor it would usually default 1 byte view in that order
  8. This is not a bug. When trash bytes match a unicode character, PokeGen displays that unicode character instead of displaying hex. \FFFF = FF FF (not a unicode character) \0211 = 11 02 (not a unicode character) A = \0041 = 41 00 (a unicode character!) It just so happens that the trashbytes match a unicode character, that's all.
  9. fake wireless distro ROM, otherwise no.
  10. Like I said, the European English B/W is the exact same cartridge that was sold in the US (english). We don't support PokeSAV, use PokeGen as it actually is a competent save editor / code generator.
  11. US english=EU english
  12. you can set the starting frame above the max to get beyond that. also, the RNG is circular, any seed will reoccur in FFFFFFFF iterations.
  13. first bit is for DW flag, second bit is for N's Pokemon. The darmanitan has both flagged, hence 0x3
  14. 147 395 748 0 m x y z
  15. no you can just mod your m,x,y,z to the doors of the tower, but there's really nothing special about unity tower anyways
  16. Orange just means that it's something to be weary of; it's not saying that it is not legal. Typically users hatch on the game which the egg is generated on, what you did was atypical. Since it doesn't have any trash bytes, it could either be name rated for a new name or whatever. Not a false positive
  17. So long as you're resetting on the first encounter, you should be ok. The way it works is that the game randomly generates the Opposing Trainer's ID/SID and uses that for shininess rather than your own. So if it appears shiny when you battle it, it's shiny for the opposing trainer and not you. Only when you capture it will your ID/SID be applied, and then you'll see if it's shiny or not -> reset. If you kept this up you would eventually find a shiny shadow pokemon.
  18. All gen V events are checked against a contributed Wonder Card. This event's wondercard data has not been contributed, so it's left to the user to check.
  19. PikaSav doesn't export gameshark codes, but it just edits save files.
  20. OmegaDonut plans to contribute once the event is over. Yes, he has every language ROM on a flashcart
  21. Download PWTE 2.1 by Prof.9 == So far there have been 4 download tournaments and one secret relic tournament locked away in the ROM; I might as well explain where it's at and how most of the important stuff is stored. I spent a little bit of time figuring out enough to get meaningful data out like text and teams, nothing more than that... so here's what I've found so far. PWT download events are set into the save file in the latter half along with all of the other downloadable content like mystery gifts. The tournament region is 0x7A000-0x7DFFF, for 0x1400 bytes for each tournament * 3 tournaments. By just looking at a downloaded tournament, it's hard to visually see the general structure via a hex viewer because it doesn't display Japanese characters... for visual help, you can use /a/2/5/8 from B2/W2's files, as this was their hard-coded test tournament that has a bit of English text (and wasn't removed for retail release). 0xA-0x54: Tournament Name ~afterwards, there's text for describing the tournament PKMs are set up to be as compact as possible, skipping nonessential stuff kinda like battle pkms. 52 bytes per PKM (0x34), one after another to make 6. Structure of PWT-DLC PKMs: 0x0-0x1: Species 0x2-0x17: 11 character namefield (after names, they are usually 0xFFFF aka terminators, not characters) 0x18-0x19: Held Item 0x1A: Shiny Flag (00 or 01) ~ unconfirmed, hasn't been used except for the ROM tournament 0x1B: Ability 0x1C: HP EV 0x1D: ATK EV 0x1E: DEF EV 0x1F: SPE EV 0x20: SPA EV 0x21: SPD EV 0x22-0x23: Move 1 0x24-0x25: Move 2 0x26-0x27: Move 3 0x28-0x29: Move 4 0x2A: gender? ~ unconfirmed. may just be bitflags for stuff 0x2B: Nature 0x2C-0x2F: IVs (stored same way as pkms) 0x30: ??? always 0. might be secondary sparkle like N's 0x31: Ball 0x32: Current Level 0x33: Happiness 0x270: Start of Trainer 1 PKM1: 0x274-0x2A7 PKM2: 0x2A8-0x2DB PKM3: 0x2DC-0x30F PKM4: 0x310-0x343 PKM5: 0x344-0x377 PKM6: 0x378-0x3AB 0x3AC-0x3C1 - Trainer Name ~ not sure on the lengths of these 0x3CC-0x3DD - Trainer Class ~ as I haven't seen longer name/classes Trainer win messages or something afterwards, didn't care enough to determine how they worked. Next trainer: 0x650: start of trainer 2 0x654: pkm data.... 0x3E0 between each trainer block, always 4 trainer blocks (0x270, 0x650, 0xA30, 0xE10) 0x1400 next tournament... repeats... 0x1670 trainer 1... 0x1A50 trainer 2... etc. that's all I know, however there's certain bytes somewhere which make the game use other stuff in the ROM instead of the programmed PKMs or trainer name/class. I just wanted to get the important team sets out so I didn't bother figuring out the entire structure. === resources~ Excel Parser ~ paste in tabulated data strings into the proper cells. PKM related lookup tables from Bulbapedia & pkmcodedepo and character tables from here. Ripped Tournament from the region I mentioned above (7A000-7BFFF). "PWT Download" for the file extension naming example results from parsing stuff & (rom example)
  22. yes pretty much every wondercard gift mon (not manaphy) has xFFFF trash after the terminator to fill up the rest of the nickname
  23. spinda spots are variant based on PID so I'd assume the images display the spots as they would be in the game ComeMst2 is the Hometown lookup (game originated in) ~ なし = None, usually implies its hacked ~ 不明 = Unknown, as these ones weren't used to ID any game.
  24. Kaphotics

    Pokemon "STAR"

    0x87: 250 <= x < 256 135d
  25. NARC file order (CLICK THIS FOR HUGE LIST OF NARC LOCATIONS): Notable files for ROM Hacks: /a/0/0/3 - Story Text /a/0/0/8 - Maps /a/0/1/1 - battle backgrounds /a/0/1/2 - ZoneData /a/0/1/6 - personal.narc (pokemon editing) /a/0/1/8 - level up moves /a/0/1/9 - evolutions /a/0/2/1 - Move data (type, bp, etc) /a/0/2/6 - title screen /a/0/3/0 - Start Menu Sprite /a/0/5/6 - Ingame Scripts /a/0/6/5 - Move Animations /a/0/7/1 - Animated Trainer Sprites (front, vs) /a/0/7/2 - Animated Trainer Sprites (back, send out) /a/0/9/1 - Trainer Data /a/0/9/2 - Trainer Pokemon /a/1/2/4 - Egg Moves /a/1/2/6 - Overworlds /a/1/2/7 - Encounter Tables /a/1/6/3 - In Game Trades /a/2/6/7 - Trainer Mugshots /a/2/7/3 - Hidden Hollow Encounter Table /a/2/8/2 - PokeMart Data /a/2/9/1 - PWT Board Trainer Sprites /a/2/9/6 - Pokedex Ingame Locations /a/0/1/6 indices and structure (personal.narc): Encounter Table: Now has 135 locations. Here's their entry->ingame location: Poké Mart Locations: Credits & Thanks To: personal.narc identification and structure: Codr and magical Location Map of encounter slots: xfr File identification: Kaphotics, magical, Bond697, Codr, veekun, Sanky, Jerry, Andibad
×
×
  • Create New...