Jump to content

Leaderboard

  1. theSLAYER

    theSLAYER

    Administrator


    • Points

      6

    • Posts

      22537


  2. Yakama

    Yakama

    New Member


    • Points

      2

    • Posts

      7


  3. AlamosIT

    AlamosIT

    Member


    • Points

      2

    • Posts

      164


  4. Prejie

    Prejie

    New Member


    • Points

      1

    • Posts

      41


Popular Content

Showing content with the highest reputation on 11/22/20 in all areas

  1. Version 1.0.7

    12105 downloads

    This page hosts Pokémon that were obtained from direct GO -> HOME transfers. This page was previously online, but has been brought offline for maintenance. As of now, only Legendaries and Mythicals would be uploaded back. The rest are still offline. For this file to be transferable across games without any stats oddities, you cannot modify any immutable values. Read here: Relevance of HOME tracker
    3 points
  2. Version 1.0.7

    2411 downloads

    PKHeX has introduced a Block exporting option, and thus, this program is born. Able to read WR8 files, and the bin file that contains WR8. (Note, there is no intention of exporting WR8 from the bin) You can scroll through the entries of the bin, by scrolling through the values here: For technical info relating to the offset can be found here. When more details are known (for example, if they store abilities or what the cashback thing is), those will be added. To extract the block using PKHeX: Edit: This tool is no longer being supported. A PKHeX Plugin was developed so that one doesn't need to dump the block from the save, and be able to read it natively, use that instead.
    1 point
  3. I am looking for a spreadsheet listing the current national dex up through Crown Tundra. Currently I am working on a couple different Living Dexs in Pokemon Home and would appreciate any organizational resources, preferably in a spreadsheet format. They do not necessarily need to be Living Dex oriented, any reference material will be helpful. Additionally here are some links to similar resources I've found online. I didn't make any of these, credits to each are in the links. I will try to keep this post updated w/ related content: Templates - r/PokemonTrades Pokemon Home Complete Living Dex List (UPDATED 11/17/20) Pokemon Home Complete Living Dex Checklist (UPDATED 11/8/20) National/Living/Shiny Dex Checklist (Up to Isle of Armor) Living Dex Box Layout (Gen 1-8) Gen 8 Ball-Dex Useful resources but not spreadsheets: PoryBox PokeDex Tracker PPorg In-Game Series PPorg Event Gallery
    1 point
  4. Ah che bello un altro italiano! Ti allego direttamente il mio file della Scheda Segreta. Card # 2046 - Il Liberticket in regalo!.pgf
    1 point
  5. I'm not sure if the two are compatible. But this one is definitely is. 2046 BW - Item Liberty Pass (ITA).pgf
    1 point
  6. Go to SAV tab and click on Mystery Gift. Now drag and drop the pgf file you downloaded directly in the first empty box. Click Save, export your SAV file and load it back to the game. Don't forget to talk with the postman in the Pokémon Center.
    1 point
  7. I see. Thanks for everything, guys. I thought the mistake was on my side ^^'
    1 point
  8. To preface this: I think the video below is a great video, and it is pretty informative. However, people who do not know how to achieve ACE on Emerald may lose out. Anyhow, people would likely wonder/worry about how the event has not been known, or ask other questions about it. The point of this thread is to cover what is known regarding this Pichu event. (it's not about ACE) Video in question: Before I explain what this Pichu is, I need to do a brief explanation of WC3. Brief explanation of WC3 (for FRLG and E): Split WC3 sections: Wonder card data (wonder card text and checksum and other settings) and the wonder card script. [more detailed technical breakdown here] The wonder card script literally controls what the delivery person says, what flags get set, and what the delivery person gives. When the debugging versions of the games leaked, it was discovered that certain debugging wonder cards (such as Old Sea Map, Aurora Ticket, Altering Cave, a Pichu egg etc) were stored in the debugging game. It was also discovered that in the games, the wonder card script is stored separately from the wonder card header. (It was later discovered that the debugging games have a local distribution mode. The wonder cards can be found here) So what is this Pichu? 1) First angle of attack at the problem. Using the dialogue that the hipster-delivery person hybrid spoke, I was able to find the egg Pichu script. (just in case you wanna try it for yourself, be aware that Gen 3 text uses the character encoding) I compared the Pichu Egg script found in the final game, against the Pichu Egg script for debug wonder card (for Emerald). The image below is the comparison. Left data is script from the debugging wonder card, right data is the Pichu egg script taken from ENG Emerald game. Note: offset is 0x674D3D of Final game (ENG), 0x3E4 in size. Besides the offset pointers being different, the rest of the script are almost mostly the same. (If you're curious on how to identify offset pointers, it's B8 XX XX XX 08. For example, in the data of the right, it's B8 3D 4D 64 08. When you account for endianness, it points to 0x674D3D, as mentioned above) 2) Second angle of attack at the problem. The video linked to a pastebin with the relevant codes (useful if you wanna try it out). Comparing to the pastebin (https://pastebin.com/dFLaf2TB), if we ignore the 8 in that highlighted value below (could just be RAM address or something; I imagine ROM data is stored in RAM starting from 0x8000000) You can see that the highlighted value is the same value as the offset I found in (1) [this means the data I found is indeed the correct data] Conclusion/TL;DR: The Pichu Egg is merely a leftover script of a wonder card that was in the debugging versions of the game. There are other scripts that were leftover, such as changing the species in Altering Cave, getting Old Sea Map, getting Aurora Ticket, getting Mystic Ticket etc.
    1 point
  9. No problem. I’m afraid I did check all my save files to that site and these two mews were the only events that were there sadly. Still I was very surprised to even find these
    1 point
  10. Hi everyone. A while back I bought a lot of japanese pokemon carts from japan. I dumped all the saves that were still there and have just had the time to go through them. On a copy of Pokemon blue I found a mew with the trainer: ルイージ and TID: 39156. I believe this may be a Nintendo Space World '97 Mew?
    1 point
  11. Primary analysis is complete. Whatever which is down below is pretty much what the games output. Each WR8 is 0x68 in length. PKHeX now has block importer and exporter, so keep in mind a record is 0x68 in length within the block. The block immediately begins with WR8s... (WR8s are confined within the *Object KMysteryGift block) Do note, the empty cells below represents values that are presently 0x00 on the records, so utility is unknown/not discovered yet. WR8 Hex Pokémon Gift Clothes Gift Items Gift BPs / Money Gift 0x00 Timestamp (Might be easier to just Bitconverter.ToUInt64), since the next 3 bytes appear empty. Year: >> 26 & 0xFFF Month: >>22 & 0xF Day: >> 17 & 0x1F Hour: >> 12 & 0x1F Min: >> 6 & 0x3F Sec: & 0x3F 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 WC ID (0x08 WC) 0x09 WC ID (0x09 WC) 0x0A Card Description (0x15 WC) 0x0B 0x0C Gift Type (Item Gift, Pokémon Gift etc) (0x11 WC) 0x01 - Pokémon, 0x02 - Item, 0x03 - BPs, 0x04 - Clothes, 0x05 - Money 0x0D Amount of line items (if type items/clothes) [max 6] 0x0E 0x01 (unknown) 0x0F Ranked Series Season + 1 (if applicable) 0x10 Held Item (uint16) 0x11 Held Item (uint16) 0x12 Egg Flag 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 Species ID (0x240 WC) Copy from Wonder Card 0x20 to 0x4F if Male, 0x50 to 0x7F if Female (Basically copy 3 rows) Item 1 (0x20 WC) Amount (0x20 WC) 0x31 Species ID (0x241 WC) Item 1 (0x21 WC) 0x32 Form ID (unit16) Amount (0x22 WC) 0x33 Form ID (unit16) Amount (0x23 WC) 0x34 OT Gender (0 if Male, 1 if Female) Item 2 (0x24 WC) 0x35 NIL Item 2 (0x25 WC) 0x36 NIL Amount (0x26 WC) 0x37 NIL Amount (0x27 WC) 0x38 Move 1 (0x230 WC) Item 3 (You see the pattern now...) 0x39 Move 1 (0x231 WC) Item 3 0x3A Amount 0x3B Amount 0x3C Move 2 (0x232 WC) Item 4 0x3D Move 2 (0x233 WC) Item 4 0x3E Amount 0x3F Amount 0x40 Move 3 (0x234 WC) Item 5 0x41 Move 3 (0x235 WC) Item 5 0x42 Amount 0x43 Amount 0x44 Move 4 (0x236 WC) Item 6 0x45 Move 4 (0x237 WC) Item 6 0x46 Amount 0x47 Amount 0x48 OT1 (0x12C WC onwards; if Blank on WC, use recipient's OT) 0x49 OT1 0x4A OT2 0x4B OT2 0x4C OT3 0x4D OT3 0x4E OT4 0x4F OT4 0x50 OT5 0x51 OT5 0x52 OT6 0x53 OT6 0x54 OT7 0x55 OT7 0x56 OT8 0x57 OT8 0x58 OT9 0x59 OT9 0x5A OT10 0x5B OT10 0x5C OT11 0x5D OT11 0x5E OT12 0x5F OT12 0x60 OT13? 0x61 OT13? 0x62 Language Received 0x63 Ribbons (0x25C WC) 0x64 Pokegender (0x243 WC) 0x65 0x66 0x67 more do be discovered.. For the record, these are the gift descriptions, as per found in the text dump: ID Text Dump Gift Type Example 0 [VAR 0101(0000)] Gift Pokémon Meowth Gift 1 Pokémon Egg Gift Pokémon Pokémon Egg Gift 2 Pokémon Gift Pokémon Pokémon Gift 3 [VAR 0109(0008)] Gift Item Dive Balls Gift 4 Item Set Gift Item Item Set Gift 5 Item Gift Item Item Gift 6 Dynamax Crystal Gift Item Dynamax Crystal Gift 7 Curry Ingredient Gift Item Curry Ingredient Gift 8 [VAR 0104(0001)] [VAR 0101(0000)] Gift Pokémon Scratch Cat Pokémon Meowth Gift 9 Legendary Pokémon [VAR 0101(0000)] Gift Pokémon Legendary Pokémon Necrozma Gift 10 Mythical Pokémon [VAR 0101(0000)] Gift Pokémon Mythical Pokémon Mew Gift 11 [VAR 0100(0003)]’s [VAR 0101(0000)] Gift Pokémon PPorg's Mew Gift 12 Shiny [VAR 0101(0000)] Gift Pokémon Shiny Mew Gift 13 [VAR 0101(0000)] ([VAR 01D4(0002)]) Gift Pokémon Necrozma (Dawn Wings) Gift 14 [VAR 01D4(0002)] Gift Pokémon Necrozma (Dawn Wings) Gift 15 Hidden Ability [VAR 0101(0000)] Gift Pokémon Hidden Ability Meowth Gift 16 [VAR 0101(0000)] with [VAR 0107(0004)] Gift Pokémon Meowth with Fake Out Gift 17 [VAR 0101(0000)] with [VAR 0107(0005)] Gift Pokémon Meowth with Growl Gift 18 [VAR 0101(0000)] with [VAR 0107(0006)] Gift Pokémon Meowth with Slash Gift 19 [VAR 0101(0000)] with [VAR 0107(0007)] Gift Pokémon Meowth with Pay Day Gift 20 [VAR 0101(0000)] and [VAR 0109(0009)] Gift Pokémon Meowth with Ultra Ball Gift 21 Gigantamax [VAR 0101(0000)] Gift Pokémon Gigantamax Meowth Gift 22 [VAR 01D1(000B)] Gift Pokémon Meowth the Pokémon fan Gift (based on the ribbon) 23 Downloadable Version Purchase Bonus Depends Downloadable Version Purchase Bonus 24 Special Pack Purchase Bonus Depends Special Pack Purchase Bonus 25 Store Purchase Bonus Depends Store Purchase Bonus 26 Strategy Guide Purchase Bonus Depends Strategy Guide Purchase Bonus 27 Purchase Bonus Depends Purchase Bonus 28 Happy Birthday! Depends Happy Birthday! 29 Virtual Console Purchase Bonus Depends Virtual Console Purchase Bonus 30 Pokémon Trainer Club Gift Depends Pokémon Trainer Club Gift 31 Pokémon Global Link Gift Depends Pokémon Global Link Gift 32 Pokémon Bank Gift Depends Pokémon Bank Gift 33 Pokémon HOME Depends Pokémon HOME 34 Pocket Money Gift Depends Pocket Money Gift 35 [VAR 0206(000C,002C)] Cash Back Money 100 Cash Back 36 Clothing Gift Clothes Clothing Gift 37 Ranked Battle Reward Depends Ranked Battle Reward 38 Online Competition Participation Gift Depends Online Competition Participation Gift 39 BP Gift BP BP Gift 40 Official Competition Item Gift Item Official Competition Item Gift 41 Official Competition BP Gift BP Official Competition BP Gift 42 Official Competition Pokémon Gift Pokémon Official Competition Pokémon Gift 43 Official Competition Egg Gift Pokémon Official Competition Egg Gift 44 Official Competition Clothing Gift Clothes Official Competition Clothing Gift 45 Singles Season [VAR 0201(000A)] Item Gift Item Singles Season 01 Item Gift 46 Singles Season [VAR 0201(000A)] BP Gift BP Singles Season 01 BP Gift 47 Singles Season [VAR 0201(000A)] Pokémon Gift Pokémon Singles Season 01 Pokémon Gift 48 Singles Season [VAR 0201(000A)] Egg Gift Pokémon Singles Season 01 Egg Gift 49 Singles Season [VAR 0201(000A)] Clothing Gift Clothes Singles Season 01 Clothing Gift 50 Doubles Season [VAR 0201(000A)] Item Gift Item Doubles Season 01 Item Gift 51 Doubles Season [VAR 0201(000A)] BP Gift BP Doubles Season 01 BP Gift 52 Doubles Season [VAR 0201(000A)] Pokémon Gift Pokémon Doubles Season 01 Pokémon Gift 53 Doubles Season [VAR 0201(000A)] Egg Gift Pokémon Doubles Season 01 Egg Gift 54 Doubles Season [VAR 0201(000A)] Clothing Gift Clothes Doubles Season 01 Clothing Gift In any case, I've developed a tool to read wr8 and bin files. Check it out.
    1 point
×
×
  • Create New...