This patch now supports Pokémon Transporter!
Dream Radar is a game which allows getting level 5 legendary Pokémon in dream balls with hidden abilities, and sending them to a Black 2 or White 2 NDS cartridge. Pokémon Transporter allows transferring Pokémon from previous games to newer games.
This patch redirects saving from an NDS cartridge to a file on the SD card. Using this patch allows dream radar and transporter to use saves from TWiLightMenu and nds-bootstrap.
This requires having Luma3DS on your 3DS.
- Download and unzip the zip file from the latest releases
- The zip will have two folders in it:
radar
andtransporter
- Each folder will have patches for each supported game
- The zip will have two folders in it:
- Copy and rename the IPS Patch
- Create the game patch folder on your SD card for the game you want to play:
- All Regions Dream Radar:
/luma/titles/00040000000AE100/
- Japanese Dream Radar:
/luma/titles/0004000000073200/
- Transporter:
/luma/titles/00040000000C9C00/
- All Regions Dream Radar:
- Copy the
.ips
file you need (e.g.radar/white2.ips
) to the folder you created - Rename the IPS file you copied to
code.ips
- For example, if you're playing Dream Radar, you should now have a file at
/luma/titles/00040000000AE100/code.ips
- Create the game patch folder on your SD card for the game you want to play:
- Ensure you have a save file at
/roms/nds/saves/white2.sav
,/roms/nds/saves/black2.sav
,/roms/nds/saves/black.sav
, or/roms/nds/saves/white.sav
- If you're using TWiLightMenu, this means having a game at
/roms/nds/white2.nds
,/roms/nds/black2.nds
,/roms/nds/black.nds
, or/roms/nds/white.nds
- Note: Black and White are only supported by Transporter
- If you're using TWiLightMenu, this means having a game at
- Ensure that game patching is enabled
- You can enable it in the Luma3DS configuration menu by holding the Select button before starting the console.
- The
.code
file of the Dream Radar or Pokémon Transporter application (see below how to dump it) - A copy of this repository (or at least of the respective
.s
file of the title you want to modify) - A copy of armips
- A copy of flips (Floating IPS)
- The respective title (Dream Radar or Transporter) installed on your 3DS
- GodMode9 on your 3DS (should be installed if you followed this guide)
-
Boot into GodMode9 (if you followed the aforementioned guide, hold start while booting)
-
Open the title manager:
- Navigate to
[Y:] TITLE MANAGER
and press A
or - Navigate to
[A:] SYSNAND SD
and press R + A for drive options and selectOpen title manager
on the bottom screen by using the D-pad and then press A
- Navigate to
-
Find the entry of the title you want to dump and press A, it should have the same folder name as above:
- Pokémon Transporter:
00040000000C9C00
- Japanese Pokémon Dream Radar:
0004000000073200
- All Regions Pokémon Dream Radar:
00040000000AE100
- Pokémon Transporter:
-
Select
Open title folder
-
Select the
.tmd
file -
Select
TMD file options...
-
Select
Mount CXI/NDS to drive
-
Press A to enter the mount point
-
Select the
exefs
folder -
Select the
.code
file -
Select
Copy to 0:/gm9/out
-
Press A to continue
Success! The dumped .code
is now stored on your SD card at SD:/gm9/out
. Copy this file over to the repository folder on your computer using your preferred method, e.g. with FTPD or by plugging in your SD into your computer. Remember that on Unix and Unix-like environments files with filenames starting with a .
are treated as hidden files, so make sure your preferred file browser shows them when trying to transfer the file.
-
Rename your obtained
.code
file toradar.bin
-
Open a shell in the folder containing the renamed
.bin
file and other resources. If you're using installed versions of the tools, omit the preceding./
. -
Execute the following command, replacing
$GAME_ID
with the ID of your game (check the table) and$SAVE_PATH
with the location of your save file on your SD card, so if using TWiLightMenu with a Pokémon Black 2 ROM stored at/roms/nds/black2.nds
, useIREO
and/roms/nds/saves/black2.sav
../armips radar.s -strequ SD_SAVE_PATH "$SAVE_PATH" -strequ GAME_ID "$GAME_ID"
-
Execute
./flips -c radar.bin radar_patched.bin code.ips
Congratulations! You now have an IPS patch for your save path and game. It is safe to delete the radar_patched.bin
, since it is specific to the save path and game. Follow the instructions above under Usage to continue, keeping in mind that your save path will differ.
-
Rename your obtained
.code
file toradar.bin
-
Open a shell in the folder containing the renamed
.bin
file and other resources. If you're using installed versions of the tools, omit the preceding./
. -
Execute the following command, replacing
$GAME_ID
with the ID of your game (check the table) and$SAVE_PATH
with the location of your save file on your SD card, so if using TWiLightMenu with a Pokémon Black 2 ROM stored at/roms/nds/black2.nds
, useIREO
and/roms/nds/saves/black2.sav
../armips jpn_radar.s -strequ SD_SAVE_PATH "$SAVE_PATH" -strequ GAME_ID "$GAME_ID"
-
Execute
./flips -c jpn_radar.bin jpn_radar_patched.bin code.ips
Congratulations! You now have an IPS patch for your save path and game. It is safe to delete the jpn_radar_patched.bin
, since it is specific to the save path and game. Follow the instructions above under Usage to continue, keeping in mind that your save path will differ.
-
Rename your obtained
.code
file totransporter.bin
-
Open a shell in the folder containing the renamed
.bin
file and other resources. If you're using installed versions of the tools, omit the preceding./
. -
Execute the following command, replacing
$GAME_ID
with the ID of your game (check the table) and$SAVE_PATH
with the location of your save file on your SD card, so if using TWiLightMenu with a Pokémon Black 2 ROM stored at/roms/nds/black2.nds
, useIREO
and/roms/nds/saves/black2.sav
../armips transporter.s -strequ SD_SAVE_PATH "$SAVE_PATH" -strequ GAME_ID "$GAME_ID"
-
Execute
./flips -c transporter.bin transporter_patched.bin code.ips
Congratulations! You now have an IPS patch for your save path and game. It is safe to delete the transporter_patched.bin
, since it is specific to the save path and game. Follow the instructions above under Usage to continue, keeping in mind that your save path will differ.
Game | ID |
---|---|
Black | IRBO |
Black 2 | IREO |
White | IRAO |
White 2 | IRDO |