LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

TLOZ

Root / Submissions / [.]

Joshuaham123Created:
Version:0.1Size:
This is right now a test

Instructions:

use D pad

Notes:

Guys help please tell me what is wrong if you move to the right side of the screen. It should make the screen tan but it is making an err. if you remove line 355 it fixes it but I need that line

The label @3_1 calls XSCREEN, which will reset all the sprites. The next main loop attempts to move a sprite that is no longer set, and you get your error. I'm pretty sure it's safe to only call XSCREEN once. A good place would be right when the game starts (right after your ACLS on line 3)

Replying to:kldck_hul
The label @3_1 calls XSCREEN, which will reset all the sprites. The next main loop attempts to move a sprite that is no longer set, and you get your error. I'm pretty sure it's safe to only call XSCREEN once. A good place would be right when the game starts (right after your ACLS on line 3)
Thank you so much!