mirror of https://github.com/nmlgc/ReC98.git
17 lines
381 B
C++
17 lines
381 B
C++
/// Stage 5 Boss - SinGyoku
|
|
/// -----------------------
|
|
|
|
extern "C" {
|
|
#include "platform.h"
|
|
}
|
|
|
|
#define boss_hp singyoku_hp
|
|
#define boss_phase_frame singyoku_phase_frame
|
|
#include "th01/main/boss/boss.hpp"
|
|
|
|
#define initial_hp_rendered singyoku_initial_hp_rendered
|
|
extern bool16 initial_hp_rendered;
|
|
|
|
#define select_for_rank singyoku_select_for_rank
|
|
#include "th01/main/select_r.cpp"
|