123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Working Games</title>
- <style>
- body {
- font-family: Arial, sans-serif;
- background-color: #f9f9f9;
- color: #333;
- margin: 20px;
- }
- h2 {
- color: #2d2d2d;
- }
- h3 {
- color: #555;
- }
- ul {
- list-style-type: none;
- padding: 0;
- }
- li {
- background: #e9e9e9;
- margin: 5px 0;
- padding: 10px;
- border-radius: 5px;
- }
- .note {
- font-style: italic;
- color: #888;
- }
- .back-button {
- display: inline-block;
- margin-bottom: 20px;
- padding: 10px 20px;
- font-size: 16px;
- color: #fff;
- background-color: #007bff;
- border: none;
- border-radius: 20px;
- cursor: pointer;
- text-decoration: none;
- }
- .back-button:hover {
- background-color: #0056b3;
- }
- </style>
- </head>
- <body>
- <a href="index.html" class="back-button">Go Back to Home</a>
- <h2>Game Compatibility List</h2>
- <h3>[8GB DEVICES ONLY]</h3>
- <ul>
- <li>Super Mario Bros. Wonder</li>
- <li>Snipperclips Plus</li>
- <li>Little Kitty Big City</li>
- <li>Mario & Sonic and the Olympic Games Tokyo 2020</li>
- <li>Mario Tennis Access</li>
- <li>Sega Mega Drive Classics</li>
- <li>Super Mario Maker 2</li>
- <li>Super Mario 3D All- Stars</li>
- <li>Super Mario Odyssey</li>
- <li>Super Smash Bros Ultimate</li>
- </ul>
- <h3>[6GB DEVICES] (works on 8GB too)</h3>
- <ul>
- <li>Celeste</li>
- <li>Cuphead</li>
- <li>Super Mario 3D World + Bowser's Fury</li>
- <li>Portal</li>
- <li>Pizza Tower</li>
- <li>Ultra Street Fighter 2</li>
- <li>Sonic Superstars</li>
- <li>Pokémon Brilliant Diamond</li>
- <li>Pokémon Shining Pearl</li>
- <li>TEVI</li>
- <li>Eastward</li>
- <li>The Centennial Case</li>
- <li>Trinity Trigger</li>
- <li>Tactics Ogre: Reborn</li>
- <li>Persona 5 (Hair floats behind Characters)</li>
- <li>Ninja Gaiden 123</li>
- <li>PARANORMASIGHT The Seven Mysteries of Honjo</li>
- <li>MoonglowBay</li>
- <li>Rising Lords</li>
- <li>Cult of the Lamb</li>
- <li>LOST EPIC</li>
- <li>SCHiM</li>
- <li>fate stay night remastered</li>
- <li>HAAK</li>
- <li>Hidden Through Time 2</li>
- <li>Sea of Stars</li>
- </ul>
- <h3>[4GB DEVICES] (works on 8GB and 6GB too)</h3>
- <ul>
- <li>Captain Toad Treasure Tracker</li>
- <li>Undertale</li>
- <li>Bug Fables</li>
- </ul>
- <h3>[3GB DEVICES] (works on 8GB, 6GB and 4GB too)</h3>
- <ul>
- <li>Pikuniku</li>
- <li>Sonic Mania</li>
- <li>Home Menu</li>
- <li>Super Meat Boy</li>
- <li>Toby: The secret mine</li>
- <li>The binding of Isaac:Rebirth</li>
- <li>The binding of Isaac:Afterbirth</li>
- <li>Froggie</li>
- <li>Moonleap</li>
- <li>Super Life Of Pixel</li>
- <li>Wild West Crops</li>
- </ul>
- <h3>[Vision Pro] (for anyone who actually has one 💀)</h3>
- <ul>
- <li>Sonic Mania</li>
- <li>Captain Toad Treasure Tracker</li>
- </ul>
- <h3>Cannot Be Played without a Save File</h3>
- <ul>
- <li>Pokémon: Let's Go, Pikachu! and Pokémon: Let's Go, Eevee! (6GB and 8GB Devices, Requires a save file for skipping the TV animation)</li>
- </ul>
- <h3>Crashes after a certain part</h3>
- <ul>
- <li>Super Mario 3D All-Stars</li>
- <li>Portal 2</li>
- </ul>
- <h3>Do Not Work At All</h3>
- <ul>
- <li>Mario Kart 8 Deluxe</li>
- <li>Tears of the Kingdom</li>
- <li>Breath of the Wild</li>
- <li>Super Mario RPG</li>
- <li>Nintendo Switch Sports</li>
- <li>Hogwarts Legacy</li>
- <li>Yoshi's Crafted world</li>
- <li>Team Sonic Racing</li>
- </ul>
- </body>
- </html>
|