mirror of https://github.com/nmlgc/ReC98.git
18 lines
454 B
C++
18 lines
454 B
C++
/// Jigoku Stage 10 Boss - Mima
|
|
/// ---------------------------
|
|
|
|
extern "C" {
|
|
#include "platform.h"
|
|
}
|
|
|
|
#define flash_colors mima_flash_colors
|
|
#define invincibility_frame mima_invincibility_frame
|
|
#define invincible mima_invincible
|
|
#define initial_hp_rendered mima_initial_hp_rendered
|
|
extern int invincibility_frame;
|
|
extern bool16 invincible;
|
|
extern bool initial_hp_rendered;
|
|
|
|
#define select_for_rank mima_select_for_rank
|
|
#include "th01/main/select_r.cpp"
|