Jigglysaint
|
 |
« Reply #1 on: October 31, 2010, 03:44:29 AM » |
|
Not sure, but I think it might have somthing to do with the subscreen halting the code that deals with placing new sprites in the new room. Since the glitch involves either the current sprites being totally transplanted to the next screen, or moving slightly, my guess is the level loading routine activates, but the sprite loading routine is interrupted. If you think about it, firing up the subscreen will keep the current sprites in their spots, and they disappear and come back when you go to and from the menu. So I think what happens is you enter the subscreen after the level data routine is activated, but the current sprites, which get scrolled away normally, stay put or only go partway, then the new data is loaded.
Oh and if you didn't know already, if you scroll a key onto room 80, it will turn into the hookshot, and if you scroll a key into room 6A, it becomes the Bird Key, but with the nightmare key graphics. Sprite $30 is used for keys mostly, but also for special items.
|