diff --git a/assets/xml/objects/object_ishi.xml b/assets/xml/objects/object_ishi.xml index 6e48cf5f4e..5f53b90ace 100644 --- a/assets/xml/objects/object_ishi.xml +++ b/assets/xml/objects/object_ishi.xml @@ -1,6 +1,7 @@  + - - + + diff --git a/src/overlays/actors/ovl_En_Ishi/z_en_ishi.c b/src/overlays/actors/ovl_En_Ishi/z_en_ishi.c index da813182e4..cb7972f042 100644 --- a/src/overlays/actors/ovl_En_Ishi/z_en_ishi.c +++ b/src/overlays/actors/ovl_En_Ishi/z_en_ishi.c @@ -180,7 +180,7 @@ void func_8095D804(Actor* thisx, PlayState* play) { if (!ENISHI_GET_8(&this->actor)) { phi_s4 = gameplay_field_keep_DL_0066B0; } else { - phi_s4 = object_ishi_DL_0009B0; + phi_s4 = gSmallRockDL; } temp = D_8095F6E8[ENISHI_GET_8(&this->actor)]; @@ -761,5 +761,5 @@ void func_8095F61C(Actor* thisx, PlayState* play) { } void func_8095F654(Actor* thisx, PlayState* play) { - Gfx_DrawDListOpa(play, object_ishi_DL_0009B0); + Gfx_DrawDListOpa(play, gSmallRockDL); }