Frequently Asked Questions: Difference between revisions

added information on StarterMenuTool (it's not shilling no what)
m Keep all starter-related questions together
Line 205: Line 205:


If you want to skip the quiz and force a specific player and partner combination, see “[[FAQ#Can I skip the personality test in my hack and just force a certain starting team?|Can I skip the personality test in my hack and just force a certain starting team?]]” in the scripting section.
If you want to skip the quiz and force a specific player and partner combination, see “[[FAQ#Can I skip the personality test in my hack and just force a certain starting team?|Can I skip the personality test in my hack and just force a certain starting team?]]” in the scripting section.
=== Can I expand the list of starters (e.g. to add starters from later generations?) ===
With vanilla methods, the length of the starter list cannot be changed. Pokémon can only be replaced in the list, not added to it. [https://github.com/Chesyon/StarterMenuTool StarterMenuTool] can be used as a workaround to recreate the starter menu with scripting, and it does not have the restrictions of the vanilla starter list.


=== Can I unlock evolution earlier in the game? ===
=== Can I unlock evolution earlier in the game? ===
Line 212: Line 215:
<syntaxhighlight>$PERFORMANCE_PROGRESS_LIST[10] = 1;</syntaxhighlight>
<syntaxhighlight>$PERFORMANCE_PROGRESS_LIST[10] = 1;</syntaxhighlight>
These lines must be placed within <code>def 0 {</code>.
These lines must be placed within <code>def 0 {</code>.
=== Can I expand the list of starters (e.g. to add starters from later generations?) ===
With vanilla methods, the length of the starter list cannot be changed. Pokémon can only be replaced in the list, not added to it. [https://github.com/Chesyon/StarterMenuTool StarterMenuTool] can be used as a workaround to recreate the starter menu with scripting, and it does not have the restrictions of the vanilla starter list.


=== How can I publish my hack so other people can play it? ===
=== How can I publish my hack so other people can play it? ===