Unionall: Difference between revisions

Some more coros
m coro INIT_BASE_FUNC
Line 152: Line 152:


===coro INIT_BASE_FUNC===
===coro INIT_BASE_FUNC===
Should be called in a targeted routine with CallCommon. Clears dungeon results, sets GROUND_ENTER to 195(G01P01A), sets the PLAYER_KIND to 0(hero will appear as a player character), and ATTENDANT1_KIND to 2(partner will appear in the overworld).


===coro INIT_BASE_FUNC_SERIES===
=== coro INIT_BASE_FUNC_SERIES ===
Should be called in <code>with</code> statement with ExecuteCommon. Clears dungeon results, sets GROUND_ENTER to 195(G01P01A), sets the PLAYER_KIND to 0(hero will appear as a player character), and ATTENDANT1_KIND to 2(partner will appear in the overworld)


===coro HANYOU_SAVE_FUNC===
===coro HANYOU_SAVE_FUNC===