Frequently Asked Questions: Difference between revisions

Add a paragraph about online patchers to the secondary decompressor error section
Is there a way to jump to an exact script instead of the existing debug checkpoints?: Clarified that CORO_DEBUG_SCENE only contains vanilla scenes.
Tags: Mobile edit Mobile web edit
Line 214: Line 214:


=== Is there a way to jump to an exact script instead of the existing debug checkpoints? ===
=== Is there a way to jump to an exact script instead of the existing debug checkpoints? ===
In unionall.ssb, add in <code>CallCommon(CORO_DEBUG_SCENE);</code> as the first line called within EVENT_DIVIDE. Once you start the game, you’ll get a menu where you will be able to choose which scene you want to play.
In unionall.ssb, add in <code>CallCommon(CORO_DEBUG_SCENE);</code> as the first line called within EVENT_DIVIDE. Once you start the game, you’ll get a menu where you will be able to choose which scene you want to play. Note that this menu only contains vanilla scripts, and will not contain any custom scripts that you may have added.


If you are looking for a particular scene, check the [[List of Script Locations|list of script locations]].
If you are looking for a particular scene, check the [[List of Script Locations|list of script locations]].