<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hacks.guide/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cybelyrium</id>
	<title>Hacks Guide Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hacks.guide/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cybelyrium"/>
	<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/wiki/Special:Contributions/Cybelyrium"/>
	<updated>2026-05-15T03:40:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Error_screens/Luma3DS_exception_screen&amp;diff=3083</id>
		<title>3DS:Error screens/Luma3DS exception screen</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Error_screens/Luma3DS_exception_screen&amp;diff=3083"/>
		<updated>2023-04-01T14:39:31Z</updated>

		<summary type="html">&lt;p&gt;Cybelyrium: added fix for prefetch abort (svcBreak) at Arm9 for movable.sed 288 bytes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{shortcut|3DS:EXC}}&lt;br /&gt;
This page lists possible causes and fixes of Luma3DS exception screens. They are not applicable to every situation, but cover most common known issues.&lt;br /&gt;
==Reading a Luma3DS exception screen==&lt;br /&gt;
A Luma3DS exception has four (or five, in a few cases) different parts to it that help in finding its cause, as follows:&lt;br /&gt;
[[File:Luma3DS_exception.png|center]]&lt;br /&gt;
* &#039;&#039;&#039;Processor:&#039;&#039;&#039; What part of the system is causing the exception. The two processors are:&lt;br /&gt;
**&#039;&#039;&#039;Arm9:&#039;&#039;&#039; The &#039;security processor&#039; of the system. These exceptions usually result from errors in NAND data or hardware faults in either the 3DS or its SD card.&lt;br /&gt;
**&#039;&#039;&#039;Arm11:&#039;&#039;&#039; The &#039;userland&#039; of the system. These exceptions have numerous causes but are often related to broken software or user data.&lt;br /&gt;
* &#039;&#039;&#039;Exception type:&#039;&#039;&#039; How the system is causing the exception. These categories are often too broad to be helpful, but three of them are more precise:&lt;br /&gt;
**&#039;&#039;&#039;data abort&#039;&#039;&#039;: Oftentimes related to a broken mod or broken HOME Menu data. Occasionally related to custom firmware data being broken.&lt;br /&gt;
**&#039;&#039;&#039;prefetch abort (svcBreak)&#039;&#039;&#039;: Oftentimes an issue with data on the NAND, even when Arm11. Can also happen when launching an out-of-region game.&lt;br /&gt;
**&#039;&#039;&#039;undefined instruction&#039;&#039;&#039;: Usually either a broken piece of software (if not on boot) or outdated &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; (if on boot). &lt;br /&gt;
*&#039;&#039;&#039;Fault status:&#039;&#039;&#039; Why the system is causing the exception. Normally not helpful except for developers.&lt;br /&gt;
*&#039;&#039;&#039;Current process:&#039;&#039;&#039; Where the error is coming from in the system. Often the most helpful part of the exception. Some examples of processes are as follows:&lt;br /&gt;
**&#039;&#039;&#039;fs&#039;&#039;&#039;: The filesystem, i.e. either the SD card or the NAND.&lt;br /&gt;
**&#039;&#039;&#039;menu&#039;&#039;&#039;: Data that is opened either as a part of the HOME Menu or at the same time as it.&lt;br /&gt;
**&#039;&#039;&#039;loader&#039;&#039;&#039;: The service that opens apps, meaning the app you last tried to open has an issue.&lt;br /&gt;
**&#039;&#039;&#039;nwm&#039;&#039;&#039;: Networking services, almost always WiFi.&lt;br /&gt;
*&#039;&#039;&#039;R0&#039;&#039;&#039;: Usually just internal data that&#039;s not worth reading. There are two notable exceptions, however: &lt;br /&gt;
**&#039;&#039;&#039;Arm11 loader exception&#039;&#039;&#039;: If R0&#039;s contents start with a C or D, R0 is an error code. This code usually gives the exact cause of the issue.&lt;br /&gt;
**&#039;&#039;&#039;Arm11 pm exception&#039;&#039;&#039;: If R0&#039;s contents are &amp;lt;code&amp;gt;E0E01BF5&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; is guaranteed to be too outdated to work.&lt;br /&gt;
&lt;br /&gt;
==Known Errors==&lt;br /&gt;
In the following lists, the file prefixes on file paths refer to the starting location. &amp;lt;code&amp;gt;sdmc:/&amp;lt;/code&amp;gt; refers to the SD card, and numbers in the format of &amp;lt;code&amp;gt;[X:]&amp;lt;/code&amp;gt; refer to GodMode9&#039;s drive numbers.&lt;br /&gt;
{{info|If the below fixes do not solve your issue or you are unsure of what to do, join the [[https://discord.gg/nintendohomebrew Nintendo Homebrew Discord]] for further assistance.}}&lt;br /&gt;
----&lt;br /&gt;
Select which processor the error says it comes from.&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|Arm9=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:175%; display:flex; justify-content:center&amp;quot;&amp;gt;Error On Boot&amp;lt;/span&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: auto&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-size:125%;&amp;quot; | Exception Type&lt;br /&gt;
! style=&amp;quot;font-size:125%;&amp;quot; | Problem &amp;amp; Solution&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Any&lt;br /&gt;
| Files on the SD are corrupted. &lt;br /&gt;
:To fix, [[Checking_SD_card_integrity|verify that your SD card is not faulty.]] If it is verified working, make a backup of all intact files, [[Formatting_an_SD_card|format the SD card]], and try booting again.&lt;br /&gt;
|-&lt;br /&gt;
| A system save located on the NAND in &amp;lt;code&amp;gt;[1:]/data&amp;lt;/code&amp;gt; has a problem.&lt;br /&gt;
|-&lt;br /&gt;
| System-unique files are missing from the NAND in &amp;lt;code&amp;gt;[1:]/rw/sys&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | data abort&lt;br /&gt;
| The &amp;lt;code&amp;gt;shared2&amp;lt;/code&amp;gt; folder in &amp;lt;code&amp;gt;[2:] SYSNAND TWLN&amp;lt;/code&amp;gt; is missing. &lt;br /&gt;
:To fix, create this folder.&lt;br /&gt;
|-&lt;br /&gt;
| System titles have been deleted.&lt;br /&gt;
:To fix, perform a [[3DS:Safe Mode|Safe Mode update]].&amp;lt;br&amp;gt;If this does not work, perform a [[3DS:CTRTransfer|CTRTransfer]].&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | prefetch abort (svcBreak)&lt;br /&gt;
| The system movable, &amp;lt;code&amp;gt;[1:]/private/movable.sed&amp;lt;/code&amp;gt;, is 288 bytes but its flag indicates otherwise. To fix, go to GodMode9 and select &amp;lt;code&amp;gt;SYSNAND CTRNAND&amp;lt;/code&amp;gt;, then go to &amp;lt;code&amp;gt;private&amp;lt;/code&amp;gt;. Inside the folder, you&#039;ll see a file named &amp;lt;code&amp;gt;movable.sed&amp;lt;/code&amp;gt;. Select it, and under the options menu, select &amp;lt;code&amp;gt;Show in Hexeditor&amp;lt;/code&amp;gt;. You&#039;ll see a lot of numbers on your screen, press A and unlock with the sequence of buttons on your bottom screen to proceed. Look for a line that says exactly &amp;lt;code&amp;gt;53 45 45 44 00 01&amp;lt;/code&amp;gt;, then using A and the D-Pad, change the value &amp;lt;code&amp;gt;01&amp;lt;/code&amp;gt; at the end of the line to &amp;lt;code&amp;gt;00&amp;lt;/code&amp;gt;. Press B to go back to the GodMode9 menu, then START to reboot your console.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;SYSNAND CTRNAND&amp;lt;/code&amp;gt; has bad CMACs.&lt;br /&gt;
:To fix, press R+A on the &amp;lt;code&amp;gt;SYSNAND CTRNAND&amp;lt;/code&amp;gt; drive and &amp;lt;code&amp;gt;Fix CMACs for drive&amp;lt;/code&amp;gt;. The console will act like it has been formatted after this, and this is intended.&lt;br /&gt;
|-&lt;br /&gt;
| prefetch abort (kernel panic)&lt;br /&gt;
| The console likely has a hardware issue.&lt;br /&gt;
|-&lt;br /&gt;
| undefined instruction&lt;br /&gt;
| The console likely has a hardware issue.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:175%; display:flex; justify-content:center&amp;quot;&amp;gt;Error During Use&amp;lt;/span&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: auto&amp;quot;  &lt;br /&gt;
! style=&amp;quot;font-size:125%;&amp;quot; | Exception Type&lt;br /&gt;
! style=&amp;quot;font-size:125%;&amp;quot; | Problem &amp;amp; Solution&lt;br /&gt;
|-&lt;br /&gt;
| data abort&lt;br /&gt;
| Files on the SD are corrupted. &lt;br /&gt;
:To fix, [[Checking_SD_card_integrity|verify that your card is not faulty.]] If it is verified working, make a backup of all intact files, [[Formatting_an_SD_card|format the SD card]], and try again.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|-|Arm11=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:175%; display:flex; justify-content:center&amp;quot;&amp;gt;Error On Boot&amp;lt;/span&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: auto&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-size:125%;&amp;quot; | Current Process&lt;br /&gt;
! style=&amp;quot;font-size:125%;&amp;quot; | Exception Type&lt;br /&gt;
! style=&amp;quot;font-size:125%;&amp;quot; | Problem &amp;amp; Solution &lt;br /&gt;
|-&lt;br /&gt;
| boss || data abort&lt;br /&gt;
| The current firmware version is too old for SpotPass to work. Perform a [[3DS:Safe Mode|Safe Mode update]].&lt;br /&gt;
:If this does not work, you may require [[3DS:CTRTransfer|a CTRTransfer.]]&lt;br /&gt;
|-&lt;br /&gt;
| fs || any &lt;br /&gt;
| Can be anything from SD card problems to hardware issues.&lt;br /&gt;
|-&lt;br /&gt;
| hid || any&lt;br /&gt;
| Potential hardware problems.&lt;br /&gt;
|-&lt;br /&gt;
| ic2, spi || any&lt;br /&gt;
| The console has a serious hardware issue that likely is not easily fixable.&lt;br /&gt;
:Join [https://discord.gg/C29hYvh the Nintendo Homebrew Discord] and ask, in English, for help.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| mset || any&lt;br /&gt;
| System Settings is broken in some way - this may indicate that the console has a hardware issue.&lt;br /&gt;
:To fix, perform a [[3DS:CTRTransfer|CTRTransfer]], or a [[3DS:CTRTransfer/Manual|Manual CTRTransfer]] if that does not work.&lt;br /&gt;
::If neither of these work, the console has a serious issue. Join the [https://discord.gg/C29hYvh Nintendo Homebrew Discord] and ask, in English, for help.&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | menu&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | data abort&lt;br /&gt;
| Broken HOME Menu theme.&lt;br /&gt;
:To fix, go into the folder &amp;lt;code&amp;gt;sd:/Nintendo 3DS/&amp;lt;ID0&amp;gt;/&amp;lt;ID1&amp;gt;/extdata/00000000/&amp;lt;/code&amp;gt; and delete the folder matching your region, one of the following:&lt;br /&gt;
::USA: &amp;lt;code&amp;gt;000002cd&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;EUR: &amp;lt;code&amp;gt;000002ce&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;JPN: &amp;lt;code&amp;gt;000002cc&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Broken HOME Menu extra data.&lt;br /&gt;
:To fix, go into the folder &amp;lt;code&amp;gt;sd:/Nintendo 3DS/&amp;lt;ID0&amp;gt;/&amp;lt;ID1&amp;gt;/extdata/00000000/&amp;lt;/code&amp;gt; and delete the folder matching your region, one of the following:&lt;br /&gt;
::USA: &amp;lt;code&amp;gt;0000008f&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;EUR: &amp;lt;code&amp;gt;00000098&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;JPN: &amp;lt;code&amp;gt;00000082&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;KOR: &amp;lt;code&amp;gt;000000A9&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Broken HOME Menu application.&lt;br /&gt;
:To fix, either perform a [[3DS:Safe Mode|Safe Mode update]], attempt to enter System Settings before the crash occurs and delete the application in Data Management, or [[Formatting an SD card|reformat the SD card]].&lt;br /&gt;
|-&lt;br /&gt;
| prefetch abort&lt;br /&gt;
| An installation of menuhax is conflicting with the custom firmware.&lt;br /&gt;
:To fix, place the &amp;lt;code&amp;gt;menuhax67_installer.3dsx&amp;lt;/code&amp;gt; file from [[https://github.com/zoogie/menuhax67/releases/download/v1.1/menuhax67_v1.1.zip this download]] into &amp;lt;code&amp;gt;sd:/3ds&amp;lt;/code&amp;gt;, run it through Homebrew Launcher, and choose REMOVE.&lt;br /&gt;
|-&lt;br /&gt;
| prefetch abort (svcBreak)&lt;br /&gt;
| The &amp;lt;code&amp;gt;f000000b&amp;lt;/code&amp;gt; folder in &amp;lt;code&amp;gt;SYSNAND CTRNAND&amp;lt;/code&amp;gt; is broken, its exact location being at &amp;lt;code&amp;gt;[1:]/data/&amp;lt;ID0&amp;gt;/extdata/00048000/f000000b&amp;lt;/code&amp;gt;.&lt;br /&gt;
:To fix, backup &amp;lt;code&amp;gt;f000000b&amp;lt;/code&amp;gt; by pressing R+A while highlighting it, then selecting &amp;lt;code&amp;gt;Copy to 0:/gm9/out&amp;lt;/code&amp;gt;. Once it is backed up, delete the folder. If this does not fix the issue, copy the folder back where it was.&lt;br /&gt;
|-&lt;br /&gt;
| ns || prefetch abort (svcBreak)&lt;br /&gt;
| The [[3DS:Luma3DS/Configuration|Luma configuration]] setting &amp;lt;code&amp;gt;Autoboot Homebrew&amp;lt;/code&amp;gt; is set to boot to a title that does not exist.&lt;br /&gt;
:To fix, disable the option or install an application that matches the title ID set in &amp;lt;code&amp;gt;sd:/luma/config.ini&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| nwm || any&lt;br /&gt;
| The WiFi chipset&#039;s hardware is damaged or dead.&lt;br /&gt;
:To fix, replace the WiFi chipset with a new one. To avoid the error until then, disable WiFi on the 3DS and do not turn it back on.&lt;br /&gt;
::If the 3DS is an old model, you can disable WiFi with an external switch. New models must instead disable it through the HOME Menu Settings or Rosalina. Repeatedly pressing the keycombo for Rosalina while powering on might let you access Rosalina before it can crash.&lt;br /&gt;
|-&lt;br /&gt;
| pm || undefined instruction&lt;br /&gt;
| The installed version of Luma3DS likely does not support the current firmware version. This is guaranteed to be true if the contents of R0 are &amp;lt;code&amp;gt;E0E01BF5&amp;lt;/code&amp;gt;.&lt;br /&gt;
:To fix, [[3dsguide:restoring-updating-cfw|update CFW.]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:175%; display:flex; justify-content:center&amp;quot;&amp;gt;Error During Use&amp;lt;/span&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: auto&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-size:125%;&amp;quot; | Current Process&lt;br /&gt;
! style=&amp;quot;font-size:125%;&amp;quot; | Exception Type&lt;br /&gt;
! style=&amp;quot;font-size:125%;&amp;quot; | Problem &amp;amp; Solution&lt;br /&gt;
|-&lt;br /&gt;
| 3dsx_app || any&lt;br /&gt;
| The &amp;lt;code&amp;gt;.3dsx&amp;lt;/code&amp;gt; file you opened is corrupted.&lt;br /&gt;
:To fix, download a new copy of the &amp;lt;code&amp;gt;.3dsx&amp;lt;/code&amp;gt; file. If this error happens when you open the Homebrew Launcher, download a new copy of &amp;lt;code&amp;gt;boot.3dsx&amp;lt;/code&amp;gt;.&lt;br /&gt;
::If the error still happens, [[Checking SD card integrity|test your SD for errors.]]&lt;br /&gt;
|-&lt;br /&gt;
| app || any&lt;br /&gt;
| The app you last opened has an issue of some kind.&lt;br /&gt;
:To fix, disable all game mods, cheat codes, and plugins to ensure they are not the cause. &lt;br /&gt;
::If the error still happens, then the game itself is likely faulty. If it is a [[3DS:Dump titles and game cartridges#Dumping a Game Cartridge|cartridge dump]], redump it. If it is an eShop game, click the Repair button at the bottom of its eShop page or delete and reinstall it. If it is a cartridge, clean the cartridge and the 3DS cartridge reader with isopropyl alcohol.&lt;br /&gt;
|-&lt;br /&gt;
| CtrApp || any&lt;br /&gt;
| Broken system software is interfering with the app you last opened.&lt;br /&gt;
:To fix, disable all game mods, cheat codes, and plugins to ensure they are not the cause. If the error still happens, [[3DS:Safe Mode|update from Safe Mode]]. If this does not work, [[3DS:CTRTransfer|perform a CTRTransfer]].&lt;br /&gt;
|-&lt;br /&gt;
| GARDEN || any&lt;br /&gt;
| Animal Crossing&#039;s game data or savedata is having issues.&lt;br /&gt;
:To fix, disable all game mods, cheat codes, and plugins to ensure they are not the cause. If the error still happens, then the game itself may be faulty. If it is a [[3DS:Dump titles and game cartridges#Dumping a Game Cartridge|cartridge dump]], redump it. If it is an eShop game, click the Repair button at the bottom of its eShop page or delete and reinstall it. If it is a cartridge, clean the cartridge and the 3DS cartridge reader with isopropyl alcohol.&lt;br /&gt;
::If the error yet still happens, ensure that you have not used a save editor before the error started happening. If it has been edited, you will need to restore a backup from before its use, or wipe the save and start over if you have no backup.&lt;br /&gt;
|-&lt;br /&gt;
| fs || any &lt;br /&gt;
| Can be anything from SD card problems to hardware issues.&lt;br /&gt;
|-&lt;br /&gt;
| Kujira&amp;lt;br&amp;gt;Joker&amp;lt;br&amp;gt;niji_loc || any&lt;br /&gt;
| The app you last opened has an issue of some kind.&lt;br /&gt;
:To fix, disable all game mods, cheat codes, and plugins to ensure they are not the cause. If the error still happens, ensure the game is the same region as the console - if it is not, [[3DS:SGL|force the game to use the correct region.]]&lt;br /&gt;
::If the error yet still happens, then the game itself is likely faulty. If it is a [[3DS:Dump titles and game cartridges#Dumping a Game Cartridge|cartridge dump]], redump it. If it is an eShop game, click the Repair button at the bottom of its eShop page or delete and reinstall it. If it is a cartridge, clean the cartridge and the 3DS cartridge reader with isopropyl alcohol.&lt;br /&gt;
|-&lt;br /&gt;
| loader || undefined instruction&lt;br /&gt;
| The app you last opened has an issue. If the contents of R0 start with C or D, R0 is an error code.&amp;lt;br&amp;gt;&lt;br /&gt;
:Most of the possible error codes for this are also listed on [[3DS:Error_screens/Luma3DS_ErrDisp|this page]].&lt;br /&gt;
|-&lt;br /&gt;
| mset || any&lt;br /&gt;
| System Settings is broken in some way - this may indicate that the console has a hardware issue.&lt;br /&gt;
:To fix, perform a [[3DS:CTRTransfer|CTRTransfer]], or a [[3DS:CTRTransfer/Manual|Manual CTRTransfer]] if that does not work.&lt;br /&gt;
::If neither of these work, the console has a serious issue. Join the [[https://discord.gg/nintendohomebrew Nintendo Homebrew Discord]] and ask, in English, for help.&lt;br /&gt;
|-&lt;br /&gt;
| nwm || any&lt;br /&gt;
| The WiFi chipset&#039;s hardware is damaged or dead.&lt;br /&gt;
:To fix, replace the WiFi chipset with a new one. To avoid the error until then, disable WiFi on the 3DS and do not turn it back on.&lt;br /&gt;
::If the 3DS is an old model, you can disable WiFi with an external switch. New models must instead disable it through the HOME Menu Settings or Rosalina. Repeatedly pressing the keycombo for Rosalina while powering on might let you access Rosalina before it can crash.&lt;br /&gt;
|-&lt;br /&gt;
| qtm&amp;lt;br&amp;gt;cam || any&lt;br /&gt;
| The camera&#039;s hardware is damaged or dead.&lt;br /&gt;
:To fix, replace the camera with a new one. To avoid the error until then, disconnect the camera or avoid using anything that activates the camera.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unbricking]]&lt;br /&gt;
{{Short description|Guide to the CFW error handler}}&lt;/div&gt;</summary>
		<author><name>Cybelyrium</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:DS_games&amp;diff=2055</id>
		<title>3DS:DS games</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:DS_games&amp;diff=2055"/>
		<updated>2022-09-04T19:24:17Z</updated>

		<summary type="html">&lt;p&gt;Cybelyrium: created the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 3DS can run Nintendo DS games natively by simply inserting the cartridge on the slot, but, alternatively, if you don&#039;t want to carry your cartridges around, you can use a [[3DS:Dump titles and game cartridges|dump]] from your Nintendo DS cartridge to run your game from the SD card.&lt;br /&gt;
&lt;br /&gt;
= What You Need =&lt;br /&gt;
* The latest version of [https://github.com/Universal-Team/Universal-Updater Universal Updater].&lt;br /&gt;
* A [[3DS:Dump titles and game cartridges|dump]] from your Nintendo DS cartridge.&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
== Forwarders ==&lt;br /&gt;
Forwarders are shortcuts for games that you can install to your HOME Menu. You can load DS games from the SD card or from a compatible flashcard.&lt;br /&gt;
&lt;br /&gt;
# Open Universal Updater from your HOME Menu.&lt;br /&gt;
# Search for &#039;&#039;&#039;NDSForwarder Package&#039;&#039;&#039;, then press {{B|A}} over it&#039;s icon to install it.&lt;br /&gt;
#*If you have to choose between a Nightly and Stable version, choose the Stable version.&lt;br /&gt;
# Wait for the download to complete.&lt;br /&gt;
# Close Universal Updater.&lt;br /&gt;
# Open the Homebrew Launcher.&lt;br /&gt;
# In the Homebrew Launcher, open  &#039;&#039;&#039;NDS Forwarder Generator&#039;&#039;&#039;.&lt;br /&gt;
# Navigate to your game&#039;s folder and press {{B|A}}.&lt;br /&gt;
# Confirm you wish to install by selecting &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
{{success|You have successfully set up your forwarder!}}&lt;br /&gt;
&lt;br /&gt;
== TwilightMenu++ ==&lt;br /&gt;
TWiLight Menu++ is an open-source DSi Menu upgrade/replacement for the Nintendo 3DS and Nintendo DS flashcards. It allows you to have multiple save files and have a menu to choose your games from.&lt;br /&gt;
&lt;br /&gt;
# Open Universal Updater from your HOME Menu.&lt;br /&gt;
# Search for &#039;&#039;&#039;TwilightMenu++&#039;&#039;&#039;, then press {{B|A}} over it&#039;s icon to install it.&lt;br /&gt;
#*If you have to choose between a Nightly and Stable version, choose the Stable version.&lt;br /&gt;
# Wait for the download to complete.&lt;br /&gt;
# Close Universal Updater.&lt;br /&gt;
{{success|You have successfully set up TwilightMenu++! You can now navigate to your game&#039;s folder in the app and play.}}&lt;/div&gt;</summary>
		<author><name>Cybelyrium</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Game_plugins/NTR&amp;diff=1744</id>
		<title>3DS:Game plugins/NTR</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Game_plugins/NTR&amp;diff=1744"/>
		<updated>2022-08-09T19:58:55Z</updated>

		<summary type="html">&lt;p&gt;Cybelyrium: fixed a typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Page WIP}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NTR is a generally outdated plugin loader. However, it is still neccesary to load older plugins in the .plg format. The only way to load NTR on modern CFW setups is using BootNTRSelector&lt;br /&gt;
&lt;br /&gt;
== Installing BootNTRSelector ==&lt;br /&gt;
&lt;br /&gt;
=== Using [[3DS:Universal Updater|Universal Updater]] ===&lt;br /&gt;
&lt;br /&gt;
==== What you need ====&lt;br /&gt;
&lt;br /&gt;
* [[3DS:Universal Updater|Universal Updater]]&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&lt;br /&gt;
# Search for &amp;lt;code&amp;gt;BootNTRSelector&amp;lt;/code&amp;gt; in Universal Updater&lt;br /&gt;
#* Get &amp;lt;code&amp;gt;BootNTRSelector.cia&amp;lt;/code&amp;gt; if you are on a New 3DS or if you are on an old 3DS and want to use plugins with non-extended memory games&lt;br /&gt;
#* Get &amp;lt;code&amp;gt;BootNTRSelector_Mode3.cia&amp;lt;/code&amp;gt; only if you are on old 3DS and want to use plugins with extennded memory games&lt;br /&gt;
# Search for &amp;lt;code&amp;gt;Luma3DS [Nanquitas]&amp;lt;/code&amp;gt; in Universal Updater, and download the &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; file&lt;br /&gt;
# Reboot your system&lt;br /&gt;
# In the Luma configuration screen, select any options you need, then press START&lt;br /&gt;
#* Hint: If you don&#039;t know what the options are, you don&#039;t need any&lt;br /&gt;
&lt;br /&gt;
=== Manually ===&lt;br /&gt;
&lt;br /&gt;
==== What you need ====&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/Nanquitas/BootNTR/releases BootNTRSelector]&lt;br /&gt;
** Get &amp;lt;code&amp;gt;BootNTRSelector.cia&amp;lt;/code&amp;gt; if you are on a New 3DS or if you are on an old 3DS and want to use plugins with non-extended memory games&lt;br /&gt;
** Get &amp;lt;code&amp;gt;BootNTRSelector_Mode3.cia&amp;lt;/code&amp;gt; only if you are on old 3DS and want to use plugins with extennded memory games&lt;br /&gt;
** Note that you can also get BootNTRSelector by searching for it in [[3DS:Universal Updater|Universal Updater]]&lt;br /&gt;
* [https://github.com/Nanquitas/Luma3DS/releases The 3GX loader fork of Luma3DS]&lt;br /&gt;
** Note that the 3GX loader fork of Luma3DS is also available on Universal Updater under the name &amp;lt;code&amp;gt;Luma3DS [Nanquitas]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&lt;br /&gt;
* Copy the BootNTRSelector .cia file to your SD card&lt;br /&gt;
** You may skip this if you use Universal Updater to install BootNTRSelector&lt;br /&gt;
* Copy the &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; from the 3GX loader fork of Luma to the root of the SD card, replacing the &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; already there&lt;br /&gt;
** You may skip this if you use Universal Updater to install Luma3DS [Nanquitas]&lt;br /&gt;
* Insert the SD card into your system and power it on&lt;br /&gt;
* On the Luma Configuration screen, enable any options that you need, then press Start&lt;br /&gt;
** Hint: If you don&#039;t know what the options are, you don&#039;t need them&lt;br /&gt;
* Install the BootNTRSelector .cia file using FBI&lt;br /&gt;
&lt;br /&gt;
== Using NTR ==&lt;br /&gt;
&lt;br /&gt;
=== Plugin location ===&lt;br /&gt;
NTR will look for plugins in the &amp;lt;code&amp;gt;plugin&amp;lt;/code&amp;gt; folder on the root of your SD card. Each plugin must be inside a folder named with a game&#039;s [[3DS:Title ID|Title ID]]. Inside the folder, put your .plg file&lt;br /&gt;
&lt;br /&gt;
For example, the path may look like &amp;lt;code&amp;gt;plugin&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;00040000001B5000&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;plugin.plg&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Launching NTR ===&lt;br /&gt;
&lt;br /&gt;
# Open the BootNTRSelector app on your home menu&lt;br /&gt;
# Select 3.6 on the version selection screen&lt;br /&gt;
#* Even if the plugin you are using says that it requires another version, try using 3.6 instead. Only use another version if 3.6 will not work&lt;br /&gt;
# Launch a game that you have a plugin for. You should see a green flash upon loading the game - that means that the plugin is active&lt;br /&gt;
# Look at the information on the plugin&#039;s specific page for usage instructions - usage will differ per plugin&lt;br /&gt;
&lt;br /&gt;
=== Usage notes ===&lt;br /&gt;
&lt;br /&gt;
* You cannot play more than one game with NTR without rebooting the system - when you are done playing a game, power off the system&lt;br /&gt;
* You must launch NTR every time you wish to use a plugin&lt;br /&gt;
* Certain applets, such as the New 3DS&#039;s internet browser, may crash if you try to open them while NTR is active&lt;/div&gt;</summary>
		<author><name>Cybelyrium</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Hacks_Guide_Wiki:To-do_list&amp;diff=1679</id>
		<title>Hacks Guide Wiki:To-do list</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Hacks_Guide_Wiki:To-do_list&amp;diff=1679"/>
		<updated>2022-08-06T22:00:15Z</updated>

		<summary type="html">&lt;p&gt;Cybelyrium: /* 3DS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is where we can keep a list of things that should be done, such as pages that need creating or adding to.&lt;br /&gt;
&lt;br /&gt;
{{ombox|text=For organizational purposes, please mark items based on their status (and link them if applicable):&lt;br /&gt;
* {{Done}} &amp;lt;code&amp;gt;{{tl|Done}}&amp;lt;/code&amp;gt;&lt;br /&gt;
* {{WIP}} &amp;lt;code&amp;gt;{{tl|WIP}}&amp;lt;/code&amp;gt;&lt;br /&gt;
* {{Skip}} &amp;lt;code&amp;gt;{{tl|Skip}}&amp;lt;/code&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
== Pages ==&lt;br /&gt;
&lt;br /&gt;
=== Organization ===&lt;br /&gt;
&lt;br /&gt;
Once this wiki has &amp;quot;enough content&amp;quot; (whatever that means), before we can start advertising it publicly, we need better page organzation.&lt;br /&gt;
&lt;br /&gt;
* Index/contents pages? Generally anything someone might want or need to do with hacks. Save backup and restore, transfers, troubleshooting, informational pages, etc. Similar to [[3DS:Things to do]] but that one is more like &amp;quot;here&#039;s a list of cool things you can do&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Main Page ===&lt;br /&gt;
&lt;br /&gt;
A nice [[Main Page]] should be made. It should include a simple explanation of what homebrew is, then links to the main guides, the &amp;quot;Things to do&amp;quot; pages, and maybe troubleshooting.&lt;br /&gt;
&lt;br /&gt;
A search box could be put here too.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
type=search&lt;br /&gt;
placeholder=Placeholder text here...&lt;br /&gt;
width=70&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Console introductions ===&lt;br /&gt;
&lt;br /&gt;
These pages should be like an all-around intro to things about hacking a console. Links to guides on getting hacks set up, links to the &amp;quot;things to do&amp;quot;, maybe troubleshooting for when things go wrong...&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure how necessary these pages are though, if there isn&#039;t enough stuff that can&#039;t also go on the &amp;quot;Things to do&amp;quot; pages. [[User:Ihaveahax|ihaveahax]] ([[User talk:Ihaveahax|talk]]) 02:52, 18 June 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
* [[Nintendo 3DS]]&lt;br /&gt;
* [[Wii U]]&lt;br /&gt;
* [[Nintendo Switch]]&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Things to do&amp;quot; pages ===&lt;br /&gt;
&lt;br /&gt;
A simple page that someone new to homebrew/cfw can use to start doing something with their newly-hacked console.&lt;br /&gt;
&lt;br /&gt;
* [[3DS:Things to do]]&lt;br /&gt;
* [[Wii U:Things to do]]&lt;br /&gt;
* [[Switch:Things to do]]&lt;br /&gt;
&lt;br /&gt;
=== Game pages ===&lt;br /&gt;
&lt;br /&gt;
I think we should have pages for individual games with lists of mods, save editors, guides, and maybe other things.&lt;br /&gt;
&lt;br /&gt;
I just picked a random assortment of some popular games. Any game with a mod, save editor, useful hacking guide, etc. can have its own page!&lt;br /&gt;
&lt;br /&gt;
* [[3DS:Animal Crossing: New Leaf]]&lt;br /&gt;
* [[3DS:Super Smash Bros. for Nintendo 3DS]]&lt;br /&gt;
* [[3DS:Pokémon X and Y]]&lt;br /&gt;
* [[3DS:Pokémon Omega Ruby and Alpha Sapphire]]&lt;br /&gt;
* [[3DS:Pokémon Sun and Moon]]&lt;br /&gt;
* [[3DS:Pokémon Ultra Sun and Ultra Moon]]&lt;br /&gt;
* [[3DS:Mario Kart 7]]&lt;br /&gt;
* [[Wii U:Super Smash Bros. for Wii U]]&lt;br /&gt;
* [[Wii U:Mario Kart 8]]&lt;br /&gt;
* [[Switch:Super Smash Bros. Ultimate]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Guides ===&lt;br /&gt;
&lt;br /&gt;
Any sort of guides that could be useful, game-specific or not.&lt;br /&gt;
&lt;br /&gt;
* [[Formatting an SD card/Windows]]&lt;br /&gt;
* [[Formatting an SD card/Mac]]&lt;br /&gt;
* [[Formatting an SD card/Linux]]&lt;br /&gt;
* [[3DS:Keyboard Unbrick]]&lt;br /&gt;
* [[3DS:Export saves]]&lt;br /&gt;
* [[3DS:System Transfer]]&lt;br /&gt;
** {{WIP}} [[3DS:System Transfer/Target has CFW]]&lt;br /&gt;
** {{WIP}} [[3DS:System Transfer/Target is stock]]&lt;br /&gt;
* [[3DS:GBA games]]&lt;br /&gt;
* [[3DS:Setting game locales]]&lt;br /&gt;
* [[3DS:Remove outlines in Pokémon games]]&lt;br /&gt;
&lt;br /&gt;
=== Move from main guides ===&lt;br /&gt;
&lt;br /&gt;
Some pages could be moved from the main guides to here.&lt;br /&gt;
&lt;br /&gt;
Don&#039;t actually delete these from the main guide until we think this site is ready.&lt;br /&gt;
&lt;br /&gt;
* [[3dsguide:formatting-sd-(windows)]] {{done}} [[Formatting an SD card/Windows]]&lt;br /&gt;
* [[3dsguide:formatting-sd-(mac)]] {{done}} [[Formatting an SD card/Mac]]&lt;br /&gt;
* [[3dsguide:formatting-sd-(linux)]] {{done}} [[Formatting an SD card/Linux]]&lt;br /&gt;
* [[3dsguide:file-extensions-(windows)]] {{done}} [[File Extensions on Windows]]&lt;br /&gt;
* [[3dsguide:move-emunand]] {{done}} [[3DS:Move EmuNAND]]&lt;br /&gt;
* [[3dsguide:f3-(linux)]] {{done}} [[Checking SD card integrity/Linux]]&lt;br /&gt;
* [[3dsguide:f3x-(mac)]] {{done}} [[Checking SD card integrity/Mac/legacy]]&lt;br /&gt;
* [[3dsguide:f3xswift-(mac)]] {{done}} [[Checking SD card integrity/Mac]]&lt;br /&gt;
* [[3dsguide:h2testw-(windows)]] {{done}} [[Checking SD card integrity/Windows]]&lt;br /&gt;
* [[3dsguide:godmode9-usage]] {{done}} [[3DS:GodMode9 Usage]]&lt;br /&gt;
* [[3dsguide:dumping-titles-and-game-cartridges]] - {{Done}} [[3DS:Dump titles and game cartridges]]&lt;br /&gt;
&lt;br /&gt;
* [[switchguide:extras/theming]] [[Switch:Theming]] - {{WIP}}&lt;br /&gt;
* [[switchguide:extras/save_management]] [[Switch:Save Management]]&lt;br /&gt;
* [[switchguide:extras/game_modding]] [[Switch:Game Modding]]&lt;br /&gt;
* [[switchguide:extras/cheats]] [[Switch:Cheats]]&lt;br /&gt;
&lt;br /&gt;
=== Move from pins in NH channels ===&lt;br /&gt;
&lt;br /&gt;
A lot of useful stuff is probably stored in pins in the NH server. Those should be put here for ease of access.&lt;br /&gt;
&lt;br /&gt;
* [[Switch:Transferring_Saves]] {{Done}} Transferring save data from emuMMC to sysMMC&lt;br /&gt;
* [[Switch:Gamecard Reader]] {{Done}} Gamecard reader firmware info page &lt;br /&gt;
* [[Switch:zadig]] Manually install libusbk for TegraRCMGui&lt;br /&gt;
&lt;br /&gt;
=== Move from Kurisu commands ===&lt;br /&gt;
&lt;br /&gt;
Some stuff that&#039;s currently in {{gh|nh-server/Kurisu}} could also be put here. Look inside {{gh|nh-server/Kurisu/tree/main/cogs/assistance-cmds|assistance-cmds}}. Like in the next section, any external guides probably could not just be copied here since we may not have permission to do that.&lt;br /&gt;
&lt;br /&gt;
* Checking 3DS local IP&lt;br /&gt;
** [[3DS:Check local IP address]] {{Done}}&lt;br /&gt;
* Moving to a new SD card&lt;br /&gt;
** [[3DS:Moving SD Cards]] {{Done}}&lt;br /&gt;
* [[Wii_U:VC_Extract]] {{done}}&lt;br /&gt;
* [[Switch:exFAT]] - {{Done}}&lt;br /&gt;
* Error codes maybe?&lt;br /&gt;
&lt;br /&gt;
===General concepts===&lt;br /&gt;
Ideas for new pages. Some of these pages already have established guides, which can be used as a reference (but may not be copied directly, depending on permission, and some of them may be out of date anyway)&lt;br /&gt;
&lt;br /&gt;
====3DS====&lt;br /&gt;
&lt;br /&gt;
*Explain the difference between boot9strap and Luma3DS (some people are confused about what they do)&lt;br /&gt;
*3DS Linux setup&lt;br /&gt;
**{{WIP}} [[3DS:Linux]]&lt;br /&gt;
*Splash creation and &#039;installation&#039;&lt;br /&gt;
**{{Done}} [[3DS:Splash screens]]&lt;br /&gt;
* Custom theme creation and installation&lt;br /&gt;
** {{Done}} [[3DS:Creating custom themes]]&lt;br /&gt;
*** Tentative name. Alternative, &amp;quot;Custom themes/creation&amp;quot;? Page would be too long to keep on the page itself without impacting readability [[User:Lily|Lily]] ([[User talk:Lily|talk]]) 07:55, 24 June 2022 (UTC)&lt;br /&gt;
** {{Done}} [[3DS:Custom themes]]&lt;br /&gt;
*Boot animations [https://github.com/MechanicalDragon0687/BaxTools/wiki (here)] &lt;br /&gt;
**[[3DS:Boot animations]]&lt;br /&gt;
*Flashcart information (recommended DS flashcarts, why 3DS-mode flashcarts shouldn&#039;t be used...)&lt;br /&gt;
**{{WIP}} [[3DS:Flashcarts]]&lt;br /&gt;
*Luma3DS fork information/installation tutorial&lt;br /&gt;
**{{Done}} [[3DS:Luma3DS forks]]&lt;br /&gt;
*fastboot3DS information/tutorial&lt;br /&gt;
**{{WIP}} [[3DS:fastboot3DS]]&lt;br /&gt;
*Game plugin tutorial (both PLG and 3GX format)&lt;br /&gt;
**{{Done}} [[3DS:Game plugins]]&lt;br /&gt;
*Streaming tutorial [https://github.com/RattletraPM/Snickerstream/wiki/Streaming-with-NTR (here)]&lt;br /&gt;
**{{WIP}} [[3DS:Wireless streaming]]&lt;br /&gt;
*ModMoon usage&lt;br /&gt;
**[[3DS:ModMoon]]&lt;br /&gt;
*FTP (ftpd) usage [https://3ds.eiphax.tech/ftp (here)]&lt;br /&gt;
**{{WIP}} [[3DS:FTP]]&lt;br /&gt;
*PKSM usage&lt;br /&gt;
*PKHeX usage [https://3ds.eiphax.tech/pkhex (here)]&lt;br /&gt;
*Checkpoint...&lt;br /&gt;
**Save usage {{WIP}} [[3DS:Export saves]]&lt;br /&gt;
**Cheat usage [https://3ds.eiphax.tech/cpcheats (here)]&lt;br /&gt;
*LayeredFS usage [https://github.com/knight-ryu12/godmode9-layeredfs-usage/wiki/Using-Luma3DS&#039;-layeredfs-(Only-version-8.0-and-higher) (here)]&lt;br /&gt;
*Pokemon randomization [https://zetadesigns.github.io/randomizing-layeredfs.html (here)]&lt;br /&gt;
**[[3DS:Pokémon randomization]]&lt;br /&gt;
*ACNL web-based save editor [https://3ds.eiphax.tech/acnl (here)]&lt;br /&gt;
**[[3DS:Animal Crossing: New Leaf/Save editing]]&lt;br /&gt;
*Input redirection tutorial&lt;br /&gt;
**{{Done}} [[3DS:Input redirection]]&lt;br /&gt;
*GBA BIOS dumping from VC [https://glazedbelmont.github.io/gbabiosdump/ (here)]&lt;br /&gt;
*ROM dumping from VC [https://glazedbelmont.github.io/vcextract/ (here)]&lt;br /&gt;
*HOME Menu editing  [https://axities.github.io/ (here)]&lt;br /&gt;
**{{Done}} [[3DS:Editing the HOME menu]]&lt;br /&gt;
*Old CFW migration stuff&lt;br /&gt;
**menuhax-based setups {{WIP}} [[3DS:Migrate from menuhax]]&lt;br /&gt;
**Gateway-based setups [[3DS:Migrate from Gateway]]&lt;br /&gt;
*General landing page for *.firm-based payloads&lt;br /&gt;
*Japanese browser filter removal&lt;br /&gt;
**{{Done}} [[3DS:JPN Browser Filter]]&lt;br /&gt;
*Running DS games through TWiLight Menu++ or HOME Menu forwarders&lt;br /&gt;
&lt;br /&gt;
====Wii U====&lt;br /&gt;
&lt;br /&gt;
====Switch ====&lt;br /&gt;
&lt;br /&gt;
*Dump guide [https://suchmememanyskill.github.io/guides/switchdumpguide/ (here)]&lt;br /&gt;
*&amp;quot;What is a patched&amp;quot; page&lt;br /&gt;
&lt;br /&gt;
== Translations==&lt;br /&gt;
&lt;br /&gt;
The pages being moved from 3ds.hacks.guide or wiiu.hacks.guide might have translations that need to be brought over.&lt;br /&gt;
&lt;br /&gt;
Also pages on how to translate stuff on this wiki need to be made too.&lt;br /&gt;
&lt;br /&gt;
==Technical == &lt;br /&gt;
&lt;br /&gt;
*Create lots of redirect pages. Someone will probably search things like &amp;quot;Pokemon x&amp;quot; or &amp;quot;Fix black screen&amp;quot; so we should create those pages that point to the right place. This needs some automation too.&lt;br /&gt;
**[[Special:BulkPageCreate]], {{gh|ihaveamac/mediawiki-extensions-BulkPageCreate}}&lt;br /&gt;
* Make it more obvious that a revision other than the main one is being viewed. Preferably with a MediaWiki hook but JS will probably do.&lt;br /&gt;
&lt;br /&gt;
== Project pages ==&lt;br /&gt;
&lt;br /&gt;
* Create a page about how game pages should be designed.&lt;br /&gt;
** [[Hacks Guide Wiki:Game pages]]&lt;br /&gt;
* Create a game template page, so anyone who wants to make a page for a specific game knows where to start.&lt;br /&gt;
** [[Hacks Guide Wiki:Game pages/Template]] (maybe even make it a preload-able template?)&lt;/div&gt;</summary>
		<author><name>Cybelyrium</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Input_redirection&amp;diff=1677</id>
		<title>3DS:Input redirection</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Input_redirection&amp;diff=1677"/>
		<updated>2022-08-06T21:58:06Z</updated>

		<summary type="html">&lt;p&gt;Cybelyrium: created the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Input Redirection enables you to redirect your controller input directly into your console. All controllers are supported as long as you can connect them to your computer somehow. If you have multiple controllers connected, it will combine your inputs. To use this utility, you need to have [[Custom firmware|CFW]] with Luma3DS on the latest version installed into your console.&lt;br /&gt;
&lt;br /&gt;
= What You Need =&lt;br /&gt;
* The latest version of [https://github.com/TuxSH/InputRedirectionClient-Qt/releases/tag/v2.1 InputRedirectionClient-Qr] (for your computer).&lt;br /&gt;
* Your device&#039;s [[3DS:Check local IP address|local IP address]].&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
# Open &#039;&#039;&#039;InputRedirection-Qt&#039;&#039;&#039; after extracting it to a folder in your computer.&lt;br /&gt;
# In the IP Address field, input your [[3DS:Check local IP address|device&#039;s local IP address]].&lt;br /&gt;
# On your device, press (L) + (D-Pad Down) + (SELECT) to open Rosalina Menu.&lt;br /&gt;
#* This is the default configuration; if you have broken buttons, you may be using an alternate configuration that changes the key combination to (X) + (Y) or (Y) + (B)&lt;br /&gt;
# Navigate to &#039;&#039;&#039;Miscellaneous options...&#039;&#039;&#039;.&lt;br /&gt;
# Select &#039;&#039;&#039;Start InputRedirection&#039;&#039;&#039;.&lt;br /&gt;
# Press (B) until you exit out of Rosalina Menu.&lt;br /&gt;
{{success|InputRedirection has been successfully setup!}}&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting =&lt;br /&gt;
=== It is not detecting my controller! ===&lt;br /&gt;
InputRedirection can only detect XInput, which is present in XBOX controllers. If you are not using an XBOX controller, you should use [https://github.com/x360ce/x360ce/releases/tag/3.2.9.82 x360ce] to use your controller.&lt;br /&gt;
&lt;br /&gt;
=== My inputs are not working! ===&lt;br /&gt;
Try rebooting your device and InputRedirection-Qt as well. If the issue still persists, make sure your 3DS and computer are connected to the same internet connection and that you have a stable internet connection.&lt;br /&gt;
&lt;br /&gt;
=== My issue is not listed here! ===&lt;br /&gt;
Join the [https://discord.gg/nintendohomebrew Nintendo Homebrew Discord] for more assistance.&lt;/div&gt;</summary>
		<author><name>Cybelyrium</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Custom_themes/creation&amp;diff=1669</id>
		<title>3DS:Custom themes/creation</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Custom_themes/creation&amp;diff=1669"/>
		<updated>2022-08-06T05:22:53Z</updated>

		<summary type="html">&lt;p&gt;Cybelyrium: created the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Creating custom themes for the 3DS =&lt;br /&gt;
Creating custom themes can be done in a number of ways using different tools such as Kame Editor. To use these utilities, you need to have [[Custom firmware|CFW]], a custom theme manager (e.g Anemone3DS) and a device that can manipulate files on a SD card.&lt;br /&gt;
&lt;br /&gt;
== Theme Editors ==&lt;br /&gt;
* [https://beelzy.gitlab.io/kame-editor/ Kame-Editor] - For Windows, Mac and Linux users (recommended)&lt;br /&gt;
* [https://github.com/usagirei/3DS-Theme-Editor/releases Usagi3DS] - For Windows users&lt;br /&gt;
* [https://github.com/exelix11/YATA-PLUS/releases YATA+] - For Windows users&lt;br /&gt;
* [https://exelix11.github.io/Yata-online/ YATA+ online] - A browser version of YATA+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Should I not use the other editors?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You&#039;re free to choose which editor you&#039;ll work with, but Kame-Editor is the most user-friendly, which means it has an easy to understand interface that&#039;ll allow you to make themes with more ease compared to Usagi3DS or YATA+.&lt;br /&gt;
&lt;br /&gt;
Another thing to keep in mind too is that Usagi3DS and YATA+ are incredibly outdated. Kame-Editor receives updates fairly regularly, and hence why you should use it instead of the other theme editors.&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
=== What You Need to Know ===&lt;br /&gt;
# Keep mind of the &#039;&#039;&#039;gap size&#039;&#039;&#039;. Each 3DS has a gap size between each screen, and that gap is approximately &#039;&#039;&#039;56 pixels&#039;&#039;&#039;. If you want to use a full image for both screens, the gap size is very important.&lt;br /&gt;
# Music for the theme must not surpass the file size of &#039;&#039;&#039;3.3mb&#039;&#039;&#039;. Otherwise the theme will either not appear in your custom theme manager or it will simply not play music.&lt;br /&gt;
# SFX (sound effects) have to be under the &#039;&#039;&#039;182kb&#039;&#039;&#039; limit of file size. Be sure to use small SFX so you can include all the SFX you want to in your theme.&lt;br /&gt;
&lt;br /&gt;
=== Using Kame Editor ===&lt;br /&gt;
For more information on how to use Kame Editor, refer to the official [https://gitlab.com/beelzy/kame-editor/-/wikis/home Documentation].&lt;br /&gt;
&lt;br /&gt;
=== Using Usagi3DS ===&lt;br /&gt;
For more information on how to use Usagi3DS, refer to this [https://gbatemp.net/threads/how-to-make-3ds-custom-themes-2020-updated.568539/ guide].&lt;br /&gt;
&lt;br /&gt;
=== Using YATA+ ===&lt;br /&gt;
For more information on how to use YATA+, refer to this [https://gbatemp.net/threads/tutorial-creating-a-3ds-custom-theme-from-scratch-with-yata-v1-1.393602/ guide]. This guide is valid for both app and browser version.&lt;/div&gt;</summary>
		<author><name>Cybelyrium</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=File:3dscrop.png&amp;diff=1668</id>
		<title>File:3dscrop.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=File:3dscrop.png&amp;diff=1668"/>
		<updated>2022-08-06T03:52:03Z</updated>

		<summary type="html">&lt;p&gt;Cybelyrium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An image describing how the 3ds theme crop works&lt;/div&gt;</summary>
		<author><name>Cybelyrium</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Remove_outlines_in_Pok%C3%A9mon_games&amp;diff=1667</id>
		<title>3DS:Remove outlines in Pokémon games</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Remove_outlines_in_Pok%C3%A9mon_games&amp;diff=1667"/>
		<updated>2022-08-06T01:30:31Z</updated>

		<summary type="html">&lt;p&gt;Cybelyrium: /* Remove outlines in Pokémon Games */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Remove outlines in Pokémon Games =&lt;br /&gt;
Removing outlines in Pokémon games will require you to have [[Custom firmware|CFW]] with [[3DS:Luma3DS|Luma3DS]], preferably updated to the latest version. This will remove outlines from the Player, NPCs and Pokémon, in overworld, battle and Pokémon Care. However, it will not remove outlines from the UI (text boxes, health bars and more). This is valid for all mainline Pokémon games (XY, ORAS and USUM). Other Pokémon games can&#039;t have their outlines removed.&lt;br /&gt;
&lt;br /&gt;
== For Pokémon Sun and Moon/Ultra Sun and Ultra Moon ==&lt;br /&gt;
# Go to the app [[Checkpoint]] on the Home MENU.&lt;br /&gt;
# Select your Pokémon game by pressing (A) when the icon is highlighted on the top screen.&lt;br /&gt;
#*If you do not see your game, try launching the game, playing for a while then closing it. Upon doing this, open Checkpoint again&lt;br /&gt;
#*If you still do not see your game, press and hold (B) to refresh the title list&lt;br /&gt;
# Select the &#039;&#039;&#039;Cheats&#039;&#039;&#039; button on the bottom screen.&lt;br /&gt;
# Search in the list for &#039;&#039;&#039;&amp;quot;No Outlines vX.X&amp;quot;&#039;&#039;&#039;, then press (A) when the cheat is highlighted.&lt;br /&gt;
#*Replace &amp;quot;vX.X&amp;quot; with the current version you have for the game. For example, if you currently run the game using update v.1.1, get the cheat that says &#039;&#039;&#039;&amp;quot;No Outlines v1.1&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
# Press (A) if [[Checkpoint]] prompts you to save the cheat file for this game.&lt;br /&gt;
# Close [[Checkpoint]].&lt;br /&gt;
# Launch the game you chose the cheat for.&lt;br /&gt;
# Press (L) + (D-Pad Down) + (SELECT) to open Rosalina Menu.&lt;br /&gt;
#*Or, if you have broken buttons and replaced your &amp;quot;config.ini&amp;quot;, press (X) + (Y)&lt;br /&gt;
#*If you don&#039;t have broken buttons or have not modified a file called &amp;quot;config.ini&amp;quot;, you can ignore this&lt;br /&gt;
# Go to &#039;&#039;&#039;Cheats...&#039;&#039;&#039;.&lt;br /&gt;
# Press (A) on &#039;&#039;&#039;&amp;quot;No Outlines vX.X&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Press B until Rosalina Menu is closed.&lt;br /&gt;
#*If you did this while in-game, try walking to another area or going into a battle for the &amp;quot;No Outlines&amp;quot; cheat to be applied&lt;br /&gt;
&lt;br /&gt;
== For Pokémon Omega Ruby and Alpha Sapphire ==&lt;br /&gt;
&lt;br /&gt;
# Turn off your device.&lt;br /&gt;
# Take the SD card off and insert it into your computer.&lt;br /&gt;
# Navigate to &#039;&#039;&#039;luma&#039;&#039;&#039; &#039;&#039;&#039;-&amp;gt; cheats.&#039;&#039;&#039;&lt;br /&gt;
# Inside &#039;&#039;&#039;cheats&#039;&#039;&#039;, create a text document (a &#039;&#039;&#039;.txt&#039;&#039;&#039; file) named with the Title ID for your respective version: &lt;br /&gt;
#*&#039;&#039;&#039;Omega Ruby:&#039;&#039;&#039; 000400000011C400 &lt;br /&gt;
#*&#039;&#039;&#039;Alpha Sapphire:&#039;&#039;&#039; 000400000011C500&lt;br /&gt;
# Open your text document, then copy and paste the following cheat codes depending on the update you are running your game: &lt;br /&gt;
::&amp;lt;code&amp;gt;&#039;&#039;&#039;[No Outlines v1.0]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;D3000000 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;00379EB4 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;00379EB8 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;D2000000 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;&#039;&#039;&#039;[No Outlines v1.4]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;D3000000 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;0037A140 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;0037A144 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;D2000000 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
# Insert your SD back into your device, then power on your console&lt;br /&gt;
# Launch Pokémon Omega Ruby/Alpha Sapphire&lt;br /&gt;
# Press (L) + (D-Pad Down) + (SELECT) to open Rosalina Menu.  Or, if you have broken buttons and replaced your &amp;quot;config.ini&amp;quot;, press (X) + (Y)&lt;br /&gt;
#*Or, if you have broken buttons and replaced your &amp;quot;config.ini&amp;quot;, press (X) + (Y)&lt;br /&gt;
#*If you don&#039;t have broken buttons or have not modified a file called &amp;quot;config.ini&amp;quot;, you can ignore this&lt;br /&gt;
# Go to &#039;&#039;&#039;Cheats...&#039;&#039;&#039;.&lt;br /&gt;
# Press (A) on &#039;&#039;&#039;&amp;quot;No Outlines vX.X&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Press B until Rosalina Menu is closed.&lt;br /&gt;
#*If you did this while in-game, try walking to another area or going into a battle for the &amp;quot;No Outlines&amp;quot; cheat to be applied.&lt;br /&gt;
&lt;br /&gt;
== For Pokémon X &amp;amp; Y ==&lt;br /&gt;
# Turn off your device.&lt;br /&gt;
# Take the SD card off and insert it into your computer.&lt;br /&gt;
# Navigate to &#039;&#039;&#039;luma&#039;&#039;&#039; &#039;&#039;&#039;-&amp;gt; cheats.&#039;&#039;&#039;&lt;br /&gt;
# Inside &#039;&#039;&#039;cheats&#039;&#039;&#039;, create a text document (a &#039;&#039;&#039;.txt&#039;&#039;&#039; file) named with the Title ID for your respective version: &lt;br /&gt;
#*&#039;&#039;&#039;X:&#039;&#039;&#039; 0004000000055D00&lt;br /&gt;
#*&#039;&#039;&#039;Y:&#039;&#039;&#039; 0004000000055E00&lt;br /&gt;
# Open your text document, then copy and paste the following cheat codes depending on the update you are running your game: &lt;br /&gt;
::&amp;lt;code&amp;gt;&#039;&#039;&#039;[No Outlines v1.0]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;D3000000 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;00361D34 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;00361D38 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;D2000000 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;&#039;&#039;&#039;[No Outlines v1.5]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;D3000000 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;00362ED8 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;00362EDC 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;D2000000 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
# Insert your SD back into your device, then power on your console&lt;br /&gt;
# Launch Pokémon X/Y&lt;br /&gt;
# Press (L) + (D-Pad Down) + (SELECT) to open Rosalina Menu.  Or, if you have broken buttons and replaced your &amp;quot;config.ini&amp;quot;, press (X) + (Y)&lt;br /&gt;
#*Or, if you have broken buttons and replaced your &amp;quot;config.ini&amp;quot;, press (X) + (Y)&lt;br /&gt;
#*If you don&#039;t have broken buttons or have not modified a file called &amp;quot;config.ini&amp;quot;, you can ignore this&lt;br /&gt;
# Go to &#039;&#039;&#039;Cheats...&#039;&#039;&#039;.&lt;br /&gt;
# Press (A) on &#039;&#039;&#039;&amp;quot;No Outlines vX.X&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Press B until Rosalina Menu is closed.&lt;br /&gt;
#*If you did this while in-game, try walking to another area or going into a battle for the &amp;quot;No Outlines&amp;quot; cheat to be applied.&lt;/div&gt;</summary>
		<author><name>Cybelyrium</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Remove_outlines_in_Pok%C3%A9mon_games&amp;diff=1666</id>
		<title>3DS:Remove outlines in Pokémon games</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Remove_outlines_in_Pok%C3%A9mon_games&amp;diff=1666"/>
		<updated>2022-08-06T01:00:44Z</updated>

		<summary type="html">&lt;p&gt;Cybelyrium: i hate formatting but you gotta do it&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Remove outlines in Pokémon Games =&lt;br /&gt;
Removing outlines in Pokémon games will require you to have [[Custom firmware|CFW]] with [[3DS:Luma3DS|Luma3DS]], preferably updated to the latest version. This will remove outlines from the Player, NPCs and Pokémon, in overworld, battle and Pokémon Care. However, it will not remove outlines from the UI (text boxes, health bars and more). This is valid for all mainline Pokémon games (XY, ORAS and USUM). Other Pokémon games can&#039;t have their outlines removed.&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
# Go to the app [[Checkpoint]] on the Home MENU.&lt;br /&gt;
# Select your Pokémon game by pressing (A) when the icon is highlighted on the top screen.&lt;br /&gt;
#*If you do not see your game, try launching the game, playing for a while then closing it. Upon doing this, open Checkpoint again&lt;br /&gt;
#*If you still do not see your game, press and hold (B) to refresh the title list&lt;br /&gt;
# Select the &#039;&#039;&#039;Cheats&#039;&#039;&#039; button on the bottom screen.&lt;br /&gt;
# Search in the list for &#039;&#039;&#039;&amp;quot;No Outlines vX.X&amp;quot;&#039;&#039;&#039;, then press (A) when the cheat is highlighted.&lt;br /&gt;
#*Replace &amp;quot;vX.X&amp;quot; with the current version you have for the game. For example, if you currently run the game using update v.1.1, get the cheat that says &#039;&#039;&#039;&amp;quot;No Outlines v1.1&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
# Press (A) if [[Checkpoint]] prompts you to save the cheat file for this game.&lt;br /&gt;
# Close [[Checkpoint]].&lt;br /&gt;
# Launch the game you chose the cheat for.&lt;br /&gt;
# Press (L) + (D-Pad Down) + (SELECT) to open Rosalina Menu.&lt;br /&gt;
#*Or, if you have broken buttons and replaced your &amp;quot;config.ini&amp;quot;, press (X) + (Y)&lt;br /&gt;
#*If you don&#039;t have broken buttons or have not modified a file called &amp;quot;config.ini&amp;quot;, you can ignore this&lt;br /&gt;
# Go to &#039;&#039;&#039;Cheats...&#039;&#039;&#039;.&lt;br /&gt;
# Press (A) on &#039;&#039;&#039;&amp;quot;No Outlines vX.X&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Press B until Rosalina Menu is closed.&lt;br /&gt;
#*If you did this while in-game, try walking to another area or going into a battle for the &amp;quot;No Outlines&amp;quot; cheat to be applied&lt;br /&gt;
&lt;br /&gt;
== ONLY for Pokémon Omega Ruby and Alpha Sapphire ==&lt;br /&gt;
&lt;br /&gt;
# Turn off your device.&lt;br /&gt;
# Take the SD card off and insert it into your computer.&lt;br /&gt;
# Navigate to &#039;&#039;&#039;luma&#039;&#039;&#039; &#039;&#039;&#039;-&amp;gt; cheats.&#039;&#039;&#039;&lt;br /&gt;
# Inside &#039;&#039;&#039;cheats&#039;&#039;&#039;, create a text document (a &#039;&#039;&#039;.txt&#039;&#039;&#039; file) named with the Title ID for your respective version: &lt;br /&gt;
#*&#039;&#039;&#039;Omega Ruby:&#039;&#039;&#039; 000400000011C400 &lt;br /&gt;
#*&#039;&#039;&#039;Alpha Sapphire:&#039;&#039;&#039; 000400000011C500&lt;br /&gt;
# Open your text document, then copy and paste the following cheat codes depending on the update you are running your game: &lt;br /&gt;
::&amp;lt;code&amp;gt;&#039;&#039;&#039;[No Outlines v1.0]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;D3000000 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;00379EB4 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;00379EB8 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;D2000000 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;&#039;&#039;&#039;[No Outlines v1.4]&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;D3000000 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;0037A140 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;0037A144 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;D2000000 00000000&amp;lt;/code&amp;gt; &lt;br /&gt;
# Insert your SD back into your device, then power on your console&lt;br /&gt;
# Launch Pokémon Omega Ruby/Alpha Sapphire&lt;br /&gt;
# Press (L) + (D-Pad Down) + (SELECT) to open Rosalina Menu.  Or, if you have broken buttons and replaced your &amp;quot;config.ini&amp;quot;, press (X) + (Y)&lt;br /&gt;
#*Or, if you have broken buttons and replaced your &amp;quot;config.ini&amp;quot;, press (X) + (Y)&lt;br /&gt;
#*If you don&#039;t have broken buttons or have not modified a file called &amp;quot;config.ini&amp;quot;, you can ignore this&lt;br /&gt;
# Go to &#039;&#039;&#039;Cheats...&#039;&#039;&#039;.&lt;br /&gt;
# Press (A) on &#039;&#039;&#039;&amp;quot;No Outlines vX.X&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Press B until Rosalina Menu is closed.&lt;br /&gt;
#*If you did this while in-game, try walking to another area or going into a battle for the &amp;quot;No Outlines&amp;quot; cheat to be applied.&lt;/div&gt;</summary>
		<author><name>Cybelyrium</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Remove_outlines_in_Pok%C3%A9mon_games&amp;diff=1665</id>
		<title>3DS:Remove outlines in Pokémon games</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Remove_outlines_in_Pok%C3%A9mon_games&amp;diff=1665"/>
		<updated>2022-08-06T00:50:11Z</updated>

		<summary type="html">&lt;p&gt;Cybelyrium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Remove outlines in Pokémon Games =&lt;br /&gt;
Removing outlines in Pokémon games will require you to have [[Custom firmware|CFW]] with [[3DS:Luma3DS|Luma3DS]], preferably updated to the latest version. This will remove outlines from the Player, NPCs and Pokémon, in overworld, battle and Pokémon Care. However, it will not remove outlines from the UI (text boxes, health bars and more). This is valid for all mainline Pokémon games (XY, ORAS and USUM). Other Pokémon games can&#039;t have their outlines removed.&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
# Go to the app [[Checkpoint]] on the Home MENU.&lt;br /&gt;
# Select your Pokémon game by pressing (A) when the icon is highlighted on the top screen.&lt;br /&gt;
#*If you do not see your game, try launching the game, playing for a while then closing it. Upon doing this, open Checkpoint again&lt;br /&gt;
#*If you still do not see your game, press and hold (B) to refresh the title list&lt;br /&gt;
# Select the &#039;&#039;&#039;Cheats&#039;&#039;&#039; button on the bottom screen.&lt;br /&gt;
# Search in the list for &#039;&#039;&#039;&amp;quot;No Outlines vX.X&amp;quot;&#039;&#039;&#039;, then press (A) when the cheat is highlighted.&lt;br /&gt;
#*Replace &amp;quot;vX.X&amp;quot; with the current version you have for the game. For example, if you currently run the game using update v.1.1, get the cheat that says &#039;&#039;&#039;&amp;quot;No Outlines v1.1&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
# Press (A) if [[Checkpoint]] prompts you to save the cheat file for this game.&lt;br /&gt;
# Close [[Checkpoint]].&lt;br /&gt;
# Launch the game you chose the cheat for.&lt;br /&gt;
# Press (L) + (D-Pad Down) + (SELECT) to open Rosalina Menu.&lt;br /&gt;
#*Or, if you have broken buttons and replaced your &amp;quot;config.ini&amp;quot;, press (X) + (Y)&lt;br /&gt;
#*If you don&#039;t have broken buttons or have not modified a file called &amp;quot;config.ini&amp;quot;, you can ignore this&lt;br /&gt;
# Go to &#039;&#039;&#039;Cheats...&#039;&#039;&#039;.&lt;br /&gt;
# Press (A) on &#039;&#039;&#039;&amp;quot;No Outlines vX.X&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Press B until Rosalina Menu is closed.&lt;br /&gt;
#*If you did this while in-game, try walking to another area or going into a battle for the &amp;quot;No Outlines&amp;quot; cheat to be applied&lt;br /&gt;
&lt;br /&gt;
== ONLY for Pokémon Omega Ruby and Alpha Sapphire ==&lt;br /&gt;
&lt;br /&gt;
# Turn off your device.&lt;br /&gt;
# Take the SD card off and insert it into your computer.&lt;br /&gt;
# Navigate to &#039;&#039;&#039;luma&#039;&#039;&#039; &#039;&#039;&#039;-&amp;gt; cheats.&#039;&#039;&#039;&lt;br /&gt;
# Inside &#039;&#039;&#039;cheats&#039;&#039;&#039;, create a text document (a &#039;&#039;&#039;.txt&#039;&#039;&#039; file) named with the Title ID for your respective version: &lt;br /&gt;
&lt;br /&gt;
::&#039;&#039;&#039;Omega Ruby:&#039;&#039;&#039; 000400000011C400 &lt;br /&gt;
&lt;br /&gt;
::&#039;&#039;&#039;Alpha Sapphire:&#039;&#039;&#039; 000400000011C500&lt;br /&gt;
# Open your text document, then copy and paste the following cheat codes depending on the update you are running your game: &lt;br /&gt;
::&#039;&#039;&#039;[No Outlines v1.0]&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
::D3000000 00000000 &lt;br /&gt;
&lt;br /&gt;
::00379EB4 00000000  &lt;br /&gt;
&lt;br /&gt;
::00379EB8 00000000  &lt;br /&gt;
&lt;br /&gt;
::D2000000 00000000 &lt;br /&gt;
&lt;br /&gt;
::&#039;&#039;&#039;[No Outlines v1.4]&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
::D3000000 00000000  &lt;br /&gt;
&lt;br /&gt;
::0037A140 00000000  &lt;br /&gt;
&lt;br /&gt;
::0037A144 00000000  &lt;br /&gt;
&lt;br /&gt;
::D2000000 00000000&lt;br /&gt;
# Insert your SD back into your device, then power on your console&lt;br /&gt;
# Launch Pokémon Omega Ruby/Alpha Sapphire&lt;br /&gt;
# Press (L) + (D-Pad Down) + (SELECT) to open Rosalina Menu.  Or, if you have broken buttons and replaced your &amp;quot;config.ini&amp;quot;, press (X) + (Y)&lt;br /&gt;
#*Or, if you have broken buttons and replaced your &amp;quot;config.ini&amp;quot;, press (X) + (Y)&lt;br /&gt;
#*If you don&#039;t have broken buttons or have not modified a file called &amp;quot;config.ini&amp;quot;, you can ignore this&lt;br /&gt;
# Go to &#039;&#039;&#039;Cheats...&#039;&#039;&#039;.&lt;br /&gt;
# Press (A) on &#039;&#039;&#039;&amp;quot;No Outlines vX.X&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Press B until Rosalina Menu is closed.&lt;br /&gt;
#*If you did this while in-game, try walking to another area or going into a battle for the &amp;quot;No Outlines&amp;quot; cheat to be applied.&lt;/div&gt;</summary>
		<author><name>Cybelyrium</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Remove_outlines_in_Pok%C3%A9mon_games&amp;diff=1664</id>
		<title>3DS:Remove outlines in Pokémon games</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Remove_outlines_in_Pok%C3%A9mon_games&amp;diff=1664"/>
		<updated>2022-08-06T00:49:04Z</updated>

		<summary type="html">&lt;p&gt;Cybelyrium: added section for pokemon oras since checkpoint cheat database doesnt have no outlines&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Remove outlines in Pokémon Games =&lt;br /&gt;
Removing outlines in Pokémon games will require you to have [[Custom firmware|CFW]] with [[3DS:Luma3DS|Luma3DS]], preferably updated to the latest version. This will remove outlines from the Player, NPCs and Pokémon, in overworld, battle and Pokémon Care. However, it will not remove outlines from the UI (text boxes, health bars and more). This is valid for all mainline Pokémon games (XY, ORAS and USUM). Other Pokémon games can&#039;t have their outlines removed.&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
# Go to the app [[Checkpoint]] on the Home MENU.&lt;br /&gt;
# Select your Pokémon game by pressing (A) when the icon is highlighted on the top screen.&lt;br /&gt;
#*If you do not see your game, try launching the game, playing for a while then closing it. Upon doing this, open Checkpoint again&lt;br /&gt;
#*If you still do not see your game, press and hold (B) to refresh the title list&lt;br /&gt;
# Select the &#039;&#039;&#039;Cheats&#039;&#039;&#039; button on the bottom screen.&lt;br /&gt;
# Search in the list for &#039;&#039;&#039;&amp;quot;No Outlines vX.X&amp;quot;&#039;&#039;&#039;, then press (A) when the cheat is highlighted.&lt;br /&gt;
#*Replace &amp;quot;vX.X&amp;quot; with the current version you have for the game. For example, if you currently run the game using update v.1.1, get the cheat that says &#039;&#039;&#039;&amp;quot;No Outlines v1.1&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
# Press (A) if [[Checkpoint]] prompts you to save the cheat file for this game.&lt;br /&gt;
# Close [[Checkpoint]].&lt;br /&gt;
# Launch the game you chose the cheat for.&lt;br /&gt;
# Press (L) + (D-Pad Down) + (SELECT) to open Rosalina Menu.&lt;br /&gt;
#*Or, if you have broken buttons and replaced your &amp;quot;config.ini&amp;quot;, press (X) + (Y)&lt;br /&gt;
#*If you don&#039;t have broken buttons or have not modified a file called &amp;quot;config.ini&amp;quot;, you can ignore this&lt;br /&gt;
# Go to &#039;&#039;&#039;Cheats...&#039;&#039;&#039;.&lt;br /&gt;
# Press (A) on &#039;&#039;&#039;&amp;quot;No Outlines vX.X&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Press B until Rosalina Menu is closed.&lt;br /&gt;
#*If you did this while in-game, try walking to another area or going into a battle for the &amp;quot;No Outlines&amp;quot; cheat to be applied&lt;br /&gt;
&lt;br /&gt;
== ONLY for Pokémon Omega Ruby and Alpha Sapphire ==&lt;br /&gt;
&lt;br /&gt;
# Turn off your device.&lt;br /&gt;
# Take the SD card off and insert it into your computer.&lt;br /&gt;
# Navigate to &#039;&#039;&#039;luma&#039;&#039;&#039; &#039;&#039;&#039;-&amp;gt; cheats.&#039;&#039;&#039;&lt;br /&gt;
# Inside &#039;&#039;&#039;cheats&#039;&#039;&#039;, create a text document (a &#039;&#039;&#039;.txt&#039;&#039;&#039; file) named with the Title ID for your respective version: &#039;&#039;&#039;Omega Ruby:&#039;&#039;&#039; 000400000011C400 &#039;&#039;&#039;Alpha Sapphire:&#039;&#039;&#039; 000400000011C500&lt;br /&gt;
# Open your text document, then copy and paste the following cheat codes depending on the update you are running your game: &lt;br /&gt;
::&#039;&#039;&#039;[No Outlines v1.0]&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
::D3000000 00000000 &lt;br /&gt;
&lt;br /&gt;
::00379EB4 00000000  &lt;br /&gt;
&lt;br /&gt;
::00379EB8 00000000  &lt;br /&gt;
&lt;br /&gt;
::D2000000 00000000 &lt;br /&gt;
&lt;br /&gt;
::&#039;&#039;&#039;[No Outlines v1.4]&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
::D3000000 00000000  &lt;br /&gt;
&lt;br /&gt;
::0037A140 00000000  &lt;br /&gt;
&lt;br /&gt;
::0037A144 00000000  &lt;br /&gt;
&lt;br /&gt;
::D2000000 00000000&lt;br /&gt;
# Insert your SD back into your device, then power on your console&lt;br /&gt;
# Launch Pokémon Omega Ruby/Alpha Sapphire&lt;br /&gt;
# Press (L) + (D-Pad Down) + (SELECT) to open Rosalina Menu.  Or, if you have broken buttons and replaced your &amp;quot;config.ini&amp;quot;, press (X) + (Y)&lt;br /&gt;
#*Or, if you have broken buttons and replaced your &amp;quot;config.ini&amp;quot;, press (X) + (Y)&lt;br /&gt;
#*If you don&#039;t have broken buttons or have not modified a file called &amp;quot;config.ini&amp;quot;, you can ignore this&lt;br /&gt;
# Go to &#039;&#039;&#039;Cheats...&#039;&#039;&#039;.&lt;br /&gt;
# Press (A) on &#039;&#039;&#039;&amp;quot;No Outlines vX.X&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Press B until Rosalina Menu is closed.&lt;br /&gt;
#*If you did this while in-game, try walking to another area or going into a battle for the &amp;quot;No Outlines&amp;quot; cheat to be applied.&lt;/div&gt;</summary>
		<author><name>Cybelyrium</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Remove_outlines_in_Pok%C3%A9mon_games&amp;diff=1663</id>
		<title>3DS:Remove outlines in Pokémon games</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Remove_outlines_in_Pok%C3%A9mon_games&amp;diff=1663"/>
		<updated>2022-08-06T00:07:23Z</updated>

		<summary type="html">&lt;p&gt;Cybelyrium: created the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Remove outlines in Pokémon Games =&lt;br /&gt;
Removing outlines in Pokémon games will require you to have [[Custom firmware|CFW]] with [[3DS:Luma3DS|Luma3DS]], preferably updated to the latest version.&lt;br /&gt;
This will remove outlines from the Player, NPCs and Pokémon, in overworld, battle and Pokémon Care. However, it will not remove outlines from the UI (text boxes, health bars and more).&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
# Go to the app [[Checkpoint]] on the Home MENU.&lt;br /&gt;
# Select your Pokémon game by pressing (A) when the icon is highlighted on the top screen.&lt;br /&gt;
#*If you do not see your game, try launching the game, playing for a while then closing it. Upon doing this, open Checkpoint again&lt;br /&gt;
#*If you still do not see your game, press and hold (B) to refresh the title list&lt;br /&gt;
# Select the &#039;&#039;&#039;Cheats&#039;&#039;&#039; button on the bottom screen.&lt;br /&gt;
# Search in the list for &#039;&#039;&#039;&amp;quot;No Outlines vX.X&amp;quot;&#039;&#039;&#039;, then press (A) when the cheat is highlighted.&lt;br /&gt;
#*Replace &amp;quot;vX.X&amp;quot; with the current version you have for the game. For example, if you currently run the game using update v.1.1, get the cheat that says &#039;&#039;&#039;&amp;quot;No Outlines v1.1&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
# Press (A) if [[Checkpoint]] prompts you to save the cheat file for this game.&lt;br /&gt;
# Close [[Checkpoint]].&lt;br /&gt;
# Launch the game you chose the cheat for.&lt;br /&gt;
# Press (L) + (D-Pad Down) + (SELECT) to open Rosalina Menu.&lt;br /&gt;
#*Or, if you have broken buttons and replaced your &amp;quot;config.ini&amp;quot;, press (X) + (Y)&lt;br /&gt;
#*If you don&#039;t have broken buttons or have not modified a file called &amp;quot;config.ini&amp;quot;, you can ignore this&lt;br /&gt;
# Go to &#039;&#039;&#039;Cheats...&#039;&#039;&#039;.&lt;br /&gt;
# Press (A) on &#039;&#039;&#039;&amp;quot;No Outlines vX.X&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Press B until Rosalina Menu is closed.&lt;br /&gt;
#*If you did this while in-game, try walking to another area or going into a battle for the &amp;quot;No Outlines&amp;quot; cheat to be applied.&lt;/div&gt;</summary>
		<author><name>Cybelyrium</name></author>
	</entry>
</feed>