mirror of
https://github.com/zeldaret/oot.git
synced 2025-06-08 01:21:52 +00:00
Descriptions for Gohma Larva vs Boss Gohma (#2420)
* Add descriptions for gohma vs boss gohma * Fix capitalization
This commit is contained in:
parent
7aa9808b7e
commit
dbfa95fd01
2 changed files with 12 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue