corrected typo in 1bpp table, thanks leo!

This commit is contained in:
sejo 2021-09-23 11:36:51 -05:00
parent 0f935a676a
commit 6e2f832bc5
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ the possible values of this high nibble, used for drawing a 1bpp sprite, are:
+ <tr><td>3</td><td>background</td><td>yes</td><td>yes</td></tr>
+ <tr><td>4</td><td>foreground</td><td>no</td><td>no</td></tr>
+ <tr><td>5</td><td>foreground</td><td>no</td><td>yes</td></tr>
+ <tr><td>5</td><td>foreground</td><td>yes</td><td>no</td></tr>
+ <tr><td>6</td><td>foreground</td><td>yes</td><td>no</td></tr>
+ <tr><td>7</td><td>foreground</td><td>yes</td><td>yes</td></tr>
+ </table>