document object_hana (graveyard flower) (#1355)

* initial commit object_hana documentation

* explain how object is organized

* change whole flower set name

* a litle space

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>

---------

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
This commit is contained in:
MegaIDK
2023-08-14 21:44:53 -03:00
committed by GitHub
parent 17b7f3f90e
commit 09100194b3
2 changed files with 16 additions and 10 deletions
@@ -48,5 +48,5 @@ void ObjHana_Update(Actor* thisx, PlayState* play) {
}
void ObjHana_Draw(Actor* thisx, PlayState* play) {
Gfx_DrawDListOpa(play, object_hana_DL_000500);
Gfx_DrawDListOpa(play, gGraveyardFlowersDL);
}