Here's a section I just wrote regarding coordinates:
Quote:
The status bar on the bottom of RPG Maker XP contains information about the map.
Here is an example of a status bar:
011: Test Map (30 x 28)
The middle of the status bar shows the map ID (011), the name of the map (Test Map),
and the width and height of the map (30 x 28).
Now move your mouse over the map. Notice how another area on the status bar
changes. This shows the X and Y coordinates of the point where the mouse currently
is. Example: 013, 014 means that the mouse is pointing to the tile at X coordinate
13 and Y coordinate 14.
|
Flameguru, you are welcome to create a tutorial on Pokemon Essentials. It can serve
as a supplement to my own documentation.