diff --git a/source/enemy/npcdata.cpp b/source/enemy/npcdata.cpp index 968cb14d1..d8f6e09dd 100644 --- a/source/enemy/npcdata.cpp +++ b/source/enemy/npcdata.cpp @@ -328,7 +328,7 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] = NPC_CLOSE_NONE, NPC_TIMER_NONE, false, - 3, + 2, 2048, DETECT_ALL_COLLISION, DAMAGE__HIT_ENEMY, diff --git a/source/enemy/nsdart.cpp b/source/enemy/nsdart.cpp index 9659c9882..c7c692ae6 100644 --- a/source/enemy/nsdart.cpp +++ b/source/enemy/nsdart.cpp @@ -49,7 +49,7 @@ void CNpcSquidDartEnemy::render() int frame = FRM_SQUIDDART_SWIM0001 + ( m_frame >> 8 ); SprFrame = m_spriteBank->printFT4(frame,renderPos.vx,renderPos.vy,m_reversed,0,10); - setRGB0( SprFrame, 255, 128, 255 ); + //setRGB0( SprFrame, 255, 128, 255 ); /*s32 XMax = SprFrame->x1 - origRenderPos.vx; s32 XMin = SprFrame->x0 - origRenderPos.vx;