Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
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.
That seems like it should work. What does it say on the 2nd time "Oh. that's too bad." or nothing at all?
[edit]
Try changing the operator to 0x1
if 0x4 goto @got
if 0x1 goto @got
This is a bit more detailed explanation on how to get and set stats, specifically the EV and IV stats.
In this tutorial we will be exploring how to:
1. Insert ASM routines
2. Hijack existing scripts
3. Using the ASM to get the values of an IV
4. Also how to set an IV with a new value
The final...