ReC98/th01/shiftjis/op.hpp

46 lines
897 B
C++
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#include "pc98.h"
#define HIT_KEY "  "
#define MAIN_CHOICES { \
" ", \
"", \
"  ", \
"    ", \
}
static const pixel_t MAIN_CHOICE_W = (9 * GLYPH_FULL_W);
#define OPTION_CHOICES { \
"   ", \
" ", \
" ", \
" ", \
"   ", \
}
#define MUSIC_CHOICES { \
" ", \
"   ", \
}
#define MUSIC_TITLES { \
" A Sacret Lot", \
" 風の神社 ", \
" 永遠の巫女 ", \
" Highly Responsive", \
" 東方怪奇談 ", \
" Oriental Magician", \
"  破邪の小太刀  ", \
" The Legend of KAGE", \
"Positive and Negative", \
"   天使伝説   ", \
"    魔鏡    ", \
"いざ倒れ逝くその時まで", \
"  死なばもろとも  ", \
"   星幽剣士", \
"   アイリス", \
}
#define GOODBYE "おつかれさまでした!!\n"