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/evolution_scene.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/evolution_scene.s')
-rw-r--r-- | asm/evolution_scene.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/evolution_scene.s b/asm/evolution_scene.s index 64144d656..6ecd355c3 100644 --- a/asm/evolution_scene.s +++ b/asm/evolution_scene.s @@ -1747,7 +1747,7 @@ _081127BE: movs r1, 0x3 bl sub_8090D90 movs r0, 0xE - bl sav12_xor_increment + bl IncrementGameStat b _08112FD0 .align 2, 0 _08112834: .4byte gPaletteFade @@ -3055,7 +3055,7 @@ _08113316: movs r1, 0x3 bl sub_8090D90 movs r0, 0xE - bl sav12_xor_increment + bl IncrementGameStat b _08113B3A .align 2, 0 _08113390: .4byte gPaletteFade |