Worldmap

The mapper manual lists the functions world_map_x_pos and world_map_y_pos, which supposedly return the player’s x and y positions on the world map. get_world_map_x/y_pos are included here anyway, because I was unable to get those original functions to work, or even to find any evidence that they existed in game.

Functions


get_world_map_x_pos

int get_world_map_x_pos()

get_world_map_y_pos

int get_world_map_y_pos()

set_world_map_pos

void set_world_map_pos(int x, int y)