summaryrefslogtreecommitdiff
path: root/src/pokemon_special_anim.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-20 20:33:25 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-20 20:33:25 -0400
commit47fe2cb9ce8b2aec7d40fe5f44c1248b090606d6 (patch)
treec5199560de872fd878acfe3f021cb48b0b49e702 /src/pokemon_special_anim.c
parent73b04853e9a2b84e49534f1c221addac93288791 (diff)
through sub_811D2D0
Diffstat (limited to 'src/pokemon_special_anim.c')
-rw-r--r--src/pokemon_special_anim.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/pokemon_special_anim.c b/src/pokemon_special_anim.c
index 46d1251df..b743d65a3 100644
--- a/src/pokemon_special_anim.c
+++ b/src/pokemon_special_anim.c
@@ -172,7 +172,7 @@ void sub_811C834(u8 taskId)
{
case 0:
SetVBlankCallback(NULL);
- sub_811D184(ptr->field_00a8, ptr->animType);
+ sub_811D184(&ptr->field_00a8, ptr->animType);
sub_811D830(0);
ptr->state++;
break;
@@ -282,7 +282,7 @@ void sub_811CA20(u8 taskId)
{
case 0:
SetVBlankCallback(NULL);
- sub_811D184(ptr->field_00a8, ptr->animType);
+ sub_811D184(&ptr->field_00a8, ptr->animType);
sub_811D830(3);
ptr->state++;
break;
@@ -391,7 +391,7 @@ void sub_811CBE4(u8 taskId)
{
case 0:
SetVBlankCallback(NULL);
- sub_811D184(ptr->field_00a8, ptr->animType);
+ sub_811D184(&ptr->field_00a8, ptr->animType);
sub_811D830(0);
ptr->state++;
break;
@@ -468,7 +468,7 @@ void sub_811CD68(u8 taskId)
{
case 0:
SetVBlankCallback(NULL);
- sub_811D184(ptr->field_00a8, ptr->animType);
+ sub_811D184(&ptr->field_00a8, ptr->animType);
sub_811D830(3);
ptr->state++;
break;
@@ -647,9 +647,9 @@ struct Pokemon * sub_811D094(void)
return &gUnknown_203B098->pokemon;
}
-u8 *sub_811D0A8(void)
+struct PokemonSpecialAnimScene * sub_811D0A8(void)
{
- return sub_811D080()->field_00a8;
+ return &sub_811D080()->field_00a8;
}
u16 sub_811D0B4(void)