From 6f7d6cc47eeaa4c892abca0d80143c142c7b8e18 Mon Sep 17 00:00:00 2001 From: MegaIDK <125525714+MegaIDK@users.noreply.github.com> Date: Thu, 27 Jul 2023 21:16:46 -0300 Subject: [PATCH] initial commit of rock object_ishi documentation (#1340) Co-authored-by: MegaIDK --- assets/xml/objects/object_ishi.xml | 5 +++-- src/overlays/actors/ovl_En_Ishi/z_en_ishi.c | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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); }