Quote:
Originally Posted by FBI agent
Yeah, I doubt run speed would be effected very much (though it depends on the computer, if you're running it on some 1970 IBM computer it can slow down...maybe :D)
I have a couple questions now:
1) How does the cleartrainerflag command work? Is it just cleartrainerflag 0xTrainerID#?
2) How can I check multiples of variables? I.E Variable 1 is a multiple of 2?
3) Why can't I pass in variables like 0x5000 for paramaters but I can pass in LASTRESULT? Can I pass in all temporary variables?
Answers appreciated :)
|
1). Yes, however, trainer flags work backworsds of usual flags. To set a flag makes the trainer anble to battle while clearing it prevents them from battling. (it isn't exactly opposite when you get deeper into why, but it's the easiest way to remember)
2). Why? Anyways, there isn't a command, you will need to write an ASM routine.
3). Parameters for what? I have used 0x5000s extensively on regualr compare commads and they work fine. If you are talking about things like chckgender, it is automatic for most of them to use LASTRESULT. The special2 command also can use any variable but it best to use a temp one so you know it will be cleaned later.