diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-23 23:04:00 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-23 23:04:00 +0200 |
commit | 78027fb38d7a9cd25bbbb765b88915d7b63f4839 (patch) | |
tree | 79a3391e4fe57ec0c4557f3b51254f2c91a44ccf /src/battle_2.c | |
parent | 9ac913c5270c7cc5fc245c2cce6b9e64e848f7e9 (diff) |
reshow battle screen is decompiled
Diffstat (limited to 'src/battle_2.c')
-rw-r--r-- | src/battle_2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/battle_2.c b/src/battle_2.c index 7772444d7..bdd908ea5 100644 --- a/src/battle_2.c +++ b/src/battle_2.c @@ -1347,8 +1347,8 @@ void sub_8010384(struct Sprite *sprite) u16 species; u8 yOffset; - if (ewram17800[r6].unk2 != 0) - species = ewram17800[r6].unk2; + if (ewram17800[r6].transformedSpecies != 0) + species = ewram17800[r6].transformedSpecies; else species = sprite->data2; |