DREAMWEB: Fix regression in slabdoorb
This commit is contained in:
parent
10e1637612
commit
656409c72b
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,7 @@ void DreamGenContext::sLabDoorB() {
|
|||
data.byte(kWatchspeed) = 1;
|
||||
data.byte(kSpeedcount) = 1;
|
||||
} else {
|
||||
if (isRyanHolding("SHLD")) {
|
||||
if (!isRyanHolding("SHLD")) {
|
||||
// No crystal
|
||||
showPuzText(44, 200);
|
||||
putBackObStuff();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue