From 4ff242617ec9f9846fdeb84f74009745f7cc0838 Mon Sep 17 00:00:00 2001 From: TheWiiArchivist wmt <51-TheWiiArchivist@users.noreply.wiilab.wiimart.org> Date: Sun, 17 Aug 2025 15:05:17 -0500 Subject: [PATCH] fix max height for gummyboy and some stuff cause yes --- 404.html | 2 +- branding.html | 8 +- credits.html | 2 +- errors.html | 50 ++++++++++- fishiemart.html | 227 +++++++++++++++++++++++++----------------------- index.html | 16 ++-- info-log.html | 56 ++++++------ install.html | 35 ++++---- meta/loader.js | 35 ++++---- meta/main.css | 8 +- meta/music.js | 2 +- specials.html | 2 +- support.html | 2 +- 13 files changed, 247 insertions(+), 198 deletions(-) diff --git a/404.html b/404.html index 3580f5b..0d0f43f 100644 --- a/404.html +++ b/404.html @@ -11,7 +11,7 @@ - +

404 Page Not Found

diff --git a/branding.html b/branding.html index 36b69bd..c73888d 100644 --- a/branding.html +++ b/branding.html @@ -19,7 +19,7 @@ - +

WiiMart

@@ -32,7 +32,7 @@

The wordmarks should be visible on the background they are in, like shown.

-

Download SVG

+

Download SVG

@@ -49,7 +49,7 @@

Here are two shop icons with one WFC joke.

-

Download SVG

+

Download SVG

@@ -63,7 +63,7 @@

Extra Information

The icons and banners are recolors of Wii Shop Channel textures, WiiMart itself is primarily a parody of - the 90s Walmart branding.

+ the 90s Walmart branding.

diff --git a/credits.html b/credits.html index e6fdb3c..33d9412 100644 --- a/credits.html +++ b/credits.html @@ -27,7 +27,7 @@ - +

WiiMart

diff --git a/errors.html b/errors.html index 1433116..974e6c9 100644 --- a/errors.html +++ b/errors.html @@ -20,7 +20,7 @@ - +

WiiMart

@@ -37,13 +37,57 @@

-

Check another error

+

Check another error

-

Want to contribute to this? Go see the error.js file over at GitLab.

+

Want to contribute to this? Go see the error.js file over at GitLab.

+ + + \ No newline at end of file diff --git a/fishiemart.html b/fishiemart.html index b7e41ae..b4b4738 100644 --- a/fishiemart.html +++ b/fishiemart.html @@ -1,24 +1,24 @@ - - - - + + + + FishieMart: an active Fishie Fishie revival! - - - - - - - - - - - + #bgmplayer {border: 2px solid #fab62a !important;} .box#bgmplayer #bgmplrtitle {color: #fab62a;} + + /* Dark theme via system preference */ +@media (prefers-color-scheme: dark) +{ + .details-impt-info summary:hover {background-color:#d1bb734d;} + .details-impt-info summary:active {background-color:#d1b0736b;} +} + + - - -

bgm plr..

-FishieMart + + + + +FishieMart - - + + +
-
-
Important Info:
-
+
+
Important Info:
+
FishieMart Fishday #0 04-05-10

These titles were added this Fishday.

    @@ -56,45 +66,51 @@ ....
-
+ View older
-
-

FishieMart is a revival for the defunct Fishie Fishie. It was closed on April 1, 2060, banishing +

+

FishieMart is a revival for the defunct Fishie Fishie. It was closed on April 1, 2060, banishing Fishie Fishie from the universe. FishieMart brings back the experience of downloading and playing Fishie Fishie titles with a revival of the Fishie Fishie Channel.

-
- -

If FishieMart sounds like what you are looking for, try it out for yourself! FishieMart can be used on Fishii, Fishii U, and partially the magic conch shell.

-

Get Started

+
+ +

If FishieMart sounds like what you are looking for, try it out for yourself! FishieMart can be used on Fishii, Fishii U, and partially the magic conch shell.

+

Get Started

-
+

What's on it?

-
-

The originals!

+
+

The originals!

FishieMart includes a variety of ShovelWare content that was available on the original Fishie Fishie Channel, such as Dr. Fishie Online Rx, My Fishie Ranch, Super Fishie 64, Fishie the Fish 4: Episode I, and Fishie Fishie.

