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/intro.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/intro.s')
-rw-r--r-- | asm/intro.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/intro.s b/asm/intro.s index 5c897a619..ee91e7660 100644 --- a/asm/intro.s +++ b/asm/intro.s @@ -517,7 +517,7 @@ sub_813CE88: @ 813CE88 str r4, [sp, 0x8] movs r4, 0x1 str r4, [sp, 0xC] - bl sub_800D378 + bl LoadSpecialPokePic b _0813CF1C .align 2, 0 _0813CEE4: .4byte gMonFrontPicTable @@ -544,7 +544,7 @@ _0813CEF0: str r7, [sp, 0x4] str r6, [sp, 0x8] str r6, [sp, 0xC] - bl sub_800D378 + bl LoadSpecialPokePic _0813CF1C: ldr r2, _0813CF9C @ =0x0000ffff adds r0, r7, 0 |