mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-12-26 05:31:42 +00:00
Fix typo
This commit is contained in:
parent
273cf2572c
commit
4815254d5f
@ -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>—<span class="sc">pointer</span> to the tile data</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bot"></td>
|
||||
|
Loading…
Reference in New Issue
Block a user