Virtual Console is also included with titles like Super Mario Bros., Sonic the Hedgehog, Super Mario 64, Pac-Fishie, and Fishalaga.

+
+
-

Something FISHY!

-

In case the originals aren't enough, we have also added tons of custom Virtual Tank injects! Just some of the +

Something FISHY

+

In case the originals aren't enough, we have also added tons of custom Virtual Tank injects! Just some of the latest titles we've added are The New Fishie, WaterBound, Super Fishie All-Catch + Super Fishie World, and Fishie Kombat.

New titles are added every Fishie Friday.

+ +

New titles are added every FishieMart Fishday. If you want to check out what new titles have been added, + or just see what we have, check out the (in-progress) FishieMart Title sheet!

+

View Titles

How do I get support?

@@ -102,89 +118,82 @@

Please consult the FAQ first.

-

Frequently Asked Questions

+

Frequently Asked Questions

I don't like Fishie Fishie! This got installed to my Wii automa-

Please stop lying, everyone loves Fishie Fishie and you installed this to the Wii yourself.

How can I get good at Fishie Fishie?

skill issue

- -
-

Other Questions

-

You may ask Fishie himself for guidance with the FishieMart.

-
- -

Who is involved?

- -
-

Project Fishies

-
-
- Fishie -
- Fishie is the creator of FishieMart! He began working on it after the unsuccess of Rii Slop. As the owner, he maintains the slop entirely. -
-
-
-
- Fishie -
- FishplayzWii is one of the Discord moderators, he was the main coder for the original FishieMart website and was the owner of ReCatch. -
-
-

Want to also eat some fish? Swim with Fishie by downloading Fishie Fishie on the FishieMart

-
+

+

FishieMart is not affiliated with the evil DSiMart or any related parties. To contact, please send an email to /dev/null.

+ + - - - + \ No newline at end of file diff --git a/index.html b/index.html index e180b5f..713bbb0 100644 --- a/index.html +++ b/index.html @@ -21,18 +21,18 @@ - +

WiiMart

- +
Important Info:
-
+
WiiMart Wednesday #18 08-06

These titles were added this Wednesday.

    @@ -49,7 +49,7 @@

Two additional missing channels, Amazon/LOVEFiLM and Crunchyroll, have been added.

-
+
Update your WiiMart! 05-02

Since May 2nd, WiiMart has been relocated to a new domain. For this update, you'll need to download new WADs. Go to the Install page.

@@ -67,7 +67,7 @@

If WiiMart sounds like what you are looking for, try it out for yourself! WiiMart can be used on Wii, Wii U, and partially Dolphin.

Get Started

How do I get support?

@@ -106,7 +106,7 @@

Frequently Asked Questions

How do I troubleshoot this error code?

-

Check it with this tool, otherwise ask for help on Discord or Reddit.

+

Check it with this tool, otherwise ask for help on Discord or Reddit.

Is real money needed to buy Wii Points?

The WiiMart service is entirely free of charge! Wii Points are "bought" only to keep the service as close the original as possible.

Can WiiMart run on Dolphin?

@@ -123,7 +123,7 @@

The web server stores IP addresses of those that connect to it, common with web servers. Wii console serial numbers are stored, in the SOAP database with encryption.

My title says 'This channel can't be used.' or just has a black screen!

-

Install Priiloader and enable the +

Install Priiloader and enable the Region Free EVERYTHING option in System Menu Hacks, then launch it again.

diff --git a/info-log.html b/info-log.html index c39dd8e..357723f 100644 --- a/info-log.html +++ b/info-log.html @@ -18,7 +18,7 @@ - + @@ -26,7 +26,7 @@
Important Info:
-
+
WiiMart Wednesday #18 08-06

These titles were added this Wednesday.

    @@ -43,7 +43,7 @@

Two additional missing channels, Amazon/LOVEFiLM and Crunchyroll, have been added.

-
+
WiiMart Wednesday #17 07-30

These titles were added this Wednesday.

    @@ -59,7 +59,7 @@
  • Penguin Diner
-
+
WiiMart Wednesday #16 07-23

These titles were added this Wednesday.

    @@ -75,7 +75,7 @@
  • Asgore Runs Over Dess
-
+
WiiMart Wednesday #15 07-16

