Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/07/19 in all areas

  1. Infinite TMs in Gen IV --- Let me first preface this by saying that this was figured out by Mikelan98 (with some help from Nextworld and BagBoy to find some of the offsets in different languages). Mikelan98 has requested that you give credit to him if you implement this in your hack. This is simply a documentation so the information doesn't get lost - I didn't figure out any of this myself! This is for the American (U) versions of Platinum and Heart Gold / Soul Silver. Step 1: Extract the relevant files --- First we need to get the right files out of the ROM. For Platinum, you'll need the arm9.bin and the overlay_0084.bin files. For HG / SS, you'll need the decompressed arm9.bin and a decompressed overlay_0015.bin files. (Use the Extract(U) option in crystaltile2 to decompress.) Step 2: Edit the code to make the TM quantity not drop after use --- For Platinum, we want to make the following changes: * Search for "FE 00 28 07 D1 08 48" in the arm9.bin file. * Replace the "D1" with "E0" so that it now reads "FE 00 28 07 E0 08 48". For HG/SS, we want to make the following changes: * Search for "FD 00 28 07 D1 0A 48" in the decompressed arm9.bin file. * Replace the "D1" with "E0" so that it now reads "FD 00 28 07 E0 0A 48". Step 3: Edit the code to make the item quantity not appear for TMs in the bag --- For Platinum, we want to make the following changes: * Search for "FF F7 83 FF 04 B0" in the overlay_0084.bin file. * Replace the first four bytes with "00 00 00 00", so it should now read "00 00 00 00 04 B0". For HG/SS, we want to make the following changes: * Search for "81 42 53 D3" in the decompressed overlay_0015.bin file. * Replace the "D3" with E0 so that it now reads "81 42 53 E0". Step 4: Rebuild the ROM --- You'll need to reinsert the relevant files as needed. For HG/SS, you'll need to recompress them when adding them to the ROM by using the "Compression" option to import them back when using crystaltile2. After that, save and/or build your ROM, and you should find that TMs don't show a quantity anymore, and they also won't disappear after being used.
    1 point
  2. Version .

    2132 downloads

    This gift was distributed to players via Local Wireless, to players that went to the site of the Korean League, at the Seouliteum. Players with Ultra Sun received Latias, and players with Ultra Moon received Latios. Species Latios Nickname (default, save lang) OT 코리안리그 TID 190504 Distribution Local Wireless Location a lovely place Dates May 04 to May 05, 2019 PID Cannot Be Shiny Games All Regions 3DS: UM Lv. 100 Nature Random Ability Levitate (1) Item Gold Bottle Cap Bundled Item None Card Per Save Only One Allowed Moves (ITALIC means Relearnable) Luster Purge Psychic Draco Meteor Tailwind WC ID 1154: 「무한포켓몬 라티오스 선물!」's receiving text 0x2B Thank you for coming to the Pokémon event! Please pick up your gift from the deliveryman in any Pokémon Center. Classic 무한포켓몬 라티오스 선물! 2018-19 코리안리그 S3 개최를 기념하여 무한포켓몬 라티오스를 선물합니다! Format Ver.1.0.8-0, Post Updated Date:20190505_1337
    1 point
  3. Version .

    2237 downloads

    This gift was distributed to players via Local Wireless, to players that went to the site of the Korean League, at the Seouliteum. Players with Ultra Sun received Latias, and players with Ultra Moon received Latios. Species Latias Nickname (default, save lang) OT 코리안리그 TID 190504 Distribution Local Wireless Location a lovely place Dates May 04 to May 05, 2019 PID Cannot Be Shiny Games All Regions 3DS: US Lv. 100 Nature Random Ability Levitate (1) Item Gold Bottle Cap Bundled Item None Card Per Save Only One Allowed Moves (ITALIC means Relearnable) Mist Ball Psychic Draco Meteor Tailwind WC ID 1154: 「무한포켓몬 라티아스 선물!」's receiving text 0x2B Thank you for coming to the Pokémon event! Please pick up your gift from the deliveryman in any Pokémon Center. Classic 무한포켓몬 라티아스 선물! 2018-19 코리안리그 S3 개최를 기념하여 무한포켓몬 라티아스를 선물합니다! Format Ver.1.0.8-0, Post Updated Date:20190505_1333
    1 point
  4. Here's another BCH tool that I helped work on with gdkchan to replace Ohana. How is this better?: The BCH (de)serializer has been completely rewritten, giving maximum flexibility and better BCH support. Features: - Import formats [BCH, SMD, GFModel] - Export formats [BCH, SMD, DAE] - Batch/Single texture export [PNG, GFTexture] - Batch model export formats [SMD, DAE] - Merge multiple models to the scene - Animation playback [bone, material, visibility, camera] Upcoming features: - GFModel export Screenshots: Download: https://github.com/gdkchan/SPICA SPICA.zip
    0 points
×
×
  • Create New...