Frequently Asked Questions: Difference between revisions
Tags: Mobile edit Mobile web edit |
Tags: Mobile edit Mobile web edit |
||
| Line 207: | Line 207: | ||
Yes! This can be done by adding a single line of code to the game. Add this line to the script you'd like to enable evolution in: | Yes! This can be done by adding a single line of code to the game. Add this line to the script you'd like to enable evolution in: | ||
<code>$PERFORMANCE_PROGRESS_LIST[10] = 1;</code> | <code>$PERFORMANCE_PROGRESS_LIST[10] = 1; | ||
dungeon_mode(177) = DMODE_OPEN_AND_REQUEST;</code> | |||
Refer to the [[List of Script Locations]] if you're looking for a particular scene in the game, and can't find the script. If you want to enable it at the very start of the game, you can add it to m01a0101.ssb. Note that this does not remove the evolution restriction from the hero/partner! This is a separate flag, which can be set with an additional line, alongside the prior one: | Refer to the [[List of Script Locations]] if you're looking for a particular scene in the game, and can't find the script. If you want to enable it at the very start of the game, you can add it to m01a0101.ssb. Note that this does not remove the evolution restriction from the hero/partner! This is a separate flag, which can be set with an additional line, alongside the prior one: | ||