• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
Spherical Ice
Reaction score
3,333

Profile posts Latest activity Postings About

  • Ahh, that's because I didn't realize that he also left out another part:

    push {r0-r4,lr}
    mov r0, #0x8
    mov r1, #0x0
    ldr r4, address
    bl bx_r4
    pop {r0-r4,pc}

    bx_r4: bx r4

    .align 2
    address: .word 0x0807F690 + 1

    And now I see that sonic1 fixed his routine (and included that part too). Ah well. :P
    Also, the problem with your script is that you have to add one to the offset that you inserted the routine to make it load correctly.
    ok, i know what's happening, no problem.
    Compile THIS code:
    Spoiler:
    That message basically means that the "mov r4, #0x0807F690+1" command is too big to fit in that space. What sonic1 meant to do was this:

    push {r0-r4,lr}
    mov r0, #0x8
    mov r1, #0x0
    ldr r4, address
    bl bx_r4
    pop {r0-r4,pc}

    .align 2
    address: .word 0x0807F690 + 1

    Make sure that the last line of the file is blank or else you'll get that "end of file not at end of line" message, which doesn't affect anything but is annoying.
    Also, may I ask what this is for?
    Apparently, every single 00 byte has been changed to 20...
    Redownload it from Mastermind's website and make the modifications again.
    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!
    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.
    This is basically a hack I've meant to make for the past two years (since Infinity, my first hack to post here- in fact it derives from Infinity, basically). I'm just doing everything faaaaaaaaaaaar too slowly right now :P

    That's cool, I'm really impressed by it, as I've said. I can't wait to see more :D

    I do. [shnip]. Could've sworn we added each other on it long ago, hahaha.
    Literally nothing in the past few weeks, but I've finally managed to get back to it today. Lots and lots of story planning- not that my hack is story-intensive, I'm just trying to make sure I have it all planned out. I've really been thinking about what you've said about 'chilling out and just make something cool', and while my hack isn't a microhack (I'm using it from now on), it's really motivating me to try out lots of different ideas for mine. :)

    And youuuuuuuuu? :)
    EDIT: As in, how's the project coming along?
    Lolololol, I didn't mean for it to be like that, I just wanted to make sure people noticed it; size seven is bigger than I thought :3
    But yeah, it's pretty annoying isn't it? Doesn't really happen all that often but it's annoying when it does :P
    Jah, it is from tumblr, but I just found it on Google Images :P

    I thought you would like it XD
    I meant if people would start saying "microhack"- judging by the VM below this, I was right. Whether it was because of me saying it or not xD
    This made me smile, I agree with you about how most hackers are trying to make their hack the best, I'm sick of it because I want a decent, fun game to play. I tried to make a hack the best, I failed. xD
    So now I am making a hack that is firered with the sinnoh evolutions of the previous pokemon.
    And I love the micro-hack concept, it sounds really fun, hopefully you will finish this and the many series of micro-hacks to come. xD

    Summary: I agree with the statement I put quotes around that you made and I love your idea of a micro-hack and look forward to it. :)
    Ergh thank you for your help *-* I just transferred all my level scripts and I must have rushed that one, odd how it randomly started happening though. Thanks for your help ^^ and good luck with your miniadventure hack, great idea.
  • Loading…
  • Loading…
  • Loading…
Back
Top