2020-12-06 12:38:41 +00:00
|
|
|
/// Makai Stage 20 Boss - Sariel
|
|
|
|
/// ----------------------------
|
|
|
|
|
|
|
|
extern "C" {
|
|
|
|
#include "platform.h"
|
2021-08-03 13:50:52 +00:00
|
|
|
#include "th01/main/vars.hpp"
|
2020-12-06 12:38:41 +00:00
|
|
|
}
|
|
|
|
|
2020-12-17 20:28:17 +00:00
|
|
|
#define flash_colors sariel_flash_colors
|
|
|
|
#define invincible sariel_invincible
|
|
|
|
#define invincibility_frame sariel_invincibility_frame
|
2020-12-09 20:42:10 +00:00
|
|
|
#define initial_hp_rendered sariel_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;
|
|
|
|
|
2020-12-06 12:38:41 +00:00
|
|
|
#define select_for_rank sariel_select_for_rank
|
|
|
|
#include "th01/main/select_r.cpp"
|