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-17 20:28:17 +00:00
|
|
|
#include "pc98.h"
|
2021-08-03 13:50:52 +00:00
|
|
|
#include "th01/main/vars.hpp"
|
2020-12-06 12:38:41 +00:00
|
|
|
}
|
|
|
|
|
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-17 20:28:17 +00:00
|
|
|
#define flash_colors singyoku_flash_colors
|
|
|
|
#define invincible singyoku_invincible
|
|
|
|
#define invincibility_frame singyoku_invincibility_frame
|
2020-12-09 20:42:10 +00:00
|
|
|
#define initial_hp_rendered singyoku_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 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"
|