The Dink Network

Reply to Re: Disappearing sprites in DinkHD but not YOD

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
October 7th 2024, 06:56 PM
death.gif
Seseler
Peasant He/Him Heard Island And Mcdonald Islands
 
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