Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

3DS:Open agb firm: Difference between revisions

From Hacks Guide Wiki
(→‎Example: use {{Tree icon}})
(7 intermediate revisions by 3 users not shown)
Line 6: Line 6:
| universaldb = 3ds/open_agb_firm
| universaldb = 3ds/open_agb_firm
| githubtag = latest
| githubtag = latest
| developers = profi200
| version = 2022-4-25
| version = 2022-4-25
| releasedate = 2022-04-25
}}
}}
'''open_agb_firm''' is a bare-metal application for running Game Boy Advance games using the Nintendo 3DS's native GBA hardware capabilities.
'''open_agb_firm''' is a bare-metal application for running Game Boy Advanced games using the Nintendo 3DS's native GBA hardware capabilities.


== Features ==
== Features ==


open_agb_firm uses the 3DS's native capabilities to run GBA software, just like the original AGB_FIRM. The main difference is that it allows running ROMs from files on the SD card, instead of requiring them to be installed as digital games. Save files are also put on the SD card, making access to them far easier than AGB_FIRM.
open_agb_firm uses the 3DS's native capabilities to run GBA software, just like the original AGB_FIRM. The main difference is that it allowes running ROMs from files on the SD card, instead of requiring them to be installed as digital games. Save files are also put on the SD card, making access to them far easier than AGB_FIRM.


Like AGB_FIRM, additional hardware features like accelerometer and camera are not supported. Games that depend on these features like {{iw|wikipedia|WarioWare: Twisted!}} and {{iw|wikipedia|Game Boy Camera}} will not work. The exception is the real-time clock which is implemented, so games that use this such as the third-generation Pokémon games can use it as normal.
Like AGB_FIRM, additional hardware features like accelerometer and camera are not supported. Games that depend on these features like {{iw|wikipedia|WarioWare: Twisted!}} and {{iw|wikipedia|Game Boy Camera}} will not work. The exception is the real-time clock which is implemented, so games that use this such as the third-generation Pokémon games can use it as normal.
Line 21: Line 19:


=== Universal-Updater ===
=== Universal-Updater ===
[[udb:3ds/open_agb_firm|open_agb_firm]] is available on Universal-DB and can be installed and updated with [[3DS:Universal-Updater|Universal-Updater]].
[[udb:3ds/open_agb_firm|open_agb_firm]] is available on Universal-DB.


=== Manually ===
=== Manually ===
# {{GitHub|profi200/open_agb_firm/releases/latest|Download the latest release}} (the open_agb_firm <code>.7z</code> file)
* {{GitHub|profi200/open_agb_firm/releases/latest|Download the latest release}}
# Extract the open_agb_firm <code>.7z</code> file using [https://www.7-zip.org/ 7-Zip] (or another appropriate utility for your computer's operating system)
* Extract <code>open_agb_firm.firm</code> and place it in <code>/luma/payloads</code>
# Copy <code>open_agb_firm.firm</code> from the extracted contents and place it in <code>/luma/payloads/</code>
# Copy the <code>3ds</code> folder from the extracted contents to the root of your SD card
#* If your computer asks to merge or overwrite anything, allow it


== Usage ==
== Usage ==
Line 39: Line 34:


{{Tree list}}
{{Tree list}}
* {{Tree icon|sd}} (root)
* [[File:Gnome-media-flash.svg|20px|link=]] (root)
** {{Tree icon|d}} 3ds
** [[File:Icons8 flat opened folder.svg|20px|link=]] 3ds
*** {{Tree icon|d}} open_agb_firm
*** [[File:Icons8 flat opened folder.svg|20px|link=]] open_agb_firm
**** {{Tree icon|d}} saves
**** [[File:Icons8 flat opened folder.svg|20px|link=]] saves
***** {{Tree icon|f}} '''Mario Kart.sav'''
***** [[File:Icons8 flat file.svg|20px|link=]] '''Mario Kart.sav'''
***** {{Tree icon|f}} '''Pokemon Emerald.sav'''
** [[File:Icons8 flat opened folder.svg|20px|link=]] roms
**** {{Tree icon|f}} gba_db.bin
*** [[File:Icons8 flat file.svg|20px|link=]] '''Mario Kart.gba'''
** {{Tree icon|d}} roms
*** {{Tree icon|f}} '''Mario Kart.gba'''
** {{Tree icon|d}} mygames
*** {{Tree icon|d}} gba
**** {{Tree icon|f}} '''Pokemon Emerald.gba'''
{{Tree list/end}}
{{Tree list/end}}



Revision as of 06:34, 30 June 2022

open_agb_firm is a bare-metal application for running Game Boy Advanced games using the Nintendo 3DS's native GBA hardware capabilities.

Features

open_agb_firm uses the 3DS's native capabilities to run GBA software, just like the original AGB_FIRM. The main difference is that it allowes running ROMs from files on the SD card, instead of requiring them to be installed as digital games. Save files are also put on the SD card, making access to them far easier than AGB_FIRM.

Like AGB_FIRM, additional hardware features like accelerometer and camera are not supported. Games that depend on these features like WarioWare: Twisted! and Game Boy Camera will not work. The exception is the real-time clock which is implemented, so games that use this such as the third-generation Pokémon games can use it as normal.

Installation

Universal-Updater

open_agb_firm is available on Universal-DB.

Manually

Usage

Press and hold START while turning on the console to choose it through the Luma3DS chainloader. A reboot is required to select a different game.

ROMs can be placed anywhere on the SD card. Save files are put in /3ds/open_agb_firm/saves (e.g. if the game is at /roms/Mario Kart.gba, the save is at /3ds/open_agb_firm/Mario Kart.sav).

Example

  • Gnome-media-flash.svg (root)
    • Icons8 flat opened folder.svg 3ds
      • Icons8 flat opened folder.svg open_agb_firm
        • Icons8 flat opened folder.svg saves
          • Icons8 flat file.svg Mario Kart.sav
    • Icons8 flat opened folder.svg roms
      • Icons8 flat file.svg Mario Kart.gba

Configuration

Configuration settings are available on GitHub.

See also