diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-03 14:13:01 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-03 14:13:01 +0200 |
commit | a3f602f17c4a5a1c2c7d524b5abac51f35758e8d (patch) | |
tree | 311492a80944bb329a9186428e103de1b599baa6 /asm/field_control_avatar.s | |
parent | 907e281de6953a0d8ed59681306472939532c54f (diff) |
begin save.s decomp, thanks revo!
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 56b6ef940..fd55e94ad 100644 --- a/asm/field_control_avatar.s +++ b/asm/field_control_avatar.s @@ -228,7 +228,7 @@ _0809C070: cmp r0, 0 beq _0809C096 movs r0, 0x5 - bl sav12_xor_increment + bl IncrementGameStat bl increment_var_x4026_on_birth_island_modulo_100 mov r0, sp adds r1, r4, 0 @@ -1395,7 +1395,7 @@ _0809CA48: cmp r0, 0 beq _0809CA64 movs r0, 0xD - bl sav12_xor_increment + bl IncrementGameStat ldr r0, =gUnknown_08291FC0 bl script_env_1_execute_new_script b _0809CB28 |