From e36e98ca5514921fcb04aa197c076d9ba4ff7db5 Mon Sep 17 00:00:00 2001 From: Evan Date: Sat, 11 Jun 2022 15:12:17 -0400 Subject: [PATCH] Add flashgbx note --- index.html | 1 + style/style.css | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/index.html b/index.html index d357e0d..9133f4a 100644 --- a/index.html +++ b/index.html @@ -188,6 +188,7 @@ Download ROM File ({{filename}}.gb)
Download MAP File ({{filename}}.map) +

Note: If you are using FlashGBX, you do not need the MAP file

If you want to flash {{singleRomFilename}} without the menu, you can use this MAP file to configure the cart to work with your ROM.
diff --git a/style/style.css b/style/style.css index 10c622a..41ed90d 100644 --- a/style/style.css +++ b/style/style.css @@ -247,3 +247,7 @@ noscript { .ticker-settings { margin-top: 0.4rem; } + +.map-note { margin-left: 0.5rem; } +.map-note span:first-child { font-size: 1.2rem; } +.map-note span:last-child { vertical-align: sub; }