mirror of
https://github.com/orangeglo/gbnp.git
synced 2026-03-21 17:34:22 -05:00
80 lines
2.8 KiB
HTML
80 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Game Boy Nintendo Power ROM Builder</title>
|
|
<link rel="shortcut icon" type="image/png" href="img/favicon.png"/>
|
|
<meta name="description" content="GBNP is a tool to create new ROMs for the Nintendo Power GB Memory cartridge.">
|
|
<meta property="og:description" content="GBNP is a tool to create new ROMs for the Nintendo Power GB Memory cartridge." />
|
|
<meta property="og:image" content="https://orangeglo.github.io/gbnp/img/gbnp.png" />
|
|
<meta property="og:url" content="https://orangeglo.github.io/gbnp/" />
|
|
<meta property="og:site_name" content="Game Boy Nintendo Power Cartridge Builder" />
|
|
<meta property="og:type" content="website" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="style/style.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<h1><img src="img/gbnp.png" alt="GBNP logo" title="GAME BOY Nintendo Power ROM Builder" width="250"/></h1>
|
|
<div class='text-container'>
|
|
<a href="index.html">Back to ROM Builder</a><br><br>
|
|
Here are some favorite/well-known games that fit nicely on the Nintendo Power Cart. Remember, you get 7 blocks total!
|
|
</div>
|
|
<div class="flex-row">
|
|
<div class="games-flex-item">
|
|
<h2>4 Blocks (512KB)</h2>
|
|
<section>
|
|
<ul>
|
|
<li>Donkey Kong</li>
|
|
<li>Donkey Kong Land 1, 2, & 3</li>
|
|
<li>Kirby's Dream Land 2</li>
|
|
<li>Mario Picross 2</li>
|
|
<li>Mega Man IV & V</li>
|
|
<li>Mole Mania</li>
|
|
<li>Pokemon Red/Green (JP Only)</li>
|
|
<li>Super Mario Land 2 & 3</li>
|
|
<li>Tetris DX</li>
|
|
<li>Zelda: Link's Awakening (Not DX)</li>
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
<div class="games-flex-item">
|
|
<h2>2 Blocks (256KB)</h2>
|
|
<section>
|
|
<ul>
|
|
<li>Bionic Commando</li>
|
|
<li>Kid Dracula</li>
|
|
<li>Kirby's Dream Land</li>
|
|
<li>Mario's Picross</li>
|
|
<li>Mega Man I, II, & III</li>
|
|
<li>Metroid II: Return of Samus</li>
|
|
<li>Trip World</li>
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
<div class="games-flex-item">
|
|
<h2>1 Block (128KB or less)</h2>
|
|
<section>
|
|
<ul>
|
|
<li>Cave Noire</li>
|
|
<li>Dr. Mario</li>
|
|
<li>F-1 Race</li>
|
|
<li>Gargoyle's Quest</li>
|
|
<li>Solar Striker</li>
|
|
<li>Super Mario Land</li>
|
|
<li>Tetris</li>
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
<footer>
|
|
<a href="https://github.com/orangeglo/gbnp">view this project on github</a>
|
|
-
|
|
by orangeglo (orangeglo#6197 on Discord)
|
|
-
|
|
<a href="https://orangeglo.github.io/">more tools @ orangeglo.github.io</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|