diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-13 15:33:19 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-10-13 15:33:19 -0400 |
commit | bb23128b77a01d3c39b11aef978acf437ae71974 (patch) | |
tree | f6de6f5278cc10fba0c7ab159365d3ed16ab6bf9 /src/pokeball.c | |
parent | 144c5888a11115c93ed065c738a8ab395d71a798 (diff) | |
parent | a081124a20896a0cc2ee4fac2df6d4b5440125ef (diff) |
Merge conflict resolves into review changes
Diffstat (limited to 'src/pokeball.c')
-rw-r--r-- | src/pokeball.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokeball.c b/src/pokeball.c index 793609ec2..f10bbd49c 100644 --- a/src/pokeball.c +++ b/src/pokeball.c @@ -1097,7 +1097,7 @@ static void sub_80765E0(struct Sprite *sprite) } } -u8 sub_807671C(u8 a, u8 b, u8 x, u8 y, u8 oamPriority, u8 subPriority, u8 g, u32 h) +u8 CreateTradePokeballSprite(u8 a, u8 b, u8 x, u8 y, u8 oamPriority, u8 subPriority, u8 g, u32 h) { u8 spriteId; |