• 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.
Le pug
Reaction score
830

Profile posts Latest activity Postings About

  • lol that video.
    Anyway, in a script (XSE of course)
    .....
    fadescreen (0x1 or 0x3)
    msgbox @msg 0x6
    fadescreen (0x0 or 0x2)
    .....
    So what's happening is the screen gets faded, then a msgbox is displayed, then it goes back to normal.

    fadescreen key:
    0x0 - fade from black to normal
    0x1 – fade from normal to black
    0x2 – fade from white to normal
    0x3 – fade from normal to white
    You are, how you say, le welcome
    So basically this:
    msgbox @msg1 0x5
    compare LASTRESULT 0x1
    if 0x1 goto @answered_yes
    goto @answered_no
    release
    end

    #org @answered_yes
    .....

    #org @answered_no
    .....

    #org @msg1
    = Would you like to use this rock?

    So this is a simple yes/no check message. If you were using Firered, you could use JPAN's hacked engine (http://www.pokecommunity.com/showthread.php?t=194241) And use his Safari specials, which sort of create a wild battle, but safari styled. In ruby, the only way to access these safari things are through either ASM, or the Safari itself, and you don't want that. Plus that game you screenshot-ted isn't a ROM hack. It's from some other form of game making, and they learn NOTHING in doing that. In ROM hacking, you learn everything about real games ;)
    Well you could have a script:
    givitem 0x(item number in hex) 0x1(amount) (MSG_FIND or MSG_OBTAIN)
    So you get the hex number of the safari ball, give the amount.
    So the difference between MSG_FIND and MSG_OBTAIN is MSG_FIND will say "[player] found one [item](s)!"
    Then it will hide thew last OW, which is not good unless it's a pokeball on the floor.
    MSG_OBTAIN basically is "[player] received (one, this one only appears if it's one) [item(s)]" This one does counting, and no OWs disappear. Then in a battle they have to catch it, or they have no pkmn :P
    ASM is what the GBA runs on. Yeah, I ran into those :Comdlg32.ocx, comctl32.ocx, and vbalcobex6.ocx. The first two are needed for your computer, and the last is needed for music hacking. To re-register the first two, use these: https://www.dropbox.com/s/x3itv32wd1mijyo/COMDLG32.OCX
    https://www.dropbox.com/s/y1tfbiqcjidkz49/COMCTL32.OCX
    Then follow this tutorial: https://www.youtube.com/watch?v=PBC8L0glP68
    To fix the last, if you even want to music hack, follow this tutorial: http://www.pokecommunity.com/showthread.php?t=301027
    Any issues just come and ask. I know everything about hacking, except some ASM. But other than that, I'm the GBA dude
    You're trying to force open the Pokemon select menu? Or the start button screen?
    Anyway, welcome to PC
  • Loading…
  • Loading…
  • Loading…
Back
Top