Work in progress. This is the beginning of an adventure RPG. Just using Link for now, will change to official character soon.
Like in Zelda, the screen can move to different tiles when you walk to the edge of the screen. If you want to add things to the world in a remix, you can make a duplicate of the triangle 'thing'. It has it's own variables. You can place it in a tile by setting its R and C (row/column). You can place where it is when the screen is on its tile by setting its x and y variables. (for example. the triangle here is on the first tile which is R=0,C=0 but its x=145 and it y=70.) The avatar can move from tile to tile so his R and C change.