mirror of https://github.com/nmlgc/ReC98.git
15 lines
414 B
C++
15 lines
414 B
C++
/// Makai Stage 10 Boss - YuugenMagan
|
|
/// ---------------------------------
|
|
|
|
extern "C" {
|
|
#include "platform.h"
|
|
}
|
|
|
|
#define flash_colors yuugenmagan_flash_colors
|
|
#define invincible yuugenmagan_invincible
|
|
#define invincibility_frame yuugenmagan_invincibility_frame
|
|
#define initial_hp_rendered yuugenmagan_initial_hp_rendered
|
|
extern bool16 invincible;
|
|
extern int invincibility_frame;
|
|
extern bool initial_hp_rendered;
|