- 5
- Posts
- 7
- Years
- Seen Nov 6, 2023
i am trying to make a script that makes an npc trainer's team change depending on the starter on pokemon fire red. heres the script im trying to modify.
#dyn 0x740000
#org @begin
trainerbattle 0x0 0x001 0x0 @intro @defeat
msgbox @afterwards
callstd msg_normal
end
#org @intro
= I will crush you!!!
#org @defeat
= You crushed me[.]
#org @afterwards
= I can also say something after the battle
i am going to use 3 trainer ids:02 03 and 04
#dyn 0x740000
#org @begin
trainerbattle 0x0 0x001 0x0 @intro @defeat
msgbox @afterwards
callstd msg_normal
end
#org @intro
= I will crush you!!!
#org @defeat
= You crushed me[.]
#org @afterwards
= I can also say something after the battle
i am going to use 3 trainer ids:02 03 and 04
Last edited: