• 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.

[Other] jpan's number input routine

51
Posts
9
Years
    • Seen Nov 18, 2023
    excuse me guys but I don't understand how it works...in a script how I impost the secret code?

    For example the code is 12345678:

    #dynamic 0x800000
    #org @inizio
    lockall
    callasm 0x8900179
    waitstate
    compare 0x8008 0x1234
    if 0x1 goto @ok
    releaseall
    end

    #org @ok
    compare 0x8009 0x5678
    if 0x1 goto @right
    releaseall
    end

    #org @right
    = Very Good!

    Is it right?
     
    Back
    Top