Skip to content

Commit

Permalink
minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ners-xd authored Mar 11, 2023
1 parent fcadd0e commit 0688f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Deltarune.asl
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ split {
case 73: // Ch2_ArcadeGameText
pass = ((old.textboxMsg == @"\EH* おまえら^1!&  追っかけるぞ!/%" || old.textboxMsg == @"\EH* C'mon^1, let's go after&||her!/%") && current.textboxMsg == null);
break;
case 100: // Ch1_CastleTown_LancerBikeExplosion
case 100: // Ch1_LancerBikeExplosion
pass = (old.lancerCon == 46 && current.lancerCon == 47);
break;
case 424: // Ch1_CastleTown_GreatDoor
Expand Down Expand Up @@ -862,7 +862,7 @@ split {
else vars.tempVar ++;

break;
case 100: // Ch1_CastleTown_LancerBikeExplosion
case 100: // Ch1_LancerBikeExplosion
pass = (old.lancerCon == 46 && current.lancerCon == 47);
break;
case 424: // Ch1_CastleTown_GreatDoor
Expand Down

0 comments on commit 0688f0a

Please sign in to comment.