diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-01-05 22:50:45 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-05 19:50:45 -0800 |
commit | 94fb9ab2a9ed111c72a80693d8f29ea4bc531898 (patch) | |
tree | 52132446f6fd434cf710b54da5d41a9c0130f437 /asm/secret_base.s | |
parent | 8be8af5dbe3d100a395be8e2bb441f1b983978d6 (diff) |
more labels (#165)
* more labels and match sub_810745C
* formatting
* move BattleStruct to battle.h and combine both loose structs
* oops
* more labels for rom4.c
Diffstat (limited to 'asm/secret_base.s')
-rw-r--r-- | asm/secret_base.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/secret_base.s b/asm/secret_base.s index 72c467e70..139375998 100644 --- a/asm/secret_base.s +++ b/asm/secret_base.s @@ -2058,7 +2058,7 @@ _080BC460: .4byte 0x00001a16 SecretBasePC_PackUp: @ 80BC464 push {lr} movs r0, 0x14 - bl sav12_xor_increment + bl IncrementGameStat bl sub_80BC440 pop {r0} bx r0 @@ -2149,7 +2149,7 @@ sub_80BC50C: @ 80BC50C push {r4,r5,lr} bl sub_80BC474 movs r0, 0x14 - bl sav12_xor_increment + bl IncrementGameStat ldr r4, _080BC530 @ =gSaveBlock1 ldr r0, _080BC534 @ =0x00001a16 adds r4, r0 |