1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-06-08 17:41:56 +00:00

Descriptions for Gohma Larva vs Boss Gohma (#2420)

* Add descriptions for gohma vs boss gohma

* Fix capitalization
This commit is contained in:
Ben Villalobos 2025-01-12 11:22:18 -08:00 committed by GitHub
parent 7aa9808b7e
commit dbfa95fd01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,9 @@
/*
* File: z_boss_goma.c
* Overlay: ovl_Boss_Goma
* Description: Gohma
*/
#include "z_boss_goma.h"
#include "assets/objects/object_goma/object_goma.h"
#include "overlays/actors/ovl_En_Goma/z_en_goma.h"

View file

@ -1,3 +1,9 @@
/*
* File: z_en_goma.c
* Overlay: ovl_En_Goma
* Description: Gohma Larva
*/
#include "z_en_goma.h"
#include "assets/objects/gameplay_dangeon_keep/gameplay_dangeon_keep.h"
#include "assets/objects/object_gol/object_gol.h"