Skip to content

Instantly share code, notes, and snippets.

@NightScript370
Last active June 21, 2016 21:30
Show Gist options
  • Save NightScript370/227caa7f96e1a63f9b710b0e7bb1a53c to your computer and use it in GitHub Desktop.
Save NightScript370/227caa7f96e1a63f9b710b0e7bb1a53c to your computer and use it in GitHub Desktop.
A9LH Gateway and DSTWO
;Comments starts with ";" or "#", so you need to remove it first to the
;line actually do something.
[BOOTCTR9]
screenEnabled = 1
screenLog = 0
fileLog = 0
key_delay = 1000
boot_splash = 3
boot_splash_image = /arm9loaderhax/image2.bin
screenBrightness = 0x00
[DEFAULT]
path = /a9lh/arm9loaderhax.bin
delay = 100
offset = 0
payload = -1
splash = 1
[KEY_X]
path = /a9lh/Uncart.bin
delay = 1000
offset = 0
payload = 1
splash = 3
screenEnabled = 1
[KEY_Y]
path = /a9lh/Emunand9.bin
delay = 1000
offset = 0
payload = 1
splash = 3
screenEnabled = 1
[KEY_START]
path = /a9lh/Hourglass.bin
delay = 1000
offset = 0
payload = 1
splash = 3
screenEnabled = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment