diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-11-27 15:19:08 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-27 15:19:08 -0600 |
commit | db87e2db4cba56a78842f4f651656c0ed62ab27b (patch) | |
tree | 5e576ab115bd109273882e16d1936c20479ce646 /asm/link.s | |
parent | 877ad2271186db94e12b3fcfd5acee2a1155b4cb (diff) | |
parent | e6bcfee6680bd29c15ef5084665a05e5a2ae5a4e (diff) |
Merge pull request #117 from ProjectRevoTPP/load_save
finish load_save.c
Diffstat (limited to 'asm/link.s')
-rw-r--r-- | asm/link.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/link.s b/asm/link.s index 1ce6f7710..cb4b6ec2e 100644 --- a/asm/link.s +++ b/asm/link.s @@ -52672,8 +52672,8 @@ SetBerryPowder: @ 802467C .pool thumb_func_end SetBerryPowder - thumb_func_start ApplyNewEncyprtionKeyToBerryPowder -ApplyNewEncyprtionKeyToBerryPowder: @ 8024690 + thumb_func_start ApplyNewEncryptionKeyToBerryPowder +ApplyNewEncryptionKeyToBerryPowder: @ 8024690 push {lr} adds r1, r0, 0 ldr r0, =gSaveBlock2Ptr @@ -52681,11 +52681,11 @@ ApplyNewEncyprtionKeyToBerryPowder: @ 8024690 movs r2, 0xFA lsls r2, 1 adds r0, r2 - bl ApplyNewEncyprtionKeyToWord + bl ApplyNewEncryptionKeyToWord pop {r0} bx r0 .pool - thumb_func_end ApplyNewEncyprtionKeyToBerryPowder + thumb_func_end ApplyNewEncryptionKeyToBerryPowder thumb_func_start sub_80246AC sub_80246AC: @ 80246AC |