diff options
author | YamaArashi <shadow962@live.com> | 2016-11-01 11:35:16 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-11-01 12:10:55 -0700 |
commit | 734ec8dd51cd9dbe1b90194bc3213b4afc24806e (patch) | |
tree | 43b9f4150df406072dae31f2444e4b52495217de /asm/libagbsyscall.s | |
parent | 6f0e42a91aeeedd64725ce57e3dad6a38421d8e9 (diff) |
use ramscrgen
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 |