diff --git a/boot9strap.s b/boot9strap.s index 07af1a6..58b8967 100644 --- a/boot9strap.s +++ b/boot9strap.s @@ -115,7 +115,7 @@ ldr pc, [pc, #-0x4] .area 0x10000 .incbin "stage2/arm9/out/arm9.bin" .endarea -.align 0x10000 +.align 0x200 .close ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;