Recent content by Méw7

  1. M

    [Other] How to remove glitch titlescreen tiles!

    Thanks for the help, it ended up that I just needed the offsets, because your method for whatever reason did not work. So I basically just exported that image with the offset u gave me, replaced its palette with my backgrounds palette, and made the overall appearance color the one that it was...
  2. M

    [Other] How to remove glitch titlescreen tiles!

    Hi, I just changed the background of my titlescreen in FireRed, but there is always the glitchy tiles in the bottom left.. No matter which tutorial I follow they always just give the same outcome. I'm 90% sure there is a fix for this but I just don't know what.. Please help :(
  3. M

    Help Thread: Script Help Thread

    Oh my gosh! This did it, it was because of those two commands! The script works perfectly now, the bike appears instantly after the warp is done! All I need to fix is the fact that the overworld faces forward down when warped, but of course he needs to be facing up (this could easily be done...
  4. M

    Help Thread: Script Help Thread

    Well I checked script 1's offset in a hex editor, and the 0's were still there. So then I checked it in XSE, and the hex was all correct, except instead of: 01 50 00 00 at the beginning like you said, it was 01 50 01 00. There was an 01 after the 50. But im guessing its because 50+01= 5001, my...
  5. M

    Help Thread: Script Help Thread

    Hmm... When changing the 02 to 04 setting, when I go on the warp it just gives me a black sceeen when warping into the house. But the palette town music still plays... Any idea?
  6. M

    Help Thread: Script Help Thread

    After quite a long process... I got it to work! There is only one problem I'm wondering if you know the answer to. When I warp, I appear as my normal overworld for about half a second THEN hop on the bike. I'm trying to make it so that when you appear in the new location, you're there on your...
  7. M

    Help Thread: Script Help Thread

    Well, I realized I don't need any of that.. All I need to do is call the bikes routine in my script, right? I checked 2 different item editors for its routine location, which is at 0x0A122D. And I know it has to be it because if you call an offset with no routine it just freezes. I didn't add a...
  8. M

    Help Thread: Script Help Thread

    Hello, So I'm trying to make a warp script that makes you use an item when warped, but I really have no idea how.. I want it to use a key item. Here is my working warp script so far (using XSE) : Yeah, its a super simple script so far. So, is there any way I can make it to where a key item...
Back
Top