なずなさんのブロマガ

RTAメインに扱います

Steam版イース-フェルガナの誓い- オートスプリッタ(VE~Hard?)

state("ysf_win_dx9")
{
byte roomID : 0x002358C, 0x0;
float BossHP : 0x005F07C, 0x0;
byte level : 0x0036FBC, 0x0;
byte dashflag : 0x0037130, 0x44;
}


start
{
if(old.roomID == 1 && current.roomID == 0)
{
return true;
}
}

split
{
if(old.BossHP != 1 && current.BossHP == 1 && (current.roomID == 69 || current.roomID == 108 || current.roomID == 206 || current.roomID == 213))
{
return true;
}

if(old.BossHP != 0 && current.BossHP == 0 && (current.roomID == 67 || current.roomID == 130 || current.roomID == 174 || current.roomID == 188))
{
return true;
}

if(old.roomID == 226 && current.roomID == 227)
{
return true;
}

if(old.BossHP != 0 && current.BossHP == 0 && current.roomID == 229)
{
return true;
}

if(old.roomID == 34 && current.roomID == 36 && current.level > 30 && current.dashflag == 0)
{
return true;
}
}

Steam版でのみ動作します。
タイマースタート含め全自動です。私はまだ通しでは使っていないため、全体通して正常に動くかは把握しておりません。VeryEasy、Easyで動作確認済みです。
タイミングは以下の通りです

  • デュラーン1
  • エルフェール
  • チェスター1
  • ギャルバ
  • デスファルオン
  • シュティルガー
  • チェスター2
  • デュラーン2
  • ガーランド(エレベータに乗ってマップが切り替わったところ)
  • ガルバラン
  • 街を出たところ(SRComルール)

VEでの使用前提で作ってありますが、ラップタイミングは基本的には一緒であると認識しているため~Hardと書いてあります。風カットNightmare,Infernoするなら使えるよ

何かあれば私にお願いします。
Twitter : @na2na_TA