[Maintenance] [th01] Rename z_col_at() to z_graph_readdot()

There actually is a master.lib function doing the same!
This commit is contained in:
nmlgc 2020-06-17 19:06:45 +02:00
parent ad067486ca
commit f54e05492e
2 changed files with 2 additions and 2 deletions

View File

@ -371,7 +371,7 @@ void z_grcg_pset(int x, int y, int col)
grcg_off_func();
}
int z_col_at(int x, int y)
int z_graph_readdot(int x, int y)
{
int ret;
int vram_offset = ((y * ROW_SIZE) + (x >> 3));

View File

@ -42,7 +42,7 @@ void z_grcg_boxfill(int left, int top, int right, int bottom, int col);
/// ------
void z_grcg_pset(int x, int y, int col);
// Returns the color value at the given point on the current VRAM page.
int z_col_at(int x, int y);
int z_graph_readdot(int x, int y);
/// ------
/// Restorable line drawing