-
Notifications
You must be signed in to change notification settings - Fork 0
Special attribute values
Value | Sound Effect |
---|---|
page_backward |
|
page_forward |
|
cancel |
|
return_frame |
|
return_top |
|
popup |
|
popup_select |
|
kimochi_cool |
Something like a lasergun |
kimochi_fun |
Like the start of a festival? |
kimochi_cute |
Light twinkle |
frog |
Frog ribbit |
coin |
Mario coin sound |
star |
Mario star coin sound |
ok |
Only seen as post_kwz(UseLockWindow,CameraNg)
, which will allow the user to optionally lock their Flipnote, and also display a note if the camera was used
post_kwc($mode)
$mode |
Usage |
---|---|
simpleMode |
default mode; only one colour can be used |
ProModeQuoteOff |
allows multiple colours to be used |
ProModeQuoteOn |
multiple colours and the option to import a frame from the flipnote shown on the top screen |
When clicked, a link with hreftype get_kwz
will load and play the Flipnote file referenced in href
.
An image with srctype get_kwz
will display the Flipnote file referenced in src
as an image. width
and height
can be used to determine size.
Same as Load/Display Flipnote, but with get_kwc
instead.
post_keyboard($maxLength,$placeholder,$mode,$value)
$maxLength
is the maximum length, in characters, of the entered content.
$placeholder
gives the user a hint about what they need to enter.
$value
is the text already entered in the keyboard. This can be left empty.
$mode |
Usage |
---|---|
CodeWord |
single line value |
MultiLine |
multiple lines; can be used for comments, etc |
post_coins($starCoins, $coins, $anon)
$starCoins
is the number of star coins available to the user (max. 99), likewise, $coins
is the number of regular coins available (max. 999). $anon
can be 1
or 0
, and is the default value for the "Send comment anonymously" checkbox.
post_search_ticket
can be used to send a POST request with a multipart form that contains details for making purchases within the app, such as the user's balance:
Form Value | Usage |
---|---|
balance_string |
Balance as a string |
balance |
Balance as a number |
ticketList |
List of tickets (seemingly FGW tickets, not eshop ones?) |
get_escape_no_stack
hreftype is the same as the meta tag for history being no_stack; the link will not be added to the history stack.
get_rivtoken
makes the app crash
Several other contenders for href_type values have been spotted in the ROM / RAM:
post_value
, post_qr
, qr_keyword
, eshop
, app
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.