Reply to Re: Disappearing sprites in DinkHD but not YOD
If you don't have an account, just leave the password field blank.
Okay, I tested Drone's saves and it I was right: the sp_y(&temphold4, 550); line is the cause. The issue manifests only on the first visit because s3-awife sets temphold4 it's expected value, but it is only run after s3-armr, so it won't be set on the first visit. Afterwards the bug will be re-triggered if you visit any screen that uses temphold4 (for example, screen 316) and return, though the missing wall piece is different.
The issue can be fixed by addingf a wait(0) to s3-armr before it first uses temp4hold, or by moving the wife to above the top edge of the screen (which will change the order the scripts are run)
Also, the issue is present if you load the same save on YeOldeDink
The issue can be fixed by addingf a wait(0) to s3-armr before it first uses temp4hold, or by moving the wife to above the top edge of the screen (which will change the order the scripts are run)
Also, the issue is present if you load the same save on YeOldeDink