kansen-4/Kansen4_patch/d0050_d.ks
2023-12-30 00:47:07 -06:00

22 lines
703 B
Text
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

*D0050_D
;//〆ラベルD6
;//♂:フローチャートマップ用フラグの埋め込み
;//〆:サバイバル1STフロー・5のマーク点灯フラグ
;//♂:ここまでセット
;<Mov g_root305,1>
;<Mov flow_page,4>
;<Mov flow_no,5>
;//----------------------------------------------------------
;//〆:条件分岐
;//  D_zap0050_n
;//  D_zap0050_a
;//  上記のいずれのブロックを通過しているか?
;//D_zap0050_n jumpラベルD6_1
;//D_zap0050_a jumpラベルD6_2
[if exp="f.l_D0050_zap_n == 1"][jump storage="D0050_E.ks" target=*D0050_E][endif]
[if exp="f.l_D0050_zap_a == 1"][jump storage="D0050_F.ks" target=*D0050_F][endif]
[jump storage="D0050_G.ks" target=*D0050_G]
;//----------------------------------------------------------