Skip to content

Commit

Permalink
GITBOOK-37: Update setSCARank
Browse files Browse the repository at this point in the history
  • Loading branch information
noahpistilli authored and gitbook-bot committed Aug 27, 2023
1 parent b1c3a79 commit 0b77f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/shop.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var wiiShop = new wiiShop();
| `wiiShop.error(errorCode, errorType)` | <p>Displays an error page with <code>errorCode</code>.</p><p></p><p>TODO: Determine what types are available for this section. <code>0</code> and <code>1</code> are known.</p> |
| `wiiShop.closeManual()` | Apparently available to close the shop's manual, it simply returns to the Wii System Menu. |
| `wiiShop.jumpDataMng()` | Opens Data Management within the Wii System Menu. |
| `wiiShop.setSCARank(rank)` | <p>Appears to adjust the color of Mario in the download screen? TODO: confirm</p><p></p><p>Rank <code>0</code> appears to be normal, <code>1</code> appears to be silver, <code>2</code> appears to be gold. Unclear what other values are.</p> |
| `wiiShop.setSCARank(rank)` | <p>Changes the appearence of Mario in the download screen:<br><br>- <code>0</code>: Small Mario<br>- <code>1</code>: Star Mario<br>- <code>2</code>: Mario running against Bullet Bills<br>- <code>3</code>: Fire Mario<br><br>Anything above <code>3</code> will display Fire Mario.</p> |

## Properties (Get)

Expand Down

0 comments on commit 0b77f16

Please sign in to comment.