ReC98/th01/shiftjis/entrance.hpp

15 lines
429 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.

inline void touhou_reiiden_animate_char(shiftjis_kanji_t shiftjis) {
mdrv2_se_play(14);
tram_x16_kanji_center_reverse(shiftjis_to_jis(shiftjis));
frame_delay(8);
}
inline void touhou_reiiden_animate(void) {
touhou_reiiden_animate_char('Œ');
touhou_reiiden_animate_char('û');
touhou_reiiden_animate_char('<EFBFBD>š');
touhou_reiiden_animate_char('èË');
touhou_reiiden_animate_char('ˆÙ');
touhou_reiiden_animate_char('`');
}