mirror of https://github.com/nmlgc/ReC98.git
16 lines
286 B
C++
16 lines
286 B
C++
![]() |
/// Stage 3 midboss
|
||
|
/// ---------------
|
||
|
|
||
|
#include "platform.h"
|
||
|
|
||
|
#define patterns_done midboss3_patterns_done
|
||
|
#define FLY_ANGLES MIDBOSS3_FLY_ANGLES
|
||
|
|
||
|
// Constants
|
||
|
// ---------
|
||
|
|
||
|
static const uint8_t PATTERNS_MAX = 12;
|
||
|
|
||
|
extern const unsigned char FLY_ANGLES[PATTERNS_MAX];
|
||
|
// ---------
|