Jump to content

Leaderboard

  1. Saul oseguera

    Saul oseguera

    Member


    • Points

      6

    • Posts

      40


  2. StarsMmd

    StarsMmd

    Innovator


    • Points

      1

    • Posts

      710


  3. theSLAYER

    theSLAYER

    Administrator


    • Points

      1

    • Posts

      22361


  4. BlackShark

    BlackShark

    Contributor


    • Points

      1

    • Posts

      1567


Popular Content

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

  1. The world's first Pokemon : Gale of Darkness hack! Main Features - Physical/Special Split - Gen VI type matchup chart including fairy type - New set of shadow pokemon and other obtainable pokemon - Moves and abilities from later generations - More challenging opponents - Bonsly is finally playable! Future Features Discussion Download Page The thread where the download links and updates will be. Release Thread (with download links)
    1 point
  2. There is an HD Texture Pack for USUM https://community.citra-emu.org/t/pokemon-ultra-sun-and-moon-hd-texture-pack/159141 And cheats to remove the outlines: Pokemon Ultra Sun [No Outlines v1.0] 0042E2B8 E320F000 [No Outlines v1.1] 0042FBA0 E320F000 [No Outlines v1.2] 0042FBA4 E320F000 Pokemon Ultra Moon [No Outlines v1.0] 0042E2B8 E320F000 [No Outlines v1.1] 0042FBA0 E320F000 [No Outlines v1.2] 0042FBA8 E320F000
    1 point
  3. 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
×
×
  • Create New...