through sub_811D2D0

This commit is contained in:
PikalaxALT
2020-03-20 20:33:25 -04:00
parent 73b04853e9
commit 47fe2cb9ce
7 changed files with 141 additions and 232 deletions
+6 -6
View File
@@ -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)