The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > Sierraffinity
Reload this Page Conversation Between Sierraffinity and Spherical Ice

Notices
For all updates, view the main page.

Ad Content
Conversation Between Sierraffinity and Spherical Ice
Showing Visitor Messages 16 to 23 of 23
  1. Spherical Ice
    March 13th, 2012 8:40 AM
    Spherical Ice
    #dynamic 0x800000

    '---------------
    #org @start
    lock
    faceplayer
    setvar LASTRESULT 0x0
    callasm 0xEC0BA9
    release
    end


    Both with and without the LASTRESULT, regardless of where the LASTRESULT code is, the game crashes >:
  2. Sierraffinity
    March 13th, 2012 8:34 AM
    Sierraffinity
    Did you set LASTRESULT to a valid number like 0x0? That may or may not be the case.
  3. Spherical Ice
    March 11th, 2012 11:50 PM
    Spherical Ice
    Hm, I tried it and when calling the asm the game just restarts :/
  4. Spherical Ice
    March 11th, 2012 11:36 PM
    Spherical Ice
    Ooooooooooooooooooh. Thanks! that makes so much sense! Thank you thank you!
  5. Sierraffinity
    March 11th, 2012 5:05 PM
    Sierraffinity
    The "executable with removed ROM header" IS the text file, although I don't know the reason for packaging it as a .txt file...
    Download that, then get an offset with free space that ends in four zeros.
    Once you have that, open the text file in a hex editor and replace all occurrences of 0x4D 0x58 in the ROM with the first two bytes of the pointer to that free space offset (like if I was using 0xEC0000, I would replace all the 0x4D 0x58s with 0xEC 0x08). Don't replace all of the 0x4D or 0x58 bytes, just when they occur in that order.
    Then insert the whole file (0xFFs at the start and all) at your free space offset. To call it in a script, use callasm 0x(your offset+0xBA9). And you're done!
  6. Spherical Ice
    March 11th, 2012 11:09 AM
    Spherical Ice
    Yeah, I'm not inserting it in Emerald ;D
    I don't mind if it's too glitchy, tbh, it's only a small thing.
    And, to be honest, I don't know where to start. In mastermind's tutorial is says you need the executable with removed ROM header. Is that meant to be a .exe file, or a .txt file? And what exactly is it asking me to do, just download and then find my pointer?
  7. Sierraffinity
    March 11th, 2012 10:47 AM
    Sierraffinity
    I can help out as long as you're not trying to insert it into Emerald. *shudder*
    The problem is, though, that the routine uses a lot of memory that FireRed already uses, so it's pretty buggy there too. But I can still help you insert it as long as you tell me what you're having problems with.
  8. Spherical Ice
    March 11th, 2012 2:40 AM
    Spherical Ice
    Hey dude, could you help me out? I'm trying to insert Mastermind_X's Ruins of Alph puzzle, but I don't quite understand his wording on his tutorial. I remember you'd inserted it sometime, and are just good at asm/hex editing anyway. Hope you can help ;D

All times are GMT -8. The time now is 2:16 AM.