ReC98/th04/shiftjis/fns.hpp

26 lines
639 B
C++
Raw Blame History

This file contains ambiguous Unicode characters

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.

#define BINARY_OP "op"
// Packfile loaded during OP.EXE and MAINE.EXE
#define OP_AND_END_PF_FN "Œ¶z½ed.dat"
#define EYECATCH_FN_FORMAT "eye0.cdg"
#define FACESET_REIMU_FN "KAO0.cd2"
#define FACESET_MARISA_FN "KAO1.cd2"
#define main_cdg_load_faceset_playchar() { \
if(playchar == PLAYCHAR_REIMU) { \
cdg_load_all(CDG_FACESET_PLAYCHAR, FACESET_REIMU_FN); \
} else { \
cdg_load_all(CDG_FACESET_PLAYCHAR, FACESET_MARISA_FN); \
} \
}
#define BOSS_BB_MUGETSU_FN "st06.bb"
#define BOSS_BB_GENGETSU_FN "st06b.bb"
#define BOMB_BG_FORMAT "BB0.CDG"
#define BOSS_BG_MUGETSU_FN "st06bk.cdg"
#define BOSS_BG_GENGETSU_FN "st06bk2.cdg"