2022-08-09 01:24:33 +00:00
|
|
|
|
inline void touhou_reiiden_animate_char(shiftjis_kanji_t shiftjis) {
|
2021-11-03 12:32:53 +00:00
|
|
|
|
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('<EFBFBD><EFBFBD>');
|
|
|
|
|
touhou_reiiden_animate_char('<EFBFBD><EFBFBD>');
|
|
|
|
|
touhou_reiiden_animate_char('<EFBFBD><EFBFBD>');
|
|
|
|
|
touhou_reiiden_animate_char('<EFBFBD><EFBFBD>');
|
|
|
|
|
touhou_reiiden_animate_char('<EFBFBD><EFBFBD>');
|
|
|
|
|
touhou_reiiden_animate_char('<EFBFBD>`');
|
|
|
|
|
}
|