Unionall: Difference between revisions
→Coroutines: More coroutines Tags: Mobile edit Mobile web edit |
Added links to List of opcodes Tags: Mobile edit Mobile web edit |
||
Line 1: | Line 1: | ||
unionall.ssb is a file, containing the game's coroutines. Those coroutines are used to show a cutscenes, return controls to the player after the dialogue with NPC, make a Cutscene -> Overworld transition etc. | unionall.ssb is a file, containing the game's coroutines. Those coroutines are used to show a cutscenes, return controls to the player after the dialogue with NPC, make a Cutscene -> Overworld transition etc. | ||
You can call those coroutines with CallCommon, JumpCommon and supervision_ExecuteCommon opcodes. | You can call those coroutines with [[List of Opcodes#0x38 - CallCommon|CallCommon]], [[List of Opcodes#0x88 - JumpCommon|JumpCommon]], [[List of Opcodes#0x73 - ExecuteCommon|ExecuteCommon]] and [[List of Opcodes#0x12e - supervision_ExecuteCommon|supervision_ExecuteCommon]] opcodes. | ||
==Coroutines== | ==Coroutines== | ||
===coro END_TALK=== | ===coro END_TALK=== |
Revision as of 04:59, 25 January 2024
unionall.ssb is a file, containing the game's coroutines. Those coroutines are used to show a cutscenes, return controls to the player after the dialogue with NPC, make a Cutscene -> Overworld transition etc. You can call those coroutines with CallCommon, JumpCommon, ExecuteCommon and supervision_ExecuteCommon opcodes.