• 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.
R
Reaction score
58

Profile posts Latest activity Postings About

  • frickin awesome aside from being sick
    doing the poketch in C
    nah, it's fine.
    i only go here to have a short rest from work anyway, so don't worry. ;)

    also, you should slowly go back to do those things. xD
    they may be important, or not. ^_^
    There should have been.... at 72 82 70 and the other it should have been a chunk FF. If it failed to decompress on startup, that means your table is corrupted. I have a feeling you pasted over the table (the sprites should have been just before it).
    anything above 0x243 no longer has a sprite because of that.:P Which is why we start at 0x244.

    Now you have got it. Go to the reversed offsets and paste in the contents. This should fix it.
    You are looking at the wrong ini section. You are looking at BPRE, right? That isn't what your rom is loading from. You need to read my documentation about the dynamic ini.
    Okay, go into the ini and get the offsets for the frontspritetable and the frontpalettetable.

    Now, we need to jump ahead, so we need to add on how many pokemon we have. Each entry in the table is 8 bytes, and we need to jump ahead 0x244 pokemon. So...

    Open up Windows Calculator and switch to hex mode. Now do:

    frontspriteoffset + 244*8
    and
    frontpaletteoffset + 244*8

    Now you have the new offsets. Go to each one in a hex editor and write down the next 4 bytes you see. This is a pointer. It will be in the form of AB CD EF 08. You can cut off the 08 (that tells us it is in the rom) and then reverse the bytes like this:

    AB CD EF -> EF CD AB

    This is the offset of the sprite/palette depending on the table you went to. Write down both numbers.

    Now, go to those locations and you should find just FFs for the length of the sprite/palette. At the sprite location, paste the blank sprite I sent you. At the palette location, paste the blank palette I sent you. This should restore them to what they were before they were overwritten.
    The custom user titles would only be available for the victor/ winning team since the H-Staff don't want a flood of people walking around the forums with them. Everything else seems fine though.
    Well you will have to make a new thread now since the old one has been closed. At least you will have control over the first post now.

    Just give me a shout if you need/ want to know anything~
    Hi there~

    Well I wouldn't want to put it in the Hacks Showcase since it doesn't really fit there. If you're worried about the attention it will receive then (when it begins) I can add an announcement to the top of the Emulation forums with a link telling people to sign up.
    D: because of you he will spam me with "why" questions haha =)

    Im sure its possible, just never give up and show some patience :)
    nah you don't need to..
    i will check the threads out on myself :)

    the reason why i quit hacking btw is lack of motivation.
    Well its totally up to you, as this idea isnt patented by me haha :)
    However, I will not totally quit, I just do sparely visit this site, and if
    I do I answer some questions to my tuts or in simple help thread.

    Just ask me if you need organization help, as this doesnt really
    belong to romhacking ;)
    Yeah, I just had knee surgery so I havent been to active... Ive gotten 50 done, ill get 75 done then send you the patch for testing
  • Loading…
  • Loading…
  • Loading…
Back
Top