mirror of
https://github.com/zeldaret/tmc
synced 2026-06-09 04:40:07 -04:00
Decompile Enemy62
This commit is contained in:
+2
-2
@@ -126,7 +126,7 @@ typedef enum {
|
||||
/*0x5f*/ VAATI_WRATH_EYE,
|
||||
/*0x60*/ GYORG_CHILD,
|
||||
/*0x61*/ GYORG_FEMALE_EYE,
|
||||
/*0x62*/ ENEMY_62,
|
||||
/*0x62*/ GYORG_MALE_EYE,
|
||||
/*0x63*/ GYORG_FEMALE_MOUTH,
|
||||
/*0x64*/ ENEMY_64,
|
||||
/*0x65*/ TREE_ITEM,
|
||||
@@ -230,7 +230,7 @@ void Curtain(Entity*);
|
||||
void VaatiWrathEye(Entity*);
|
||||
void GyorgChild();
|
||||
void GyorgFemaleEye();
|
||||
void Enemy62(Entity*);
|
||||
void GyorgMaleEye();
|
||||
void GyorgFemaleMouth();
|
||||
void Enemy64();
|
||||
void TreeItem(Entity*);
|
||||
|
||||
Reference in New Issue
Block a user