|
extern "C" {
|
|
#include "platform.h"
|
|
#include "pc98.h"
|
|
#include "th01/hardware/palette.h"
|
|
}
|
|
|
|
#include "th01/main/boss/palette.hpp"
|
|
|
|
void boss_palette_snap(void)
|
|
{
|
|
boss_palette_snap_inlined();
|
|
}
|
|
|
|
void boss_palette_show(void)
|
|
{
|
|
z_palette_set_all_show(boss_palette);
|
|
}
|