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.
compare LASTRESULT 0x1 (listed in the givepokemon script) doesn't appear to function properly. Here is the script i am trying to make:
'---------------
#dynamic 0x800000
#org @start
lock
msgbox @content 0x6
msgbox @confirm 0x5
compare LASTRESULT 0x1
if 0x1 call @obtain
else goto @end
#org...