From 60203bdfba810b4f8459a35839a2db1d7a176116 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sun, 7 Dec 2025 18:07:15 -0800 Subject: [PATCH] fix formatting in EnemyType.cc --- src/EnemyType.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EnemyType.cc b/src/EnemyType.cc index d2ad3a05..e5bdb811 100644 --- a/src/EnemyType.cc +++ b/src/EnemyType.cc @@ -24,7 +24,7 @@ static const vector type_defs{ {EnemyType::AL_RAPPY, EP1 | RARE, 0x06, 0x19, "AL_RAPPY", "Al Rappy", "Pal Rappy"}, {EnemyType::ASTARK, EP4, 0x41, 0x09, "ASTARK", "Astark", nullptr}, {EnemyType::BA_BOOTA, EP4, 0x4F, 0x03, "BA_BOOTA", "Ba Boota", nullptr}, - {EnemyType::BARBA_RAY, EP2 | BOSS, 0x49, 0x0F, "BARBA_RAY", "Barba Ray", nullptr}, + {EnemyType::BARBA_RAY, EP2 | BOSS, 0x49, 0x0F, "BARBA_RAY", "Barba Ray", nullptr}, {EnemyType::BARBAROUS_WOLF, EP1 | EP2, 0x08, 0x03, "BARBAROUS_WOLF", "Barbarous Wolf", "Gulgus-gue"}, {EnemyType::BEE_L, EP1 | EP2, 0xFF, 0xFF, "BEE_L", "Bee L", "Gee L"}, {EnemyType::BEE_R, EP1 | EP2, 0xFF, 0xFF, "BEE_R", "Bee R", "Gee R"},