• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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

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