diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-03 19:39:37 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-10-03 19:39:37 -0400 |
commit | 4a7f06188557e4bbc7bdcfa6656d9e8dec29929a (patch) | |
tree | 0d3a7a55a1ed38f14fc6eb3e9fd24d14c9e80842 /src/pokemon_icon.c | |
parent | c3c8fb40cfab23b5db845ce4b2bd3e626a5506dc (diff) |
Document some of trade
Diffstat (limited to 'src/pokemon_icon.c')
-rw-r--r-- | src/pokemon_icon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_icon.c b/src/pokemon_icon.c index ee68de326..ef1377a72 100644 --- a/src/pokemon_icon.c +++ b/src/pokemon_icon.c @@ -1302,7 +1302,7 @@ void sub_80D328C(struct Sprite *sprite) DestroySprite(sprite); } -void sub_80D32C8(struct Sprite *sprite, u8 animNum) +void SetPartyHPBarSprite(struct Sprite *sprite, u8 animNum) { sprite->animNum = animNum; sprite->animDelayCounter = 0; |