stay silent incorrect branch

This commit is contained in:
Zack Buhman 2026-06-01 10:16:16 -05:00
parent 79310018ac
commit afef1b8a2e
2 changed files with 2 additions and 2 deletions

View File

@ -593,7 +593,7 @@ label start:
voice "alice/a33.ogg" voice "alice/a33.ogg"
a "Alright!" a "Alright!"
"Stay Silent" : "Stay Silent" :
jump mainbranch4 jump mainbranch5

View File

@ -909,7 +909,7 @@ const language::statement statements[] = {
{ .type = type::voice, .voice = { .audioIndex = 133 } }, // 325 alice/a33.ogg { .type = type::voice, .voice = { .audioIndex = 133 } }, // 325 alice/a33.ogg
{ .type = type::say, .say = { .characterIndex = 0, .stringIndex = 127 } }, // 326 a "Alright!" { .type = type::say, .say = { .characterIndex = 0, .stringIndex = 127 } }, // 326 a "Alright!"
{ .type = type::jump, .jump = { .statementIndex = 330 } }, // 327 internal jump (b'__menu_end', 4) { .type = type::jump, .jump = { .statementIndex = 330 } }, // 327 internal jump (b'__menu_end', 4)
{ .type = type::jump, .jump = { .statementIndex = 296 } }, // 328 mainbranch4 { .type = type::jump, .jump = { .statementIndex = 331 } }, // 328 mainbranch5
{ .type = type::jump, .jump = { .statementIndex = 330 } }, // 329 internal jump (b'__menu_end', 4) { .type = type::jump, .jump = { .statementIndex = 330 } }, // 329 internal jump (b'__menu_end', 4)
{ .type = type::jump, .jump = { .statementIndex = 331 } }, // 330 mainbranch5 { .type = type::jump, .jump = { .statementIndex = 331 } }, // 330 mainbranch5
{ .type = type::voice, .voice = { .audioIndex = 134 } }, // 331 eily/e55.ogg { .type = type::voice, .voice = { .audioIndex = 134 } }, // 331 eily/e55.ogg