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/pokedex.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/pokedex.s')
-rw-r--r-- | asm/pokedex.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/pokedex.s b/asm/pokedex.s index 7d1056231..24488fe3f 100644 --- a/asm/pokedex.s +++ b/asm/pokedex.s @@ -2336,7 +2336,7 @@ _08091958: str r4, [sp, 0x8] movs r4, 0x1 str r4, [sp, 0xC] - bl sub_800D378 + bl LoadSpecialPokePic b _080919CE .align 2, 0 _0809198C: .4byte gMonFrontPicTable @@ -2367,7 +2367,7 @@ _0809199C: str r4, [sp, 0x8] movs r4, 0x1 str r4, [sp, 0xC] - bl sub_800D378 + bl LoadSpecialPokePic _080919CE: ldr r0, _08091A40 @ =gMonPaletteTable adds r0, r6, r0 |