10.2 firmlaunch + emunand partition bug fix

This commit is contained in:
Reisyukaku
2016-01-18 15:24:12 -05:00
parent c01a06711b
commit 2465cb0fa9
9 changed files with 39 additions and 59 deletions

View File

@@ -1,9 +1,9 @@
.nds
sdmmc equ 0x080D86F0
sdmmc equ 0x080F0AB0
.create "emunand.bin", 0x0801A4C0
.org 0x0801A4C0
.create "emunand.bin", 0x0801A5C0
.org 0x0801A5C0
.arm
nand_sd:
; Original code that still needs to be executed.