From 273cf2572c6e250a0778023aff687297556cc183 Mon Sep 17 00:00:00 2001 From: Lucas Scharenbroich Date: Thu, 4 Aug 2022 15:23:15 -0500 Subject: [PATCH] Add documentation on the GTEGetTileDataAddr function --- docs/toolboxref.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/toolboxref.html b/docs/toolboxref.html index ccab666..f5daec7 100644 --- a/docs/toolboxref.html +++ b/docs/toolboxref.html @@ -3023,7 +3023,7 @@ style: toolref

$24XX

GTEGetTileDataAddr

-

This API is under active development at this time.

+

Returns a pointer to the bottom of the internal tile data memory. The data for a each tile can be found at offset N * 128

Parameters
@@ -3039,6 +3039,11 @@ style: toolref + + + + + @@ -3060,6 +3065,11 @@ style: toolref + + + + + @@ -3074,6 +3084,7 @@ style: toolref
C
+

extern pascal Pointer GTEGetTileDataAddr()

previous contents
longspaceLong—Space for result
previous contents
tileDataPtrLong;mdash;pointer to the tile data