diff options
Diffstat (limited to 'asm/libagbsyscall.s')
-rw-r--r-- | asm/libagbsyscall.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/libagbsyscall.s b/asm/libagbsyscall.s index 812ab17ec..6161eb2df 100644 --- a/asm/libagbsyscall.s +++ b/asm/libagbsyscall.s @@ -90,7 +90,7 @@ SoftReset: @ 82E70AC ldr r3, =0x04000208 movs r2, 0 strb r2, [r3] - ldr r1, =0x03007f00 + ldr r1, =gUnknown_03007F00 mov sp, r1 swi 0x1 swi 0 |