mirror of https://github.com/zeldaret/oot.git
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
|
@ -1,3 +1,9 @@
|
||||||
|
/*
|
||||||
|
* File: z_boss_goma.c
|
||||||
|
* Overlay: ovl_Boss_Goma
|
||||||
|
* Description: Gohma
|
||||||
|
*/
|
||||||
|
|
||||||
#include "z_boss_goma.h"
|
#include "z_boss_goma.h"
|
||||||
#include "assets/objects/object_goma/object_goma.h"
|
#include "assets/objects/object_goma/object_goma.h"
|
||||||
#include "overlays/actors/ovl_En_Goma/z_en_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 "z_en_goma.h"
|
||||||
#include "assets/objects/gameplay_dangeon_keep/gameplay_dangeon_keep.h"
|
#include "assets/objects/gameplay_dangeon_keep/gameplay_dangeon_keep.h"
|
||||||
#include "assets/objects/object_gol/object_gol.h"
|
#include "assets/objects/object_gol/object_gol.h"
|
||||||
|
|
Loading…
Reference in New Issue