diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-25 18:38:47 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-25 18:38:47 -0500 |
commit | 1fd1a3b0c44ec57147087e05ecd2b8b301e0f385 (patch) | |
tree | 16ac4e2983d9ee118196d8c576dab044e09640f5 /src | |
parent | e1be0a633761d01cee77058df3211bee0faeb177 (diff) |
whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/pokemon_icon.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pokemon_icon.c b/src/pokemon_icon.c index 07b23bd18..9bb3386e1 100644 --- a/src/pokemon_icon.c +++ b/src/pokemon_icon.c @@ -1199,13 +1199,13 @@ void sub_809D62C(struct Sprite *sprite) // TODO: try to find a way to avoid using asm statement u8 UpdateMonIconFrame(struct Sprite *sprite) -{ +{ u8 result = 0; - + if (sprite->animDelayCounter == 0) { s16 frame = sprite->anims[sprite->animNum][sprite->animCmdIndex].frame.imageValue; - + switch (frame) { case -1: |