mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-22 11:34:14 +00:00
Add documentation on the GTEGetTileDataAddr function
This commit is contained in:
parent
97fa45589b
commit
273cf2572c
@ -3023,7 +3023,7 @@ style: toolref
|
||||
<div class="api">
|
||||
<h4 class="tn">$24XX</h4>
|
||||
<h4 id="GTEGetTileDataAddr">GTEGetTileDataAddr</h4>
|
||||
<p>This API is under active development at this time.</p>
|
||||
<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>
|
||||
<div class="section">
|
||||
<h5>Parameters</h5>
|
||||
<table class="stack">
|
||||
@ -3039,6 +3039,11 @@ style: toolref
|
||||
<tr>
|
||||
<td class="top">previous contents</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bot">longspace</td>
|
||||
<td></td>
|
||||
<td><em>Long</em>—Space for result</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bot"></td>
|
||||
<td><em>←</em></td>
|
||||
@ -3060,6 +3065,11 @@ style: toolref
|
||||
<tr>
|
||||
<td class="top">previous contents</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bot">tileDataPtr</td>
|
||||
<td></td>
|
||||
<td><em>Long</em>;mdash;<span class="sc">pointer</span> to the tile data</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bot"></td>
|
||||
<td><em>←</em></td>
|
||||
@ -3074,6 +3084,7 @@ style: toolref
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>C</h5>
|
||||
<p><tt>extern pascal Pointer GTEGetTileDataAddr()</tt></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user