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/roulette.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/roulette.s')
-rw-r--r-- | asm/roulette.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/roulette.s b/asm/roulette.s index 01ff3ac8f..0704caf7f 100644 --- a/asm/roulette.s +++ b/asm/roulette.s @@ -2555,7 +2555,7 @@ sub_811659C: @ 811659C cmp r0, 0 beq _08116624 movs r0, 0x1D - bl sub_8053108 + bl GetGameStat ldrh r1, [r4, 0x1E] adds r1, 0x1 strh r1, [r4, 0x1E] @@ -2566,7 +2566,7 @@ sub_811659C: @ 811659C movs r0, 0x1E ldrsh r1, [r4, r0] movs r0, 0x1D - bl sav12_xor_set + bl SetGameStat _081165E4: ldr r1, _081165F8 @ =sub_811677C ldr r2, _081165FC @ =0x0000ffff |