• 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.
Winter Wonderland
Reaction score
65

Profile posts Latest activity Postings About

  • I'm sorry nothing worked, I've offered all the advice I can think of.

    Let me just say, if you're new to scripting and ROM hacking in general, then WELCOME TO HELL. This type of glitchy, explainable ******** is common. Be thankful you didn't start out on G/S/C, and good luck not punching your keyboard into oblivion. One day you'll get the hang of it.
    Well see, a level script only comes into play if you actually make it to that level... which isn't happening since the warp freezes the game >_>.

    Try playing an already-made script, like the Prof. Oak one in Pallet Town, and see if that warp works, since there is the small, small chance it's something with XSE and your computer.
    Pffff... I wish I could help but I'm kinda out of ideas. Did you try without the fadescreen and stuff?
    Okay I've got it. Make a warp, number 0, on your map and try this
    warp 0x3 0x15 0x0 0x0 0x0
    No, it goes
    0xmap bank 0xmap number 0xFF 0xX coordinate 0xY coordinate

    but there is a different way of doing it that let's you use an already existing warp, which is what I'm looking for because I forgot the syntax
    Well I just tried this script

    #dynamic 0x740000
    #org @start
    lock
    setvar 0x8004 0xF
    setvar 0x8005 0xF
    setvar 0x8006 0xF
    setvar 0x8007 0xF
    special 0x136
    warp 0x1 0x1 0xFF 0x0 0x0
    release
    end

    And it worked fine... Give me a sec
    It worked once? That's so weird. Normally it either always works or always fails.

    Did you try a different emulator? No$GBA is more compatible than VBA for some scripts.
    Wait...

    #dynamic 0x800000
    #org @start
    lock
    checkflag 0x200
    if 0x1 goto @done
    setflag 0x200
    msgbox @grave 0x6
    setvar 0x8004 0xF
    setvar 0x8005 0xF
    setvar 0x8006 0xF
    setvar 0x8007 0xF
    special 0x136
    warp 0x3 0x21 0xFF 0x0 0x0 'the map you're warping to is supposed to be in hex. If you used decimal, that's why. Chances are (3,33), the decimal conversion of (3,21), doesn't exist. Try using warp 0x3 0x15 0xFF 0x0 0x0
    release
    end
    Like I asked the person above you, did you try 0xFF as the third var in the warp command?
    Well you could just use any tiles, then recolor the palettes. ;D And inserting tiles is pretty easy, I learnt to with this tutorial.
    Alright, thanks! :) The hack is going to be a Halloween hack, right? So I'd say you should use some custom tiles, dark and scary. ;)
    A lot of the hacks here are just made for fame. >_< I really want people to enjoy my hack, one of the reasons I hack. Oh, and I'd love to hear your thoughts on it in the thread. :)
  • Loading…
  • Loading…
  • Loading…
Back
Top