2020-12-26 09:21:39 +01:00
---
2022-09-03 07:03:12 +02:00
title: "Homebrew Launcher (PicHaxx)"
2020-12-26 09:21:39 +01:00
---
{% include toc title="Table of Contents" %}
2022-10-02 00:55:27 +02:00
<details>
<summary><em>Technical Details (optional)</em></summary>
2022-10-02 11:59:59 +02:00
This method of using Seedminer for further exploitation uses your <code>movable.sed</code> file to write a custom save file for Pokémon Picross, which can then be used with unSAFE_MODE (via Homebrew Launcher) to run SafeB9SInstaller. For information on PicHaxx itself, see <a href="https://github.com/zoogie/pichaxx">here</a>.
2022-10-02 00:55:27 +02:00
</details>
2022-10-02 01:36:54 +02:00
{: .notice--info}
2022-10-02 00:55:27 +02:00
### Compatibility Notes
These instructions work on USA, Europe, and Japan consoles as indicated by the letters U, E, or J after the system version.
You will need a Nintendo Network ID to download Pokémon Picross.
2020-12-26 09:21:39 +01:00
2022-02-18 01:31:30 +01:00
This process will overwrite your Pokémon Picross save file, if you have one. If you wish to preserve your Pokémon Picross game data, you should make a backup of your `00000001.sav` file before overwriting it.
{: .notice--warning}
2020-12-26 09:21:39 +01:00
### What You Need
2021-08-27 06:50:20 +02:00
* The game "Pokémon Picross" (free on eShop) installed on your device
2021-08-05 08:35:16 +02:00
+ You can scan [this QR code](http://api.qrserver.com/v1/create-qr-code/?color=000000&bgcolor=FFFFFF&data=ESHOP://50010000037815&margin=0&qzone=1&size=400x400&ecc=L) using the Nintendo 3DS Camera for a direct link to the eShop app
2021-08-27 06:50:20 +02:00
+ Your SD card must be inserted in your device to install Pokémon Picross
2020-12-26 09:21:39 +01:00
* Your `movable.sed` file from completing [Seedminer](seedminer)
2022-06-06 09:08:34 +02:00
* The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
2022-09-03 07:03:12 +02:00
* The latest release of [unSAFE_MODE](https://github.com/zoogie/unSAFE_MODE/releases/latest) (the RELEASE `.zip` file)
2020-12-26 09:21:39 +01:00
### Instructions
#### Section I - Prep Work
2022-10-02 00:55:27 +02:00
In this section, you will copy some of the files that will be used to launch the Homebrew Launcher.
2020-12-26 09:21:39 +01:00
1. Insert your SD card into your computer
1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card
2022-09-03 07:03:12 +02:00
+ 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
1. Create a folder named `3ds` on the root of your SD card
1. Copy the `slotTool` folder from the unSAFE_MODE `.zip` to the `3ds` folder on your SD card
2022-09-11 12:07:58 +02:00
1. Copy the otherapp payload for your region/version from the unSAFE_MODE `.zip`'s `otherapps_with_CfgS` folder to the root of your SD card and rename it to `otherapp.bin`
2020-12-26 09:21:39 +01:00
2022-10-02 11:59:59 +02:00
![]({{ "/images/screenshots/hblpichaxx-root-layout.png" | absolute_url }})
{: .notice--info}
![]({{ "/images/screenshots/slottool-folder.png" | absolute_url }})
{: .notice--info}
2020-12-26 09:21:39 +01:00
#### Section II - PicHaxx
2022-10-02 00:55:27 +02:00
In this section, you will create a hacked Pokémon Picross save file that, when used, will load the Homebrew Launcher on your device.
2020-12-26 09:21:39 +01:00
1. Open [the PicHaxx Injector website](https://3ds.nhnarwhal.com/3dstools/pichaxx.php) on your computer
1. Select your `movable.sed` file
1. Select "Build and Download"
1. Wait for the process to complete
1. Navigate to `Nintendo 3DS` -> `<ID0>` -> `<ID1>` -> `title` -> `00040000` -> `0017c100` -> `data` on your SD card
+ The `<ID0>` will be the same one that you used in [Seedminer](seedminer)
+ The `<ID1>` is a 32 character long folder inside of the `<ID0>`
1. Copy the newly downloaded `00000001.sav` file to the `data` folder on your SD card
+ Overwrite the old save file when prompted
2022-01-11 11:47:47 +01:00
![]({{ "/images/screenshots/pichaxx-save-location.png" | absolute_url }})
{: .notice--info}
2020-12-26 09:21:39 +01:00
1. Reinsert your SD card into your device
1. Power on your device
2022-02-25 10:37:10 +01:00
1. Launch "Pokémon Picross"
2022-09-03 07:03:12 +02:00
1. If the exploit was successful, your device will have booted into the Homebrew Launcher
+ If you get an error message, [follow this troubleshooting guide](troubleshooting#homebrew-launcher-pichaxx)
2021-08-28 01:20:20 +02:00
2020-12-26 09:21:39 +01:00
___
2022-09-03 07:03:12 +02:00
### Continue to [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm))
2020-12-26 09:21:39 +01:00
{: .notice--primary}