These titles were added this Wednesday.

    @@ -91,7 +91,7 @@
  • Feature Presentation
-
+
WiiMart Wednesday #14 07-09

These titles were added this Wednesday.

    @@ -104,7 +104,7 @@
  • 東方 Bad Apple!! PV 影絵
-
+
WiiMart Wednesday #13 07-02

These titles were added this Wednesday.

    @@ -122,7 +122,7 @@
  • Luigi's Revenge Interactive
-
+
WiiMart Wednesday #12 06-25

These titles were added this Wednesday. To celebrate the 34th birthday of Sonic on June 23rd some additional Sonic titles have been included!

    @@ -143,7 +143,7 @@
  • Silver Sonic: The Revenge
-
+
WiiMart Wednesday #11 06-18

These titles were added this Wednesday.

    @@ -160,7 +160,7 @@

An update was also made to the WiiWare title Pokémon Rumble: Weekend Edition.

-
+
WiiMart Wednesday #10 06-11

These titles were added this Wednesday.

    @@ -176,15 +176,15 @@
  • The Jungle Book
-
+
Important Info section created 06-09

The Important Info section was added on June 10th. This section is not corresponding to the one seen on the Wii Shop Channel.

-
+
WiiMart is down for maintenance. 06-07

The WiiMart service is currently offline as we are handling DSiMart testing.

-
+
WiiMart Wednesday #9 06-04

These titles were added this Wednesday.

    @@ -199,7 +199,7 @@
  • Pocky & Rocky
-
+
WiiMart Wednesday #8 05-28

These titles were added this Wednesday.

    @@ -215,11 +215,11 @@
  • Super Puyo Puyo 2
-
+
Specials for 3DS and Wii U 05-21

Check out the Specials page to see the new specials.

-
+
WiiMart Wednesday #7 05-21

These titles were added this Wednesday.

    @@ -234,7 +234,7 @@
  • Super Robot Wars 3
-
+
WiiMart Wednesday #6 05-14

These titles were added this Wednesday.

    @@ -249,7 +249,7 @@
  • Tails' Nightmare 2 US/EU only
-
+
WiiMart Wednesday #5 05-07

These titles were added this Wednesday.

    @@ -270,16 +270,16 @@

This was the first WiiMart Wednesday with server hoster Selim.

-
+
Update your WiiMart! 05-02

Since May 2nd WiiMart has been relocated to a new domain. For this update you'll need to download new WADs. Go to the Install page.

-
+
Title spreadsheet 04-23

If you want to find a specific game or just want to see what is in WiiMart you can use my newly made spreadsheet. It has information of all the titles on WiiMart USA only at the moment.

Spreadsheet

-
+
WiiMart Wednesday #4 Bonus 04-22
  • Line Attack Heroes
  • @@ -289,7 +289,7 @@
  • Yoshi’s Cookie
-
+
WiiMart Wednesday #4 04-22

These titles were added this Wednesday.

    @@ -362,7 +362,7 @@

This was the last WiiMart Wednesday with server hoster Larsenv.

-
+
WiiMart Wednesday #3 04-15

These titles were added this Wednesday.

    @@ -403,7 +403,7 @@
  • Wubbzy's Amazing Adventure
-
+
WiiMart Wednesday #2 04-08

These titles were added this Wednesday.

    @@ -416,12 +416,12 @@
  • X-Tract Paperclip
-
+
Error Code Checker 04-05

WiiMart's website now has an error code checker! If you see an error code in the shop you can look it up here and troubleshoot accordingly.

Checker

-
+
WiiMart Wednesday #1 04-02

These titles were added this Wednesday.

    @@ -439,11 +439,11 @@

This was the first WiiMart Wednesday with server hoster Larsenv.

-
+
Public launch 03-12

This day was the date that WiiMart became known publicly. It (and the day after) is considered the public release of WiiMart in beta.

-
+
Server creation 03-09

The Discord server was released on March 9th. A few members were in the server while it was private.

diff --git a/install.html b/install.html index bbdad1c..05ca351 100644 --- a/install.html +++ b/install.html @@ -4,11 +4,10 @@ - Install WiiMart - + @@ -31,7 +30,7 @@ - +

WiiMart

@@ -84,7 +83,7 @@

WiiMart Installer

Do not use on Korean Wii consoles.

Download and Placing

-

