/* * quit.h: Text data of Quit * Copyright (C) Anonymous * arranged by FUKUCHI, Kentarou */ #ifdef JAPANESE #define QUITHEIGHT 12 #define QUITLENGTH 49 #define QUITSTR01 " 車足辛 " #define QUITSTR02 " 身手身 " #define QUITSTR03 " 身丹身 " #define QUITSTR04 " 身侳身 " #define QUITSTR05 " 身友身 " #define QUITSTR06 " 身之身 " #define QUITSTR07 " 身方身 " #define QUITSTR08 " 身!!身 " #define QUITSTR09 " 迆足辰 " #define QUITSTR10 "(坏# ) ○(`坏#)用○(`坏#)用○(`坏#)用 " #define QUITSTR11 " U見/﹛﹌╰■|§§§|■|§§§|■■|§§§| " #define QUITSTR12 "∣迂<足∣ §∣§ §∣§ §∣§ ℅℅ " #else /* JAPANESE */ #define QUITHEIGHT 17 #define QUITLENGTH 74 #define QUITSTR01 " ()___________________________________ " #define QUITSTR02 " || . -- -+- _ || || | " #define QUITSTR03 " || -+- --\\ `|' _| __ |_ || || | " #define QUITSTR04 " || -+- / -+- |^\\ / | | " #define QUITSTR05 " || \\/ / /|\\ /|()~ /\\/ ()\\ () () | " #define QUITSTR06 " ||----------------------------------- " #define QUITSTR07 " || " #define QUITSTR08 " || " #define QUITSTR09 " || " #define QUITSTR10 " /\\__ / \\ /\\ _ / \\ /\\ _ / \\ /\\ _ / \\ " #define QUITSTR11 "| | | | \\ | | | | / \\ | | | | / \\ | | | | / " #define QUITSTR12 " \\|_| / \\ \\ |_| / / \\ \\ |_| / / \\ \\ |_| / / " #define QUITSTR13 " : \\ _____________ _____________ _____________ " #define QUITSTR14 " D=^-/- \\ | | | | | | " #define QUITSTR15 " /_ __ /[]====| |======| |======| | " #define QUITSTR16 "/~\\ ~-\\--/~\\ +----/~\\----+ +----/~\\----+ +----/~\\----+ o O " #define QUITSTR17 "\\_/ \\_/ \\_/ \\_/ \\_/ " #define PUNHEIGHT 3 #define PUNLENGTH 8 #define PUNSTR01 "___o _" #define PUNSTR02 " / /" #define PUNSTR03 " / _/" #define BAKAHEIGHT 3 #define BAKALENGTH 11 #define BAKASTR01 " _|__" #define BAKASTR02 " / \\'' | |" #define BAKASTR03 "/ \\ / |" #define GOLUAHEIGHT 3 #define GOLUALENGTH 14 #define GOLUASTR01 "___'' || ____" #define GOLUASTR02 " | || /" #define GOLUASTR03 "__| / |/ /" #endif /* JAPANESE */