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/field_control_avatar.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/field_control_avatar.s')
-rw-r--r-- | asm/field_control_avatar.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/field_control_avatar.s b/asm/field_control_avatar.s index 7f7c35ce1..e2fd1b54f 100644 --- a/asm/field_control_avatar.s +++ b/asm/field_control_avatar.s @@ -222,7 +222,7 @@ _08068076: cmp r0, 0 beq _08068098 movs r0, 0x5 - bl sav12_xor_increment + bl IncrementGameStat mov r0, sp adds r1, r4, 0 adds r2, r6, 0 @@ -1271,7 +1271,7 @@ _080688B4: cmp r0, 0 beq _080688CC movs r0, 0xD - bl sav12_xor_increment + bl IncrementGameStat ldr r0, _080688C8 @ =Event_EggHatch b _080688E8 .align 2, 0 |