Download WiiMart Installer

+

Download WiiMart Installer

Put the wiimartinstaller folder in the apps folder of your SD Card or USB Drive. Like in the example shown.

@@ -118,15 +117,15 @@

Dolphin

Getting a NAND backup

-

Wii owners, use BootMii to get your nand.bin file.
- Wii U owners, use Dump Mii NAND on the Homebrew Channel to get your nand.bin file.

+

Wii owners, use BootMii to get your nand.bin file.
+ Wii U owners, use Dump Mii NAND on the Homebrew Channel to get your nand.bin file.

Importing the BootMii NAND Backup

Hover menus to import a NAND

Go to Tools, then Manage NAND, then Import BootMii NAND backup, then select your nand.bin file.

Downloading WADs

Download one of the WADs below.

-

-


You cannot have two WiiMarts installed at once. To see screenshots of the 2006 banner, click here.

+

+


You cannot have two WiiMarts installed at once. To see screenshots of the 2006 banner, click here.

Installing WADs

Hover menus to install a WAD

Go to Tools, Install WAD, and select the WAD you downloaded.

@@ -144,12 +143,12 @@

Downloading WADs

IOS WADs

Download IOS56 for vWii and one of the WiiMart WADs below.

-

-

-

-


You cannot have two WiiMarts installed at once. To see screenshots of the 2006 banner, click here.

+

+

+

+


You cannot have two WiiMarts installed at once. To see screenshots of the 2006 banner, click here.

Installing WADs

-

Use YAWWME as it is the recommended WAD manager for it's brick protection.

+

Use YAWWME as it is the recommended WAD manager for it's brick protection.

WAD manager screenshot

Install the patched IOS and the WiiMart WAD you chose, remember that you can overwrite the WADs most of the time. Press + on both WADs to select them, and then A to show the options, then A again to install.

Error -1022 or -1029?

@@ -165,12 +164,12 @@

Wii

Downloading WADs

Download IOS56 for vWii and one of the WiiMart WADs below.

-

-

-

-


You cannot have two WiiMarts installed at once. To see screenshots of the 2006 banner, click here.

+

+

+

+


You cannot have two WiiMarts installed at once. To see screenshots of the 2006 banner, click here.

Installing WADs

-

Use YAWWME as it is the recommended WAD manager for it's brick protection.

+

Use YAWWME as it is the recommended WAD manager for it's brick protection.

WAD manager screenshot

Install the patched IOS and the WiiMart WAD you chose, remember that you can overwrite the WADs most of the time. Press + on both WADs to select them, and then A to show the options, then A again to install.

Error -1022 or -1029?

