| 1219 | } |
| 1220 | |
| 1221 | void zNPCGoalAlertFodBzzt::DeathRayRender() |
| 1222 | { |
| 1223 | RwRGBA unkColor = this->rgba_deathRay; |
| 1224 | unkColor.alpha = 0x20; |
| 1225 | |
| 1226 | zNPCFodBzzt::laser.ColorSet(&this->rgba_deathRay, &unkColor); |
| 1227 | zNPCFodBzzt::laser.Render(&this->pos_laserSource, &this->pos_laserTarget); |
| 1228 | } |
| 1229 | |
| 1230 | S32 zNPCGoalAlertChomper::Enter(F32 dt, void* updCtxt) |
| 1231 | { |