diff options
author | PokeCodec <doremylover456@gmail.com> | 2020-08-20 18:27:35 -0400 |
---|---|---|
committer | PokeCodec <doremylover456@gmail.com> | 2020-08-22 00:52:45 -0400 |
commit | cbb94035e37a99979b62d3492abfd113d8b9232f (patch) | |
tree | d4fbeedaf4afc3db3994a49712881be30a4ece4e /berry_fix/asm | |
parent | d2c7a862c7535bc9f44254fa0230e09e8598324a (diff) |
Cleaned up the libraries.
Diffstat (limited to 'berry_fix/asm')
-rw-r--r-- | berry_fix/asm/loader.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/berry_fix/asm/loader.s b/berry_fix/asm/loader.s index a78014078..24eb2df55 100644 --- a/berry_fix/asm/loader.s +++ b/berry_fix/asm/loader.s @@ -109,7 +109,7 @@ _1a0: strh r1, [r0, 0xa] @ SIOMLT_SEND ldr r0, =_data_2f0 ldr r1, =gCode - swi 0x11 << 16 + svc 0x11 << 16 ldr lr, =gCode bx lr .pool |