diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-15 08:34:52 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-15 08:34:52 -0400 |
commit | 234bd7da7eff396223d61493014e3556cbb611b7 (patch) | |
tree | 43a606db20d581c01a393d1be6da9a44753f9fa5 /asm | |
parent | a6840f01f49737c7db2487c252ddf0b1de16db7f (diff) |
Fixed nonmatching function in secret base
Diffstat (limited to 'asm')
-rw-r--r-- | asm/secret_base.s | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/asm/secret_base.s b/asm/secret_base.s index cd82ff213..eb578f85e 100644 --- a/asm/secret_base.s +++ b/asm/secret_base.s @@ -6,18 +6,6 @@ .text - thumb_func_start sub_80BB5D0 -sub_80BB5D0: @ 80BB5D0 - ldr r0, _080BB5DC @ =gUnknown_020387DC - ldr r1, _080BB5E0 @ =gSpecialVar_0x8004 - ldrh r1, [r1] - strb r1, [r0] - bx lr - .align 2, 0 -_080BB5DC: .4byte gUnknown_020387DC -_080BB5E0: .4byte gSpecialVar_0x8004 - thumb_func_end sub_80BB5D0 - thumb_func_start sub_80BB5E4 sub_80BB5E4: @ 80BB5E4 push {r4,lr} |