This commit is contained in:
Lucas Scharenbroich 2022-08-04 15:25:17 -05:00
parent 273cf2572c
commit 4815254d5f

View File

@ -3023,7 +3023,7 @@ style: toolref
<div class="api">
<h4 class="tn">$24XX</h4>
<h4 id="GTEGetTileDataAddr">GTEGetTileDataAddr</h4>
<p>Returns a pointer to the bottom of the internal tile data memory. The data for a each tile can be found at offset <tt>N * 128</tt></p>
<p>Returns a pointer to the bottom of the internal tile data memory. The data for each tile can be found at offset <tt>N * 128</tt></p>
<div class="section">
<h5>Parameters</h5>
<table class="stack">
@ -3068,7 +3068,7 @@ style: toolref
<tr>
<td class="bot">tileDataPtr</td>
<td></td>
<td><em>Long</em>;mdash;<span class="sc">pointer</span> to the tile data</td>
<td><em>Long</em>&mdash;<span class="sc">pointer</span> to the tile data</td>
</tr>
<tr>
<td class="bot"></td>