2020-12-09 20:42:10 +00:00
|
|
|
/// Makai Stage 10 Boss - YuugenMagan
|
|
|
|
/// ---------------------------------
|
|
|
|
|
|
|
|
extern "C" {
|
|
|
|
#include "platform.h"
|
|
|
|
}
|
|
|
|
|
2020-12-17 20:28:17 +00:00
|
|
|
#define flash_colors yuugenmagan_flash_colors
|
|
|
|
#define invincible yuugenmagan_invincible
|
|
|
|
#define invincibility_frame yuugenmagan_invincibility_frame
|
2020-12-09 20:42:10 +00:00
|
|
|
#define initial_hp_rendered yuugenmagan_initial_hp_rendered
|
2020-12-17 20:28:17 +00:00
|
|
|
extern bool16 invincible;
|
|
|
|
extern int invincibility_frame;
|
2020-12-09 20:42:10 +00:00
|
|
|
extern bool initial_hp_rendered;
|