Recent content by wilikily2205

  1. W

    PoryMap | Map Editor for the Disassembly and Decompilation Projects

    I have a question. There are a few places with more than one map. For example Route 130 has one map with mirage island and one map without. Route 111 and Sootopolis City have two maps too. In Advance Map, I had to change the map footer offset to edit them. How do I edit them in Porymap?
  2. W

    [Pokeemerald] Scripting Tutorial

    . That happens because SeedRngWithRtc(); is defined only in Ruby and Sapphire. In Emerald the developers removed the routine and replaced by SeedRngAndSetTrainerId(), which they copied from Firered/Leafgreen. Interestingly SeedRngAndSetTrainerId(); isn't used in src/main.c in pokefirered...
  3. W

    [Pokeemerald] Scripting Tutorial

    Is there a way to find out which Offsets in the compiled rom belongs to which data in the disassembly? I ask that becuse I try to fix Emeralds faulty PRNG in pokeemerald. I found a fix from HackMew (Search in your Browser for 'Pokemon Emerald RNG fix' (Sorry, I can't post links because I haven't...
  4. W

    Development: I'm Fixin' It: Emerald's Broken PRNG

    Is there a way to implement the fix in pokeemerald?
Back
Top