workinggames.html 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Working Games</title>
  7. <style>
  8. body {
  9. font-family: Arial, sans-serif;
  10. background-color: #f9f9f9;
  11. color: #333;
  12. margin: 20px;
  13. }
  14. h2 {
  15. color: #2d2d2d;
  16. }
  17. h3 {
  18. color: #555;
  19. }
  20. ul {
  21. list-style-type: none;
  22. padding: 0;
  23. }
  24. li {
  25. background: #e9e9e9;
  26. margin: 5px 0;
  27. padding: 10px;
  28. border-radius: 5px;
  29. }
  30. .note {
  31. font-style: italic;
  32. color: #888;
  33. }
  34. .back-button {
  35. display: inline-block;
  36. margin-bottom: 20px;
  37. padding: 10px 20px;
  38. font-size: 16px;
  39. color: #fff;
  40. background-color: #007bff;
  41. border: none;
  42. border-radius: 20px;
  43. cursor: pointer;
  44. text-decoration: none;
  45. }
  46. .back-button:hover {
  47. background-color: #0056b3;
  48. }
  49. </style>
  50. </head>
  51. <body>
  52. <a href="index.html" class="back-button">Go Back to Home</a>
  53. <h2>Game Compatibility List</h2>
  54. <h3>[8GB DEVICES ONLY]</h3>
  55. <ul>
  56. <li>Super Mario Bros. Wonder</li>
  57. <li>Snipperclips Plus</li>
  58. <li>Little Kitty Big City</li>
  59. <li>Mario & Sonic and the Olympic Games Tokyo 2020</li>
  60. <li>Mario Tennis Access</li>
  61. <li>Sega Mega Drive Classics</li>
  62. <li>Super Mario Maker 2</li>
  63. <li>Super Mario 3D All- Stars</li>
  64. <li>Super Mario Odyssey</li>
  65. <li>Super Smash Bros Ultimate</li>
  66. </ul>
  67. <h3>[6GB DEVICES] (works on 8GB too)</h3>
  68. <ul>
  69. <li>Celeste</li>
  70. <li>Cuphead</li>
  71. <li>Super Mario 3D World + Bowser's Fury</li>
  72. <li>Portal</li>
  73. <li>Pizza Tower</li>
  74. <li>Ultra Street Fighter 2</li>
  75. <li>Sonic Superstars</li>
  76. <li>Pokémon Brilliant Diamond</li>
  77. <li>Pokémon Shining Pearl</li>
  78. <li>TEVI</li>
  79. <li>Eastward</li>
  80. <li>The Centennial Case</li>
  81. <li>Trinity Trigger</li>
  82. <li>Tactics Ogre: Reborn</li>
  83. <li>Persona 5 (Hair floats behind Characters)</li>
  84. <li>Ninja Gaiden 123</li>
  85. <li>PARANORMASIGHT The Seven Mysteries of Honjo</li>
  86. <li>MoonglowBay</li>
  87. <li>Rising Lords</li>
  88. <li>Cult of the Lamb</li>
  89. <li>LOST EPIC</li>
  90. <li>SCHiM</li>
  91. <li>fate stay night remastered</li>
  92. <li>HAAK</li>
  93. <li>Hidden Through Time 2</li>
  94. <li>Sea of Stars</li>
  95. </ul>
  96. <h3>[4GB DEVICES] (works on 8GB and 6GB too)</h3>
  97. <ul>
  98. <li>Captain Toad Treasure Tracker</li>
  99. <li>Undertale</li>
  100. <li>Bug Fables</li>
  101. </ul>
  102. <h3>[3GB DEVICES] (works on 8GB, 6GB and 4GB too)</h3>
  103. <ul>
  104. <li>Pikuniku</li>
  105. <li>Sonic Mania</li>
  106. <li>Home Menu</li>
  107. <li>Super Meat Boy</li>
  108. <li>Toby: The secret mine</li>
  109. <li>The binding of Isaac:Rebirth</li>
  110. <li>The binding of Isaac:Afterbirth</li>
  111. <li>Froggie</li>
  112. <li>Moonleap</li>
  113. <li>Super Life Of Pixel</li>
  114. <li>Wild West Crops</li>
  115. </ul>
  116. <h3>[Vision Pro] (for anyone who actually has one 💀)</h3>
  117. <ul>
  118. <li>Sonic Mania</li>
  119. <li>Captain Toad Treasure Tracker</li>
  120. </ul>
  121. <h3>Cannot Be Played without a Save File</h3>
  122. <ul>
  123. <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>
  124. </ul>
  125. <h3>Crashes after a certain part</h3>
  126. <ul>
  127. <li>Super Mario 3D All-Stars</li>
  128. <li>Portal 2</li>
  129. </ul>
  130. <h3>Do Not Work At All</h3>
  131. <ul>
  132. <li>Mario Kart 8 Deluxe</li>
  133. <li>Tears of the Kingdom</li>
  134. <li>Breath of the Wild</li>
  135. <li>Super Mario RPG</li>
  136. <li>Nintendo Switch Sports</li>
  137. <li>Hogwarts Legacy</li>
  138. <li>Yoshi's Crafted world</li>
  139. <li>Team Sonic Racing</li>
  140. </ul>
  141. </body>
  142. </html>