Frequently Asked Questions: Difference between revisions

Make list of editable moves collapsible
m Fix section link
 
(3 intermediate revisions by 2 users not shown)
Line 228: Line 228:
<div style="font-weight:bold;line-height:1.6;">List of moves with hardcoded effects (click the button to the right to expand)</div>
<div style="font-weight:bold;line-height:1.6;">List of moves with hardcoded effects (click the button to the right to expand)</div>
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
* 009: Thrash (makes the user attack in a random direction)
* 031: Weather Ball (has a special type check in <code>GetMoveTypeForMonster</code>)
* 031: Weather Ball (has a special type check in <code>GetMoveTypeForMonster</code>)
* 064: Thunder (has a special accuracy check in <code>MoveHitCheck</code>)
* 064: Thunder (has a special accuracy check in <code>MoveHitCheck</code>)
Line 290: Line 291:
Yes, you can apply the [[ChooseStarter]] patch to do this. If you also want to remove the personality test you can also apply the [[SkipQuiz]] patch.
Yes, you can apply the [[ChooseStarter]] patch to do this. If you also want to remove the personality test you can also apply the [[SkipQuiz]] patch.


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 “[[Frequently Asked Questions#Can I skip the personality test and just force a certain starting team?|Can I skip the personality test 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?) ===
=== Can I expand the list of starters (e.g. to add starters from later generations?) ===
Line 331: Line 332:
[[File:Jump to scene.png|none|thumb|Adding the call to the debug scene chooser to EVENT_DIVIDE]]
[[File:Jump to scene.png|none|thumb|Adding the call to the debug scene chooser to EVENT_DIVIDE]]


=== Can I skip the personality test in my hack and just force a certain starting team? ===
=== Can I skip the personality test and just force a certain starting team? ===
Yes, in order to do this you will have to do two things:
Yes, in order to do this you will have to do two things: