mirror of
https://github.com/zeldaret/tmc
synced 2026-08-06 18:03:17 -04:00
Create some enemy structs
This commit is contained in:
+82
-82
@@ -156,108 +156,108 @@ typedef enum {
|
||||
/*0x66*/ ENEMY_66
|
||||
} Enemy;
|
||||
|
||||
void Octorok(Entity*);
|
||||
void Chuchu(Entity*);
|
||||
void Leever(Entity*);
|
||||
void Peahat(Entity*);
|
||||
void Rollobite(Entity*);
|
||||
void DarkNut(Entity*);
|
||||
void HangingSeed(Entity*);
|
||||
void Beetle(Entity*);
|
||||
void Keese(Entity*);
|
||||
void DoorMimic(Entity*);
|
||||
void RockChuchu(Entity*);
|
||||
void SpinyChuchu(Entity*);
|
||||
void CuccoChickAggr(Entity*);
|
||||
void Moldorm(Entity*);
|
||||
void EnemyE(Entity*);
|
||||
void Moldworm(Entity*);
|
||||
void Sluggula(Entity*);
|
||||
void Pesto(Entity*);
|
||||
void Puffstool(Entity*);
|
||||
void ChuchuBoss(Entity*);
|
||||
void LikeLike(Entity*);
|
||||
void SpearMoblin(Entity*);
|
||||
void BusinessScrub(Entity*);
|
||||
void RupeeLike(Entity*);
|
||||
void Madderpillar(Entity*);
|
||||
void WaterDrop(Entity*);
|
||||
void WallMaster(Entity*);
|
||||
void BombPeahat(Entity*);
|
||||
void Spark(Entity*);
|
||||
void Chaser(Entity*);
|
||||
void SpikedBeetle(Entity*);
|
||||
void SensorBladeTrap(Entity*);
|
||||
void Helmasaur(Entity*);
|
||||
void FallingBoulder(Entity*);
|
||||
void Bobomb(Entity*);
|
||||
void WallMaster2(Entity*);
|
||||
void Octorok();
|
||||
void Chuchu();
|
||||
void Leever();
|
||||
void Peahat();
|
||||
void Rollobite();
|
||||
void DarkNut();
|
||||
void HangingSeed();
|
||||
void Beetle();
|
||||
void Keese();
|
||||
void DoorMimic();
|
||||
void RockChuchu();
|
||||
void SpinyChuchu();
|
||||
void CuccoChickAggr();
|
||||
void Moldorm();
|
||||
void EnemyE();
|
||||
void Moldworm();
|
||||
void Sluggula();
|
||||
void Pesto();
|
||||
void Puffstool();
|
||||
void ChuchuBoss();
|
||||
void LikeLike();
|
||||
void SpearMoblin();
|
||||
void BusinessScrub();
|
||||
void RupeeLike();
|
||||
void Madderpillar();
|
||||
void WaterDrop();
|
||||
void WallMaster();
|
||||
void BombPeahat();
|
||||
void Spark();
|
||||
void Chaser();
|
||||
void SpikedBeetle();
|
||||
void SensorBladeTrap();
|
||||
void Helmasaur();
|
||||
void FallingBoulder();
|
||||
void Bobomb();
|
||||
void WallMaster2();
|
||||
void Gleerok();
|
||||
void VaatiEyesMacro(Entity*);
|
||||
void Tektite(Entity*);
|
||||
void VaatiEyesMacro();
|
||||
void Tektite();
|
||||
void WizzrobeWind();
|
||||
void WizzrobeFire();
|
||||
void WizzrobeIce();
|
||||
void Armos();
|
||||
void Eyegore();
|
||||
void Rope(Entity*);
|
||||
void SmallPesto(Entity*);
|
||||
void AcroBandit(Entity*);
|
||||
void BladeTrap(Entity*);
|
||||
void Keaton(Entity*);
|
||||
void Crow(Entity*);
|
||||
void Rope();
|
||||
void SmallPesto();
|
||||
void AcroBandit();
|
||||
void BladeTrap();
|
||||
void Keaton();
|
||||
void Crow();
|
||||
void Mulldozer();
|
||||
void Bombarossa(Entity*);
|
||||
void Wisp(Entity*);
|
||||
void SpinyBeetle(Entity*);
|
||||
void MazaalHead(Entity*);
|
||||
void MazaalMacro(Entity*);
|
||||
void MazaalHand(Entity*);
|
||||
void Bombarossa();
|
||||
void Wisp();
|
||||
void SpinyBeetle();
|
||||
void MazaalHead();
|
||||
void MazaalMacro();
|
||||
void MazaalHand();
|
||||
void OctorokBoss();
|
||||
void FlyingPot(Entity*);
|
||||
void Gibdo(Entity*);
|
||||
void OctorokGolden(Entity*);
|
||||
void TektiteGolden(Entity*);
|
||||
void RopeGolden(Entity*);
|
||||
void FlyingPot();
|
||||
void Gibdo();
|
||||
void OctorokGolden();
|
||||
void TektiteGolden();
|
||||
void RopeGolden();
|
||||
void CloudPiranha();
|
||||
void ScissorsBeetle(Entity*);
|
||||
void CuccoAggr(Entity*);
|
||||
void ScissorsBeetle();
|
||||
void CuccoAggr();
|
||||
void Stalfos();
|
||||
void FlyingSkull(Entity*);
|
||||
void MazaalBracelet(Entity*);
|
||||
void Takkuri(Entity*);
|
||||
void BowMoblin(Entity*);
|
||||
void Lakitu(Entity*);
|
||||
void LakituCloud(Entity*);
|
||||
void TorchTrap(Entity*);
|
||||
void VaatiRebornEnemy(Entity*);
|
||||
void VaatiProjectile(Entity*);
|
||||
void BallChainSoldier(Entity*);
|
||||
void FlyingSkull();
|
||||
void MazaalBracelet();
|
||||
void Takkuri();
|
||||
void BowMoblin();
|
||||
void Lakitu();
|
||||
void LakituCloud();
|
||||
void TorchTrap();
|
||||
void VaatiRebornEnemy();
|
||||
void VaatiProjectile();
|
||||
void BallChainSoldier();
|
||||
void Enemy4D();
|
||||
void Ghini();
|
||||
void VaatiTransfigured(Entity*);
|
||||
void VaatiTransfigured();
|
||||
void Enemy50();
|
||||
void VaatiWrath(Entity*);
|
||||
void VaatiArm(Entity*);
|
||||
void Dust(Entity*);
|
||||
void VaatiBall(Entity*);
|
||||
void Slime(Entity*);
|
||||
void MiniSlime(Entity*);
|
||||
void FireballGuy(Entity*);
|
||||
void MiniFireballGuy(Entity*);
|
||||
void VaatiTransfiguredEye(Entity*);
|
||||
void BusinessScrubPrologue(Entity*);
|
||||
void VaatiWrath();
|
||||
void VaatiArm();
|
||||
void Dust();
|
||||
void VaatiBall();
|
||||
void Slime();
|
||||
void MiniSlime();
|
||||
void FireballGuy();
|
||||
void MiniFireballGuy();
|
||||
void VaatiTransfiguredEye();
|
||||
void BusinessScrubPrologue();
|
||||
void GyorgFemale();
|
||||
void GyorgMale();
|
||||
void Curtain(Entity*);
|
||||
void VaatiWrathEye(Entity*);
|
||||
void Curtain();
|
||||
void VaatiWrathEye();
|
||||
void GyorgChild();
|
||||
void GyorgFemaleEye();
|
||||
void GyorgMaleEye();
|
||||
void GyorgFemaleMouth();
|
||||
void Enemy64();
|
||||
void TreeItem(Entity*);
|
||||
void Enemy66(Entity*);
|
||||
void TreeItem();
|
||||
void Enemy66();
|
||||
|
||||
extern void (*const gUnk_080012C8[])(Entity*);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user