diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-01-02 04:27:51 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-02 01:27:51 -0800 |
commit | 98062c69d613fb1b9e2345924dd34d0bbdcfcc90 (patch) | |
tree | 9fce5941c31e76acd873ce4610e1bd59bc865d90 /asm/contest.s | |
parent | e1120f3a62097abb80bfa2f910d98ef53f1e5671 (diff) |
label and document berry.c, decompress.c, item_use.c and label gBattleTypeFlags (#146)
* make ROM match again
* clean up item_use.c labels and clarify functions.
* label and clarify some functions in decompress.c
* label and clarify berry.c
* rename 20239F8 to gBattleTypeFlags
* formatting
Diffstat (limited to 'asm/contest.s')
-rw-r--r-- | asm/contest.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/contest.s b/asm/contest.s index acde6703a..ba5bbfc1c 100644 --- a/asm/contest.s +++ b/asm/contest.s @@ -6900,7 +6900,7 @@ sub_80AE9FC: @ 80AE9FC str r4, [sp] str r5, [sp, 0x4] str r6, [sp, 0x8] - bl sub_800D334 + bl HandleLoadSpecialPokePic adds r0, r5, 0 mov r1, r8 adds r2, r6, 0 |