mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-19 21:32:54 -04:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user