2020-12-13 19:57:49 +00:00
|
|
|
/// Stage 5 Boss - SinGyoku
|
|
|
|
/// -----------------------
|
|
|
|
|
2020-12-06 12:38:41 +00:00
|
|
|
extern "C" {
|
|
|
|
#include "platform.h"
|
|
|
|
}
|
|
|
|
|
2020-12-10 18:55:36 +00:00
|
|
|
#define boss_hp singyoku_hp
|
2020-12-13 19:57:49 +00:00
|
|
|
#define boss_phase_frame singyoku_phase_frame
|
|
|
|
#include "th01/main/boss/boss.hpp"
|
2020-12-06 12:38:41 +00:00
|
|
|
|
2020-12-09 20:42:10 +00:00
|
|
|
#define initial_hp_rendered singyoku_initial_hp_rendered
|
|
|
|
extern bool16 initial_hp_rendered;
|
|
|
|
|
2020-12-06 12:38:41 +00:00
|
|
|
#define select_for_rank singyoku_select_for_rank
|
|
|
|
#include "th01/main/select_r.cpp"
|