From 818da7634f57d283204f95449e9d19bc0cc084be Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Thu, 25 May 2023 02:46:54 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20hacks-gu?= =?UTF-8?q?ide/Guide=5F3DS@3c089e10d6a7d990cb63a5da5d434045eebfb59e=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/js/selecting.js | 21 + bannerbomb3-(legacy).html | 645 ++++++++++++++++ feed.xml | 2 +- installing-boot9strap-(fredtool).html | 8 +- installing-boot9strap-(fredtool-legacy).html | 767 +++++++++++++++++++ seedminer-(mii).html | 661 ++++++++++++++++ site-navigation.html | 3 + sitemap.xml | 9 + 8 files changed, 2112 insertions(+), 4 deletions(-) create mode 100644 bannerbomb3-(legacy).html create mode 100644 installing-boot9strap-(fredtool-legacy).html create mode 100644 seedminer-(mii).html diff --git a/assets/js/selecting.js b/assets/js/selecting.js index 8a823c3153..ca7227e776 100644 --- a/assets/js/selecting.js +++ b/assets/js/selecting.js @@ -121,6 +121,26 @@ function can_superskaterhax(major, minor, native, region, model) { return false; } +function can_miimine(major, minor, native, region, model) { + let do_redirect = false; + + if (major == 11) { + if (model == 0 && minor == 15) { + // KOR and TWN can do normal seedminer + // All other O3DS must Mii mine + if (region != "K" && region != "T") do_redirect = true; + } + else if (model == 1 && (minor == 14 || minor == 15)) { + // All other N3DS should system update + if (region == "U") do_redirect = true; + } + } + if (do_redirect) { + window.location.href = "seedminer-(mii)"; + return true; + } +} + // Seedminer, U/E/J/K region // only 11.16 can run Seedminer function can_seedminer(major, minor, native, region, model) { @@ -203,6 +223,7 @@ function redirect() { can_soundhax, can_ssloth, can_safecerthax, + can_miimine, can_seedminer, can_superskaterhax, ].some(func => func(major.value, minor.value, nver.value, region.value, model)); diff --git a/bannerbomb3-(legacy).html b/bannerbomb3-(legacy).html new file mode 100644 index 0000000000..ff2acc7de6 --- /dev/null +++ b/bannerbomb3-(legacy).html @@ -0,0 +1,645 @@ + + + + + + + + +BannerBomb3 (Legacy) - 3DS Hacks Guide + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+ + +
+ + + + +
+ + + + + + + + +
+ + + + + +
+ +
+

BannerBomb3 (Legacy) +

+ + + +
+ + +
+ + +
+ + + + + + +
For support in English, ask for help at Nintendo Homebrew on Discord.
+ + +
If you appreciate this guide, we accept Donations.
+ + +
+ + + +
+Technical Details (optional) + +

To launch custom code, we exploit a flaw in the DSiWare Data Management window of the Settings application.

+ +

To accomplish this, we use your system’s encryption key (movable.sed) to build a DSiWare backup that exploits the system.

+ +

For a more technical explanation, see here.

+
+ +

Compatibility Notes

+ +

These instructions work on USA, Europe, Japan, and Korea region consoles as indicated by the letters U, E, J, or K after the system version.

+ +

What You Need

+ +
    +
  • Your movable.sed file from completing Seedminer or nimhax
  • +
+ +

Section I - Prep Work

+ +

In this section, you will copy the files needed to trigger the BannerBomb3 exploit onto your device’s SD card.

+ +
    +
  1. Power off your device
  2. +
  3. Insert your SD card into your computer
  4. +
  5. Open Bannerbomb3 Injector on your computer
  6. +
  7. Upload your movable.sed using the “Choose File” option
  8. +
  9. Click “Build and Download” +
      +
    • This will download an exploit DSiWare called F00D43D5.bin and a payload called bb3.bin inside of a zip archive (DSIWARE_EXPLOIT.zip)
    • +
    +
  10. +
  11. Copy bb3.bin from DSIWARE_EXPLOIT.zip to the root of your SD card +
      +
    • The root of the SD card refers to the initial directory on your SD card where you can see the Nintendo 3DS folder, but are not inside of it
    • +
    • This file does not need to be opened or extracted +
    • +
    +
  12. +
  13. Navigate to Nintendo 3DS -> <ID0> -> <ID1> on your SD card +
      +
    • <ID0> is the 32-letter folder name that you copied in Seedminer
    • +
    • <ID1> is a 32-letter folder inside of the <ID0>
    • +
    • If you have multiple <ID1> folders, follow the instructions here +
    • +
    +
  14. +
  15. Create a folder named Nintendo DSiWare inside of the <ID1> +
      +
    • If you already had the folder and there are any existing DSiWare backup files (<8-character-id>.bin) inside, copy them to your PC and remove them from your SD card
    • +
    +
  16. +
  17. Copy the F00D43D5.bin file from DSIWARE_EXPLOIT.zip to the Nintendo DSiWare folder
  18. +
+ +

+ +

Section II - Hardware Button Check

+ +

In this section, you will see whether you can access Safe Mode on your device. This will determine which method you will follow on the next page.

+ +

Your SD card should remain in your computer while you perform this check.

+ +

In this section, you will see whether your shoulder buttons are working on your device. This will determine which method you will follow on the next page.

+ +
    +
  1. Power on your device
  2. +
  3. Once you see the HOME Menu, press the (Left Shoulder) and (Right Shoulder) buttons at the same time +
      +
    • The camera applet should appear
    • +
    +
  4. +
  5. Power off your device
  6. +
+ +
+ +

Next steps: Choose an exploit

+ +

If the camera appeared in the previous section, Safe Mode is likely to be working on your device.

+ +

If the camera appeared, continue to Installing boot9strap (USM)

+ +

If the camera did NOT appear, continue to Installing boot9strap (Fredtool, Legacy)

+ + +
+ +
+ + + + + + + +
+ + + + +
+ + +
+ + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/feed.xml b/feed.xml index bef24e0eff..5abc3d47fd 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2023-05-25T02:08:14+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file +Jekyll2023-05-25T02:46:39+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file diff --git a/installing-boot9strap-(fredtool).html b/installing-boot9strap-(fredtool).html index 890502d8a7..10270a3f9d 100644 --- a/installing-boot9strap-(fredtool).html +++ b/installing-boot9strap-(fredtool).html @@ -477,12 +477,14 @@ window.cookieconsent.initialise({ +

You should only be able to get to this page if you are running version 11.16.0. If you are on any firmware other than 11.17.0 or 11.16.0, STOP as these instructions WILL LEAD TO A BRICK on other firmwares!!

+

What You Need

@@ -530,7 +532,7 @@ window.cookieconsent.initialise({
  • Insert your SD card into your computer
  • Open the DSIHaxInjector_new website on your computer
  • Under the “Username” field, enter any alphanumeric name (no spaces or special characters)
  • -
  • Under the “DSiBin” field, upload your 42383841.bin file from the root of your SD card using the first “Browse…” option
  • +
  • Under the “DSiBin” field, upload your DSiWare backup file (e.g. 42383841.bin) from the root of your SD card using the first “Browse…” option
  • Under the “MovableSed” field, upload your movable.sed file using the second “Browse…” option
  • Under the “InjectionTarget” field, set the injection target to DSinternet (NOT memorypit)
  • Click “Build” @@ -650,7 +652,7 @@ window.cookieconsent.initialise({

    Section VII - Restoring DS Connection Settings

    -

    In this section, you will restore DS Connection Settings to the way it was before it was temporarily replaced with Flipnote Studio in Section IV.

    +

    In this section, you will restore DS Connection Settings to the way it was before it was temporarily replaced with Flipnote Studio in an earlier section.

    1. Navigate to Nintendo 3DS -> <ID0> -> <ID1> -> Nintendo DSiWare on your SD card
    2. diff --git a/installing-boot9strap-(fredtool-legacy).html b/installing-boot9strap-(fredtool-legacy).html new file mode 100644 index 0000000000..e5e77461d8 --- /dev/null +++ b/installing-boot9strap-(fredtool-legacy).html @@ -0,0 +1,767 @@ + + + + + + + + +Installing boot9strap (Fredtool, Legacy) - 3DS Hacks Guide + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + +
      +
      +
      + + +
      + + + + +
      + + + + + + + + +
      + + + + + +
      + +
      +

      Installing boot9strap (Fredtool, Legacy) +

      + + + +
      + + +
      + + +
      + + + + + + +
      For support in English, ask for help at Nintendo Homebrew on Discord.
      + + +
      If you appreciate this guide, we accept Donations.
      + + +
      + + + +
      +Technical Details (optional) + +

      To dump system DSiWare, we exploit a flaw in the DSiWare Data Management window of the Settings application.

      + +

      To accomplish this, we use your system’s encryption key (movable.sed) to build a DSiWare backup that exploits the system to dump the DSi Internet Settings application to the SD root.

      + +

      Once we have a DSiWare backup, we can inject it into the DS Internet Settings application.

      + +

      This is a currently working implementation of the “FIRM partitions known-plaintext” exploit detailed here.

      + +
      + +

      You should only be able to get to this page if you are running version 11.15.0 or 11.14.0. If you are on any firmware other than 11.15.0 or 11.14.0, STOP as these instructions WILL LEAD TO A BRICK on other firmwares!!

      + +

      What You Need

      + +
        +
      • Your movable.sed file from completing Seedminer (Mii)
      • +
      • The latest release of Frogminer_save (Frogminer_save.zip)
      • +
      • 11.15.0 and 11.14.0 users only: The v6.0.1 release of b9sTool (direct download)
      • +
      • The latest release of Luma3DS (the Luma3DS .zip file)
      • +
      + +

      Section I - CFW Check

      + +

      As an additional safety measure, we will perform an additional check for custom firmware. This is because using this method when custom firmware is already installed has a risk of bricking the console (rendering it unusable without recovery methods like ntrboot).

      + +
        +
      1. Power off your device
      2. +
      3. Hold the (Select) button
      4. +
      5. Power on your device while still holding the (Select) button
      6. +
      7. If the check was successful, you will boot to the HOME Menu and you may proceed with this guide
      8. +
      9. Power off your device
      10. +
      + +

      If you see a configuration menu or the console immediately powers off, you already have CFW, and continuing with these instructions may BRICK your device! Follow Checking for CFW to upgrade your existing CFW.

      + +

      Section II - BannerBomb3

      + +

      In this section, you will trigger the BannerBomb3 exploit using the DSiWare Management menu and copy the resulting file dump to your computer so that you can use it on the next section.

      + +
        +
      1. Reinsert your SD card into your device
      2. +
      3. Power on your device
      4. +
      5. Launch System Settings on your device
      6. +
      7. Navigate to Data Management -> DSiWare-> SD Card (image) + +
      8. +
      9. Use the D-Pad to navigate and press the (A) button to select “Dump DSiWare” +
          +
        • Your device will automatically reboot
        • +
        +
      10. +
      11. Power off your device
      12. +
      + +

      Section III - Prep Work

      + +

      In this section, you will copy the files necessary to temporarily replace DS Connection Settings with Flipnote Studio, which is used to launch the boot9strap (custom firmware) installer.

      + +
        +
      1. Insert your SD card into your computer
      2. +
      3. Open the DSIHaxInjector_new website on your computer
      4. +
      5. Under the “Username” field, enter any alphanumeric name (no spaces or special characters)
      6. +
      7. Under the “DSiBin” field, upload your DSiWare backup file (e.g. 42383841.bin) from the root of your SD card using the first “Browse…” option
      8. +
      9. Under the “MovableSed” field, upload your movable.sed file using the second “Browse…” option
      10. +
      11. Under the “InjectionTarget” field, set the injection target to DSinternet (NOT memorypit)
      12. +
      13. Click “Build” +
          +
        • Wait a few seconds for the build process to complete
        • +
        +
      14. +
      15. In the Build History section on the left, type the Username into the “Filter Builds” field
      16. +
      17. Click on the first search result +
          +
        • This result should have the latest timestamp
        • +
        +
      18. +
      19. Click the “output_(name).zip” link
      20. +
      21. Navigate to Nintendo 3DS -> <ID0> -> <ID1> -> Nintendo DSiWare on your SD card +
          +
        • <ID0> is the 32-letter folder name that you copied in Seedminer
        • +
        • <ID1> is a 32-letter folder inside of the <ID0>
        • +
        +
      22. +
      23. Delete F00D43D5.bin from your Nintendo DSiWare folder
      24. +
      25. Copy the 42383841.bin file from the hax folder of the downloaded DSiWare archive (output_(name).zip) to the Nintendo DSiWare folder +
      26. +
      27. Copy boot.firm and boot.3dsx from the Luma3DS .zip to the root of your SD card +
          +
        • The root of the SD card refers to the initial directory on your SD card where you can see the Nintendo 3DS folder, but are not inside of it
        • +
        +
      28. +
      29. Copy boot.nds (B9STool) from the release .zip to the root of your SD card
      30. +
      31. Copy the private folder from the Frogminer_save .zip to the root of your SD card
      32. +
      33. Reinsert your SD card into your device
      34. +
      35. +

        Power on your device

        + +

        +
      36. +
      + +

      Section IV - Overwriting DS Connection Settings

      + +

      In this section, you will copy the hacked DS Connection Settings DSiWare to internal memory, which will temporarily replace it with Flipnote Studio.

      + +
        +
      1. Launch System Settings on your device
      2. +
      3. Navigate to Data Management -> DSiWare-> SD Card (image)
      4. +
      5. Select the “Haxxxxxxxxx!” title + +
      6. +
      7. Select “Copy”, then select “OK”
      8. +
      9. Return to main menu of the System Settings
      10. +
      11. Navigate to Internet Settings -> Nintendo DS Connections, then select “OK” (image)
      12. +
      13. If the exploit was successful, your device will have loaded the JPN version of Flipnote Studio + +
      14. +
      + +

      Section V - Flipnote Exploit

      + +

      If you would prefer a visual guide to this section, one is available here.

      + +

      In this section, you will perform a series of very specific steps within Flipnote Studio that, when performed correctly, will launch b9sTool, the boot9strap (custom firmware) installer.

      + +
        +
      1. Complete the initial setup process for the launched game until you reach the main menu +
          +
        • Select the left option whenever prompted during the setup process
        • +
        • If you encounter an issue while doing this section, check this troubleshooting guide for your issue
        • +
        +
      2. +
      3. Using the touch-screen, select the large left box, then select the box with an SD card icon
      4. +
      5. Once the menu loads, select the face icon, then the bottom right icon to continue
      6. +
      7. Press (X) or (UP) on the D-Pad depending on which is shown on the top screen
      8. +
      9. Select the second button along the top with a film-reel icon
      10. +
      11. Scroll right until reel “3/3” is selected
      12. +
      13. Tap the third box with the letter “A” in it
      14. +
      15. Scroll left until reel “1/3” is selected
      16. +
      17. Tap the fourth box with the letter “A” in it
      18. +
      19. If the exploit was successful, your device will have loaded b9sTool
      20. +
      21. Using the D-Pad, move to “Install boot9strap” +
          +
        • If you miss this step, the system will exit to HOME Menu instead of installing boot9strap and you will need to open Nintendo DS Connections and start over from the beginning of this section
        • +
        +
      22. +
      23. Press (A), then press START and SELECT at the same time to begin the process
      24. +
      25. Once completed and the bottom screen says “done.”, exit b9sTool, then power off your device +
          +
        • You may have to force power off by holding the power button
        • +
        • If your device shuts down when you try to power it on, ensure that you have copied boot.firm from the Luma3DS .zip to the root of your SD card
        • +
        • If you see the Luma Configuration screen, power off your device and continue to the next section
        • +
        +
      26. +
      + +

      Section VI - Luma3DS Configuration

      + +
        +
      1. Press and hold (Select), and while holding (Select), power on your device. This will launch Luma3DS configuration
      2. +
      3. Your device should have booted into the Luma3DS configuration menu +
          +
        • Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging
        • +
        • For the purpose of this guide, leave these options on the default settings (do not check or uncheck anything)
        • +
        • If your device shuts down when you try to power it on, ensure that you have copied boot.firm from the Luma3DS .zip to the root of your SD card
        • +
        +
      4. +
      5. Press (Start) to save and reboot
      6. +
      + +

      At this point, your console will boot to Luma3DS by default.

      +
        +
      • Luma3DS does not look any different from the normal HOME Menu. If your console has booted into the HOME Menu, it is running custom firmware.
      • +
      • On the next page, you will install useful homebrew applications to complete your setup.
      • +
      + +

      Section VII - Restoring DS Connection Settings

      + +

      In this section, you will restore DS Connection Settings to the way it was before it was temporarily replaced with Flipnote Studio in an earlier section.

      + +
        +
      1. Navigate to Nintendo 3DS -> <ID0> -> <ID1> -> Nintendo DSiWare on your SD card
      2. +
      3. Copy the 42383841.bin file from the clean folder of the downloaded DSiWare archive (output_(name).zip) to the Nintendo DSiWare folder, replacing the existing one
      4. +
      5. Reinsert your SD card into your device
      6. +
      7. Power on your device
      8. +
      9. Launch System Settings on your device
      10. +
      11. Navigate to Data Management -> DSiWare-> SD Card (image)
      12. +
      13. Select the “Nintendo DSi™” title
      14. +
      15. Select “Copy”, then select “OK”
      16. +
      + +
      + +

      Continue to Finalizing Setup

      + + +
      + +
      + + + + + + + +
      + + + + +
      + + +
      + + + +
      + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/seedminer-(mii).html b/seedminer-(mii).html new file mode 100644 index 0000000000..97bb78de93 --- /dev/null +++ b/seedminer-(mii).html @@ -0,0 +1,661 @@ + + + + + + + + +Seedminer (Mii) - 3DS Hacks Guide + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + +
      +
      +
      + + +
      + + + + +
      + + + + + + + + +
      + + + + + +
      + +
      +

      Seedminer (Mii) +

      + + + +
      + + +
      + + +
      + + + + + + +
      For support in English, ask for help at Nintendo Homebrew on Discord.
      + + +
      If you appreciate this guide, we accept Donations.
      + + +
      + + + +

      This method requires a reasonably powerful GPU (any dedicated graphics card made in the last few years) and the ability to use a command line. If you don’t know what those are or do not have the hardware necessary, you can ask someone to do this for you at Nintendo Homebrew on Discord. You will need to have the following information ready:

      +
        +
      • Your Mii QR code, uploaded directly to Discord (do not take a screenshot or a photo of the image, just send the HNI_XXXX.JPG image itself)
      • +
      • Your console’s ID0 (the name of the 32-character folder directly inside of Nintendo 3DS - see https://3ds.hacks.guide/troubleshooting#seedminer if you have multiple)
      • +
      • Your console model (e.g. 3DS, 3DS XL, 2DS, New3DS, New3DS XL, New2DS XL)
      • +
      • Your console’s approximate year of manufacturing (it may be present behind the frontplate or backplate; if you don’t know, just guess - it’s not super important)
      • +
      + +
      +Technical Details (optional) + +

      To install boot9strap on your device, we derive your device’s unique encryption key. To accomplish this, we use a tool called Seedminer to calculate the data encryption key (movable.sed) for your device.

      + +

      Because we do not have access to the Friends List, we are deriving the first part of movable.sed using a Mii QR code instead of by performing a two-way friend exchange.

      + +

      For information on how Seedminer works, see this presentation.

      + +
      + +

      Instructions

      + +

      If you are on Linux or macOS, replace py -3 with python3 in all commands.

      + +

      What you need

      + +
        +
      • The latest release of Seedminer (the Seedminer .zip)
      • +
      • Any 3.x version of Python installed +
          +
        • If you are on Linux, you likely already have Python 3. Check by opening a terminal and entering python3 -V. If this returns a version number, it will work for this guide.
        • +
        +
      • +
      + +

      Section I - Prep Work

      + +

      In this section, you will set up Seedminer and obtain your console’s files that are needed for mining.

      + +
        +
      1. Extract the contents of the Seedminer .zip and move the folder with your operating systeem’s name to anywhere on your PC +
          +
        • Keep this location handy, as this Seedminer folder will be where multiple other files are placed
        • +
        +
      2. +
      3. In the Seedminer folder, hold SHIFT and right-click anywhere in the folder’s empty space, then click the option that opens Terminal, PowerShell, or Command Prompt
      4. +
      5. In the command line window, type py -3 -mpip install pycryptodomex, hit ENTER, and allow it to install +
          +
        • If this command fails with the error No module named pip, you must manually install pip. The methods to do this can be found on this page.
        • +
        +
      6. +
      7. Turn your console on while the SD card is inserted
      8. +
      9. Open the Mii Maker app
      10. +
      11. Tap the “QR Code/Image Options” button
      12. +
      13. Tap “Save Mii as QR Code”
      14. +
      15. Select any Mii Character (make a new one first if you don’t have any), and press “OK”
      16. +
      17. Turn the console off
      18. +
      19. Put the console’s SD card into your computer, navigate to the Nintendo 3DS folder on the SD, and copy the name of the 32-character-long folder directly inside +
          +
        • This folder, known as the ID0, is system-specific. Only one should be present. If you see multiple, follow these instructions
        • +
        • Once you have the ID0, paste it into a document so you can reference it later
        • +
        +
      20. +
      21. Navigate to the DCIM folder on the SD card
      22. +
      23. Look for the QR Code, which will be a .JPG file starting with HNI +
          +
        • You may have many other files in here already if you use the Nintendo 3DS Camera app
        • +
        +
      24. +
      25. Copy this file to the Seedminer folder on your PC
      26. +
      + +

      Section II - Processing Mii QR and Mining

      + +

      In this section, you will turn the Mii QR code into a usable file and mine movable.sed with it.

      + +
        +
      1. Open the editMii website on your computer
      2. +
      3. Click on “Import from…”, then select “QR Code” and upload the Mii QR code from earlier
      4. +
      5. Click on “Export to…”, then select “encrypted (.bin)” +
          +
        • This will download a file named input.bin
        • +
        +
      6. +
      7. Copy this input.bin to the Seedminer folder
      8. +
      9. Open the terminal/PowerShell/Command Prompt window from earlier +1.Inside this window, enter the command py -3 seedminer_launcher3.py id0 <id0> +
          +
        • Replace <id0> with the ID0 you copied into a document
        • +
        • Do not include the angle brackets
        • +
        +
      10. +
      11. Once it completes, enter the command py -3 seedminer_launcher3.py mii <model> <year> +
          +
        • Replace <model> with the model of your console (new or old) - if you aren’t sure, only models with the ZL/ZR buttons and C-Stick are new
        • +
        • Replace <year> with the year the 3DS was made (you often find this on the backplate) - leave this empty if you aren’t sure, in which case it will start from the middle
        • +
        • If this fails with an error of input.bin is invalid size, remake the input.bin using your QR Code. If it ‘‘still’’ fails, open a different browser and remake the input.bin there
        • +
        • The mining process will usually take up to 90 minutes, depending on luck and your GPU’s strength
        • +
        +
      12. +
      13. When it finishes, a file called movable.sed will appear in the Seedminer folder
      14. +
      + +

      Continue to BannerBomb3 (Legacy)

      + + +
      + +
      + + + + + + + +
      + + + + +
      + + +
      + + + +
      + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site-navigation.html b/site-navigation.html index 457500f62e..d43df0aee6 100644 --- a/site-navigation.html +++ b/site-navigation.html @@ -466,6 +466,7 @@ window.cookieconsent.initialise({