Updated Temporarily Replace Player or Enemy Party Pokemon (markdown)

Petuuuhhh 2023-09-27 13:19:04 -04:00
parent 4b3904f64e
commit dcd4535002
1 changed files with 0 additions and 2 deletions

@ -1,5 +1,3 @@
[![createpartymon Scripting Command](https://images-ext-1.discordapp.net/external/bldDJL4k1ySYYXxYak4NjfO1en3vgykFhxYQM9QRkwc/https/share.redd.it/preview/post/16rv1ru?width=1151&height=600)](https://youtu.be/dT0aj-YW1ww)
# Introduction # Introduction
This branch allows you to temporarily replace player/enemy party Pokemon with a "createpartymon" scripting command. For the player, all you have to do is save your party with `special SavePlayerParty`, use the command, then do `special LoadPlayerParty` after a trainer battle. For the enemy, you need to set `FLAG_ENEMY_PARTY`, which replaces the enemy's usual party with the party you specify, and *then* run the command before a trainer battle. Make sure to clear the flag afterward, if you want to go back to normal trainers. This branch allows you to temporarily replace player/enemy party Pokemon with a "createpartymon" scripting command. For the player, all you have to do is save your party with `special SavePlayerParty`, use the command, then do `special LoadPlayerParty` after a trainer battle. For the enemy, you need to set `FLAG_ENEMY_PARTY`, which replaces the enemy's usual party with the party you specify, and *then* run the command before a trainer battle. Make sure to clear the flag afterward, if you want to go back to normal trainers.