Skip to content

Commit

Permalink
TH12: fix stage 5 midboss with dialouge
Browse files Browse the repository at this point in the history
  • Loading branch information
32th-System committed Apr 16, 2024
1 parent 40ba05b commit 145d4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thprac/src/thprac/thprac_th12.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ namespace TH12 {
break;
case THPrac::TH12::TH12_ST5_MID1:
if (thPracParam.dlg)
ECLJumpEx(ecl, 0x158c0, 0x159d8, 179);
ECLJumpEx(ecl, 0x158c0, 0x159d4, 179);
else {
ECLJumpEx(ecl, 0x158c0, 0x159e8, 179);
ecl << pair{0xd6ac, (int16_t)0x0} << pair{0xd8b8, (int16_t)0x0};
Expand Down

0 comments on commit 145d4de

Please sign in to comment.