Function getCollisionAtLoadedTile

Gets the collision of a loaded tile at the given coordinates, and sets ladder/stairs coordinates if applicable

short getCollisionAtLoadedTile (
  short x,
  short y
);

Parameters

NameDescription
x relative x coordinate (0 - 63)
y relative y coordinate (0 - 63)

Returns

The collision flags at the specified coordinate

Original Address

C054C9