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.
Thank you!
Once, I thought I had to make some comparative function. The closest thing I did was:
#dynamic 0x800000
#org @start
callasm YourOffset
buffernumber 0x0 LASTRESULT
buffernumber 0x1 LASTRESULT
msgbox @secret 0x2
end
#org @secret
= [buffer1] and [buffer2].
All this while, I...
Hi, how exactly the extended script looks like regarding to the Trainer ID + Secret ID in the 1st ASM Lesson? I just manage to get the Trainer ID to show up but not the Secret ID.
I'll just recopy the script part from the 1st Lesson so anyone of you don't have to look back:
and the ASM that...