- 11
- Posts
- 6
- Years
- Yankee
- Seen Mar 23, 2025
Hello,
I am trying to create a battle club in Pokemon Fire Red. This would include the player being able to rematch a trainer multiple times. But, when I try to initiate my code I am only able to battle the trainer once or twice. A part of my code that uses trainer battles is below.
I appreciate any help someone can give me.
I am trying to create a battle club in Pokemon Fire Red. This would include the player being able to rematch a trainer multiple times. But, when I try to initiate my code I am only able to battle the trainer once or twice. A part of my code that uses trainer battles is below.
Spoiler:
#org @grace
showsprite 0x03
applymovement 0x03 @battle
waitmovement 0x0
setvar 0x4015 0x1
trainerbattle 0x1 0x1C6 0x0 @oddish @stall @win
release
end
showsprite 0x03
applymovement 0x03 @battle
waitmovement 0x0
setvar 0x4015 0x1
trainerbattle 0x1 0x1C6 0x0 @oddish @stall @win
release
end
I appreciate any help someone can give me.
Last edited: