• 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.
K
Reaction score
435

Profile posts Latest activity Postings About

  • Its not arguing, its me calling you assistant and you refusing to believe me :P
    I'm not your boss, I am far superior.

    I only like soccer/football, cricket and maybe a little baseball. Hockey is OK, floor hockey is fun cause people suck :D
    Don't get the wrong idea, I decided it was important for me to make sure my workers were actually doing work. :P

    Also, was it Ice Hockey?
    Of course, go play hockey. Now that you don't have your benevolent leader to show you the way, you can't proceed. I don't need to be called boss by you, someone that far down the ladder would never even be able to arrange an audience with me.
    Now, now my little and inferior assistant. Let's converse like mature adults and settle this in a respectable manner. I was right, you were wrong. Its OK, you can still be my assistant. I'm an honorable man, one that doesn't hold grudges.
    WHY ARE YOU TAKING OVER MY PROJECT OMG. I WORKED SO HARD TO TEACH YOU WHAT YOU DO U NOOB! NENJA? U TINK I STUPID??
    YOUR MOTHER FAT, MY BOMB NO WORK HER BIG BODY.
    Sounds interesting, well continue investigations assistant. I'll oversee what you're doing, you can call me boss if you prefer.
    4100 :o
    Is it some sort of special variable linked to something? Have you tried setting it to something then reading it. Just to see if it acts like a normal variable.
    How did you manage to finish all those flags and variables just by copy-pasting? Copy paste probably took a lot of space :P

    Huh? That's all we need addvar to do. 0x5000 is my counter in this case. The subroutine calls itself until 0x5000 is finally 0x11FF.

    As for variable checking:

    #org @loop
    compare 0x5000 0x11FF
    if TRUE return
    copyvar LASTRESULT 0x5000
    setflag LASTRESULT
    addvar 0x5000 0x1
    setvar 0x5000 0x0
    call @comparevars
    jump @loop

    #org @comparevars
    compare 0x5001 0x11FF
    if TRUE return
    setvar 0x800E 0x5001
    compare 0x800E 0x1
    if TRUE call @msgprint
    addvar 0x5001 0x1
    jump @comparevars

    #org @msgprint
    storevar 0x0 0x800E
    msgbox @print
    callstd MSG_NORMAL
    return

    #org @print
    = Variable \v\h02 is not 0.


    Not sure if this is right or works, I haven't tested it...
    But if setflag LASTRESULT is viable, then this should work.
    lol, it's OK :P
    The copy pasting was a good way for you to use all your extra time :D

    EDIT;

    BTW, sorry if I'm replying late. I'm not ignoring you or anything, I'm just mapping and checking VMs every now and then :)
    When I said loop I was thinking of something like this:

    #org @loop
    compare 0x5000 0x11FF
    if TRUE return
    copyvar LASTRESULT 0x5000
    setflag LASTRESULT
    addvar 0x5000 0x1
    jump @loop

    I'm not sure if you can do this:
    setflag LASTRESULT
    But if you can then this would be better than copy pasting :P

    It's kinda like recursion :D
    Yeah, thanks, it finally works ;D
    I'm just beginning to hacking, so any help will be useful. You're amazing ;)
    Hmm, interesting. Maybe you should start by setting all flags 0-900. Then in the same map read out all variables 0-3FFF. It sounds tedious, but it's just a simple loop :)
    The ones that aren't 0x0 have either been over written or they are used interally somewhere.

    BTW: Set these script in the players room. Actually even better, you can just print out the variables that aren't 0x0 (after setting the flags ofcourse)..
    hey can i make a script as in yellow such tht the player and pro.oak gets into grass and a wildbattle with a pidgey(in my case) starts to battle?
    I don't need a judge's permission to do anything. I have connections, I'm unbounded by the legal system.
  • Loading…
  • Loading…
  • Loading…
Back
Top