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

29 lines
944 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

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.

*D0040_D
;//〆:ザッピング戻り先
;//♂:フローチャートマップ用フラグの埋め込み
;//〆:サバイバル1STフロー・23のマーク表示フラグ
;//〆:サバイバル1STフロー・24のマーク表示フラグ
;//〆:サバイバル1STフロー・3のマーク点灯フラグ
;//♂:ここまでセット
;<Mov g_root304,1>
;<Mov flow_page,4>
;<Mov flow_no,3>
;//♪_BGM停止以前のザッピング先はそれぞれBGMが異なるので一旦停止
;^<SoundRun 0,Stop,ON,2000>
[fadeoutbgm time=500]
;^<SoundRun 1,Stop,ON,2000>
;//----------------------------------------------------------
*D0040_E
;//〆ラベルD6
;//〆条件分岐
;//下記のいずれのブロックを通過しているか?
;//・→D_zap0040_n→ラベルD6_1
;//・→D_zap0040_m→ラベルD6_2
[if exp="f.l_D0040_zap_n == 1"][jump storage="D0040_F.ks" target=*D0040_F][endif]
[if exp="f.l_D0040_zap_m == 1"][jump storage="D0040_G.ks" target=*D0040_G][endif]
[jump storage="D0040_H.ks" target=*D0040_H]
;//----------------------------------------------------------