I made this because I was bored and I was interested in seeing if I could make a mini map. How it works: The mini map size is 120x90 pixels; exactly a quarter the size of the full stage which is 480x360 pixels. If the mini map was positioned at 0x0 then the formula for the mini map player position would be "PLAYER X / 4" and "PLAYER Y / 4." The mini map is positioned at the bottom right corner of the screen at 180x-135. To account for that offset you just add that position to the mini map player position.