diff options
| author | Ben Villalobos <4691428+benvillalobos@users.noreply.github.com> | 2025-01-12 11:22:18 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-12 14:22:18 -0500 |
| commit | dbfa95fd01d486ab709d74428c5f666dcc0208ee (patch) | |
| tree | dab194e96c26902b0cea6e83aca4d854bcd09f0b /src | |
| parent | 7aa9808b7ef38a19ac9131e91269eb852e0c8c49 (diff) | |
Descriptions for Gohma Larva vs Boss Gohma (#2420)
* Add descriptions for gohma vs boss gohma
* Fix capitalization
Diffstat (limited to 'src')
| -rw-r--r-- | src/overlays/actors/ovl_Boss_Goma/z_boss_goma.c | 6 | ||||
| -rw-r--r-- | src/overlays/actors/ovl_En_Goma/z_en_goma.c | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/overlays/actors/ovl_Boss_Goma/z_boss_goma.c b/src/overlays/actors/ovl_Boss_Goma/z_boss_goma.c index a2d5a34db..082b91a56 100644 --- a/src/overlays/actors/ovl_Boss_Goma/z_boss_goma.c +++ b/src/overlays/actors/ovl_Boss_Goma/z_boss_goma.c @@ -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" diff --git a/src/overlays/actors/ovl_En_Goma/z_en_goma.c b/src/overlays/actors/ovl_En_Goma/z_en_goma.c index 06be04541..575df93e5 100644 --- a/src/overlays/actors/ovl_En_Goma/z_en_goma.c +++ b/src/overlays/actors/ovl_En_Goma/z_en_goma.c @@ -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" |
