- 3
- Posts
- 4
- Years
- Seen Dec 17, 2020
Hello everyone,
I am very new to ASM so apologies in advance if this question is silly.
The pokered version I am working with: https://github.com/pret/pokered (downloaded on Dec 1st, 2020)
What I wanted to do: Add another OPP_LASS trainer on route 3.
Where I added to:
Successful Outcome:
-The additional lass is there (Screenshot)
-She battles me using the Pokemon I defined
Unexpected Outcome:
-She only fights me when I talk to her but she doesn't see me (i.e. doesn't walk up to me)
-After I fight her, I can talk to her again and the fight starts all over
-With other trainers, I now have the same problem, that I can fight them again and again
My ideas where the problem might be:
-In the TalkToTrainer script in home\trainers.asm
Also, if I repeat the 5 steps from the list above using an older version of pokered (11th of July 2020), it works and I don't see the unexpected problems. I compared scripts and macros between the two versions (and of course there are differences) but I couldn't pinpoint where the error is.
Any help would be appreciated :)
I am very new to ASM so apologies in advance if this question is silly.
The pokered version I am working with: https://github.com/pret/pokered (downloaded on Dec 1st, 2020)
What I wanted to do: Add another OPP_LASS trainer on route 3.
Where I added to:
- data\maps\objects\Route3.asm
- data\trainers\parties.asm
- scripts\Route3.asm
- constants\event_constants.asm
- text\Route3.asm
Successful Outcome:
-The additional lass is there (Screenshot)
-She battles me using the Pokemon I defined
Unexpected Outcome:
-She only fights me when I talk to her but she doesn't see me (i.e. doesn't walk up to me)
-After I fight her, I can talk to her again and the fight starts all over
-With other trainers, I now have the same problem, that I can fight them again and again
My ideas where the problem might be:
-In the TalkToTrainer script in home\trainers.asm
Also, if I repeat the 5 steps from the list above using an older version of pokered (11th of July 2020), it works and I don't see the unexpected problems. I compared scripts and macros between the two versions (and of course there are differences) but I couldn't pinpoint where the error is.
Any help would be appreciated :)
Last edited: