Search the Community
Showing results for tags 'e-card'.
-
Version 1.0.0
4788 downloads
Pokémon Colosseum (ENG)(JPN)(ESP) 100% ALL Shiny 5 or 6 IVs [48 + 3 Purified & Shadow Pokémon] Trainer Info: Name:ERNESTO/エルネスト TID:44016 Ho-Oh Mt. Battle Celebi Ageto/アゲト Japanese bonus disc. Pikachu コロシアム Japanese bonus disc. Jirachi WISHMKR Japanese e-card: Togepi/トゲピー Mareep/メリープ Scizor/ハッサム Information Here: https://bulbapedia.bulbagarden.net/wiki/Pokémon_Colosseum Thanks to the creators of these tools/Gracias a los creadores de estas herramientas. Used tools: PKHeX By @Kaphotics https://projectpokemon.org/home/files/file/1-pkhex/ PokeFinder By @theSLAYER https://projectpokemon.org/home/files/file/3061-pokefinder/ Jirachi WISHMKR by @Gridelin https://projectpokemon.org/home/forums/topic/45373-gen-3-specific-edits-how-to-redeem-any-desired-shiny-spread-channel-jirachi/ -
This guide is for those who are interested in editing an actual trainer/berry e-Card to use with the real e-Reader. If you are capable of save editing or you are playing on an emulator it's probably easier to inject the trainer/berry into your save file directly. Requirements your custom Trainer (ECT) or Berry (ECB) of course (can be created with this tool) e-Reader dev tools (https://caitsith2.net/ereader/devtools.htm) e-Card headerfix tool headerfix.zip (source) a hex editor (like HxD) a raw e-Card which we will use as a base (English, Japanese) Editing the raw e-Card Decode your raw e-Card with nedcenc like this: nedcenc.exe -i card.raw -d -o card.bin Open the decoded card in your hex editor. Copy the header (the first 83 (0x53) bytes as seen above) and save them for later. Copy and save the VPK (starting at offset 0x53 with "vpk0") into a new file. The full VPK size can be found at offset 0x51. Keep in mind that this is written as little endian, which means if these two byte are "81 07" the actual size is 0x781 (from 0x53-0x7D3). The rest of the decoded card is just padding, you can ignore/delete it for now. You have saved the VPK into a new file, now decompress it with nevpk: nevpk.exe -i trainer.vpk -d -o trainer_decompressed.vpk Open the decompressed VPK in your hex editor. For trainers: navigate to offset 0xD50, that's where the actual trainer data (ECT) is located, it's 188 (0xBC) bytes. For berries: the data (ECB) is at offset 0x4EA, it's 530 (0x212) bytes. For trainers: replace the data from 0xD50-0xE0B with your custom trainer and save the file. For berries: replace the data from 0x4EA-0xA19 with your custom berry. Compress your edited VPK with nevpk: nevpk.exe -i mytrainer.vpk -c -o mytrainer_compressed.vpk Note the size of your new compressed VPK! Create a new file in your hex editor and paste the header you have saved earlier in step 3. Paste your compressed VPK right after the header at offset 0x53. Now fix the VPK size at 0x51 to match the new size. Remember to write it as little endian! Fix the size info at 0x26: in the image above the value is 0x020F0622 bit 9-23 is the same as your VPK size + 2 bits are counted from left to right starting with 0 the original VPK size is 0x781 + 2 = 0x783 or in bits 0000 0111 1000 0011 0x020F0622 in bits: 0000 0010 0000 1111 0000 0110 0010 0010 convert your new VPK size into bits replace the bits marked in red in the size info convert the size info value back into hexadecimal write it back to offset 0x26 Pad the card to a proper size of 2112 (0x840) bytes. You can fill the area after the VPK until 0x83F with FF. Fix the cards checksums by droping it on headerfix.exe and you are done! You are done! You can now encode your edited card back into a raw e-Card: nedcenc.exe -i custom.bin -e -o custom.raw You can use the dotcode printer from the devtools for printing, it can print dotcodes in raw or bmp format. Keep the DPI at 300, choose your card and your printer and print it! You could as well just convert your raw card into bmp (raw2bmp.exe -i card.raw -o card.bmp) and print that. So, I hope everything was clear enough, if there are still questions feel free to ask!
-
Version 1.0.0
810 downloads
Hello readers! Here is another file by me for rom hacking. It is a hybrid Parody of the Windows 8 Internet Explorer logo and the GBA e-Reader logo. As both things died out with a bad reputation, and are significantly different from this, I did no wrong. I also used a Public Domain Wikipedia version of Internet Explorer's Metro Logo, which I modded in GNU Inkscape with 2 simple polygons, (a circle and rectangle,) so as to resemble both logos as an allusion to the Mobile System GB, which had webmail ability. I feel that this makes a perfect joke, and I colored it to black to avoid robots falsely flagging it as copyrighted, when I made it using PD resources to resemble abandoned tech, therefore resulting in no legal trouble. It is in SVG vector format at 256x256, so it will need to be rasterized and recolored to blue to work in a hack before resizing. It cannot go as small as the original, but it is still able to go down to 32 or 64x instead of 16x. It also works at 1bpp, so use as you wish. I offer it as Public Domain under Creative Commons CC-0 PD Dedication. Use it for making distro cards, custom pokedex cards, DS homebrew for Lites with E-readers, and Gamecube Homebrew with anything you want on the cards. This will disclaim it from a real card due to its shape.