diff --git a/meta/loader.js b/meta/loader.js index a90ba8d..f23e8b6 100644 --- a/meta/loader.js +++ b/meta/loader.js @@ -1,17 +1,21 @@ -var loading = new Audio("/media/load.wav"); -var loadvolume; -var allowedtoload = true; +var loading = new Audio(""); var loadvolume; var spinnerallowed = true; var shouldaloadedalr = null; var playsound = null; function showspinner() { -if (allowedtoload === true) { +if (spinnerallowed === true) { document.getElementById("wscspinnerbg").style.display="block"; - setTimeout(stopspinner,3100); + + if (shouldaloadedalr) {clearTimeout(shouldaloadedalr);} + + shouldaloadedalr = setTimeout(stopspinner,3100); + + if (playsound) {clearTimeout(playsound);} /* moved down for compatability */ +loading = new Audio("/media/load.wav"); loading.loop = true; loading.play(); loading.currentTime=0; loadvolume = 0.01; loading.volume = loadvolume; loadup(); } else { - document.getElementById("wscspinnerbg").style.display="none"; + } function stopspinner() { @@ -20,23 +24,20 @@ loading.pause(); } } +function loadrimg() {document.getElementById("wscspinner").style.outline="none";} function loadup() { -var timee = setTimeout(loadup,100); -/* i hate javascript sometime :))))))) */ if (loadvolume > 0) { loadvolume += 0.01; } if (loadvolume >= 0.4) { loadvolume = 0; - clearTimeout(timee); } -loading.volume = loadvolume; + loading.volume = loadvolume; + playsound = setTimeout(loadup, 100); } - -var checkbgmplayerstatus = null; document.addEventListener("DOMContentLoaded", () => { const userAgent = navigator.userAgent.toLowerCase(); @@ -45,20 +46,16 @@ document.addEventListener("DOMContentLoaded", () => { userAgent.includes('nintendo ds') || userAgent.includes('nintendo 3ds') || userAgent.includes('nintendo'); -if (isConsoleBrowser) {checkbgmplayerstatus = false;} +if (isConsoleBrowser) {spinnerallowed = false;} else { - checkbgmplayerstatus = true; - stopspinner(); + document.getElementById("wscspinnerbg").style.display="none"; document.querySelectorAll("a").forEach(link => { link.addEventListener("click", showspinner); }); } -function stopspinner() { -document.getElementById("wscspinnerbg").style.display="none"; -loading.pause(); -} + }); diff --git a/meta/main.css b/meta/main.css index 12fbe56..3549752 100644 --- a/meta/main.css +++ b/meta/main.css @@ -16,7 +16,7 @@ details ul {padding-left: 0;} details li {font-size:smaller;list-style:none;vertical-align:middle;} summary {padding-left: 5px;padding-right: 5px;cursor: pointer;user-select: none} -.details-impt-info[open] {transition:.3s ease-in-out; max-height: 445px; overflow: hidden auto; margin-bottom:3px;} +.details-impt-info[open] {transition:.3s ease-in-out; margin-bottom:3px;} .details-impt-info[open] summary {position:sticky; top:0; left:0; background-image:url("/meta/fadebg-wmw.png"); background-color:#73bad146; background-size:100% !important; } a.btn { background-color: #E6FFF2;border-radius: 10px;padding: 4px;margin-bottom: 10px;color:black;text-decoration: none;filter: drop-shadow(1px 1px 1px black);font-weight: 100;display:inline; transition:.2s ease-in-out;} a.btn:hover { background-color: #C7FDFF; padding:5px; font-size:16px; transition:.2s ease-in-out;} @@ -37,8 +37,8 @@ details li a img:hover {outline: solid 2px #9900FF} details li img.pf {outline:none} /* add to the
element class="details-impt-info" if the
contains Important Info, obvously. */ -.details-impt-info {max-height:50px; transition:.3s ease-in-out;} -.details-impt-info summary {padding-left: 5px;padding-right: 5px;cursor: pointer;user-select: none; border-radius:5px; margin-bottom:3px;} +.details-impt-info *:not(summary,.date){opacity:0%; transition:.5s ease-in-out;} .details-impt-info[open] *:not(summary,.date) {opacity:100%; transition:.5s ease-in-out;} +.details-impt-info summary { padding-left: 5px;padding-right: 5px;cursor: pointer;user-select: none; border-radius:5px; margin-bottom:3px;} .details-impt-info summary:hover {background-color:#73bad14d;} .details-impt-info summary:active {background-color:#73bad16b;} @@ -47,7 +47,7 @@ details li img.pf {outline:none} h1, h2 {color:#34BEED;} h1 {font-size: 30px;} h1 a {text-decoration:none} -hr {border-color:grey} +hr {border-color:grey; border-style:dotted; border-bottom:none; border-width:5px; overflow:hidden; margin-top:3px; margin-bottom:3px;} a {color:#34BEED; font-weight: bold; } ::selection{color: #323232;background: #34BEED;} diff --git a/meta/music.js b/meta/music.js index 1304d4d..6e28662 100644 --- a/meta/music.js +++ b/meta/music.js @@ -31,7 +31,7 @@ browserchecksdone = 1; function loadwscmusic() { var wscmusicloaded = 0; wscmusic = new Audio("/meta/shop.wav"); - wscmusic.load(); wscmusicloaded = 1; wscmusic.loop = true; document.getElementById("bgmplayer").style.display="block"; + wscmusic.load(); wscmusicloaded = 1; wscmusic.loop = true; document.getElementById("bgmplayer").style.display="block"; document.getElementById("shopbgm").innerText = "Play"; return wscmusic; } diff --git a/specials.html b/specials.html index 304df96..5a1514e 100644 --- a/specials.html +++ b/specials.html @@ -20,7 +20,7 @@ - +

WiiMart

diff --git a/support.html b/support.html index 03839e3..05e9d6e 100644 --- a/support.html +++ b/support.html @@ -26,7 +26,7 @@ - +

WiiMart