ReflexBall Rally
 All Data Structures Files Functions Variables Macros
Variables
ascii.c File Reference
#include "ascii.h"
Include dependency graph for ascii.c:

Go to the source code of this file.

Variables

rom const char titleAscii1 [11][127]
 
rom const char titleAscii2 [11][127]
 
rom const char menuAscii [10][78]
 
rom const char easyAscii [8][24]
 
rom const char mediumAscii [6][38]
 
rom const char hardAscii [6][25]
 
rom const char chuckAscii1 [9][66]
 
rom const char chuckAscii2 [9][66]
 
rom const char wheelAscii [30][85]
 
rom const char gameOverAscii [8][75]
 
rom const char amigoAscii [5][61]
 
rom const char driveAscii [5][79]
 
rom const char havNoBallsAscii [5][135]
 
rom const char openEyesAscii [5][100]
 
rom const char patienceAscii [5][115]
 
rom const char notPassAscii [5][89]
 
rom const char thereIsNoBallAscii [5][127]
 
rom const char deadAscii [5][94]
 
rom const char ladyAscii [81][73]
 
rom const char congratulationsAscii [8][126]
 
rom const char nowTryAscii [5][108]
 
rom const char chuckNorrisTextAscii [5][63]
 
rom const char chuckNorrisAscii [50][89]
 
rom const char onlyChuckAscii [5][158]
 

Variable Documentation

rom const char titleAscii1[11][127]
Initial value:
= {
" ) ( ) ",
" ( /( ( )\\ ) ( /( ",
" )\\) )( ))\\ ( (()/( ( )\\())",
" ((_) ()\\ ((()(_)( ( )\\ /(_)) )\\ ((_)\\ ",
" (_()_((_) )\\ __ )\\ )((_) (__)) ((_) ((_)",
" /\" \\ (_)\"\"\\())((_) | |\" | |\" \\/\" |",
"__________ _____.__ __________ .__ .__ |: | / \\_) || | || | \\ \\ / ",
"\\______ \\ _____/ ____\\ | ____ ___ __\\______ \\_____ | | | | |_____/ ) /\' /\\ \\ |: | |: | \\\\ \\/ ",
" | _// __ \\ __\\| | _/ __ \\\\ \\/ /| | _/\\__ \\ | | | | // / // __\' \\ \\ |___ \\ |___ / / ",
" | | \\ ___/| | | |_\\ ___/ > < | | \\ / __ \\| |_| |__ |: __ \\ / / \\\\ \\( \\_|: \\( \\_|: \\ / / ",
" |____|_ /\\___ >__| |____/\\___ >__/\\_ \\|______ /(____ /____/____/ |__| \\___)(___/ \\___)\\_______)\\_______)|___/ ",
}

Definition at line 3 of file ascii.c.

rom const char titleAscii2[11][127]
Initial value:
= {
" ( ) ( ",
" ) \\) ) (/ ( ) \\) ",
" (/( () ((/ ) ))(\\) ) (/)((",
" ))_( )(/ )))()_() ) (/ \\)_(( (/ ))_(/ ",
" )_)(_))_( (/ __ (/ ())_( )__(( ))_( ))_(",
" /\" \\ )_(\"\"\\)(())_( | |\" | |\" \\/\" |",
"__________ _____.__ __________ .__ .__ |: | / \\_( || | || | \\ \\ / ",
"\\______ \\ _____/ ____\\ | ____ ___ __\\______ \\_____ | | | | |_____/ ) /\' /\\ \\ |: | |: | \\\\ \\/ ",
" | _// __ \\ __\\| | _/ __ \\\\ \\/ /| | _/\\__ \\ | | | | // / // __\' \\ \\ |___ \\ |___ / / ",
" | | \\ ___/| | | |_\\ ___/ > < | | \\ / __ \\| |_| |__ |: __ \\ / / \\\\ \\( \\_|: \\( \\_|: \\ / / ",
" |____|_ /\\___ >__| |____/\\___ >__/\\_ \\|______ /(____ /____/____/ |__| \\___)(___/ \\___)\\_______)\\_______)|___/ ",
}

Definition at line 17 of file ascii.c.

rom const char menuAscii[10][78]
Initial value:
= {
" /$$ /$$ /$$$$$$$$ /$$ /$$ /$$ /$$ ",
" | $$$ /$$$| $$_____/| $$$ | $$| $$ | $$ ",
" | $$$$ /$$$$| $$ | $$$$| $$| $$ | $$ ",
" | $$ $$/$$ $$| $$$$$ | $$ $$ $$| $$ | $$ ",
" | $$ $$$| $$| $$__/ | $$ $$$$| $$ | $$ ",
" | $$\\ $ | $$| $$ | $$\\ $$$| $$ | $$ ",
" | $$ \\/ | $$| $$$$$$$$| $$ \\ $$| $$$$$$/ ",
" |__/ |__/|________/|__/ \\__/ \\______/ ",
" /$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$",
"|___________________________________________________________________________/",
}

Definition at line 31 of file ascii.c.

rom const char easyAscii[8][24]
Initial value:
= {
" ______ ",
"| ____| ",
"| |__ __ _ ___ _ _ ",
"| __| / _` / __| | | |",
"| |___| (_| \\__ \\ |_| |",
"|______\\__,_|___/\\__, |",
" __/ |",
" |___/ ",
}

Definition at line 44 of file ascii.c.

rom const char mediumAscii[6][38]
Initial value:
= {
" __ __ _ _ ",
"| \\/ | | (_) ",
"| \\ / | ___ __| |_ _ _ _ __ ___ ",
"| |\\/| |/ _ \\/ _` | | | | | \'_ ` _ \\ ",
"| | | | __/ (_| | | |_| | | | | | |",
"|_| |_|\\___|\\__,_|_|\\__,_|_| |_| |_|",
}

Definition at line 55 of file ascii.c.

rom const char hardAscii[6][25]
Initial value:
= {
" _ _ _ ",
"| | | | | |",
"| |__| | __ _ _ __ __| |",
"| __ |/ _` | \'__/ _` |",
"| | | | (_| | | | (_| |",
"|_| |_|\\__,_|_| \\__,_|",
}

Definition at line 64 of file ascii.c.

rom const char chuckAscii1[9][66]
Initial value:
= {
" ( ) ) ",
" )\\ ( /( ) ( /( ) * ",
" (((_) )\\()) ( ( /( ((_))\\ ( /( ( ` ( ",
" )\\_____((_)\\ ( )\\ _)\\()) (_()(_))\\()) )\\))( )\\ ) ",
"((/ ____| |()( )\\ (((_) (_)\\ | \\ | |(_)\\ ((_)()\\ ((_) /( ",
" | | | ((_) _ ((_))\\__| |((_) | \\| | ((_)(_()((_)__ _ _(_)) ",
" | | | \'_ \\| | | |/ __| |/ / | . ` |/ _ \\| \'__| \'__| / __/( ",
" | |____| | | | |_| | (__| < | |\\ | (_) | | | | | \\__ \\))",
" \\_____|_| |_|\\__,_|\\___|_|\\_\\ |_| \\_|\\___/|_| |_| |_|___/ ",
}

Definition at line 73 of file ascii.c.

rom const char chuckAscii2[9][66]
Initial value:
= {
" ) ( ( ",
" (/ ) \\) ( ) \\) ) * ",
" )))_( (\\)(( ) ) \\) ))_((\\ ) \\) ) ` ) ",
" (/_____))_(/ ) (/ _(/)(( )_)()_((/)(( (/(() (/ ( ",
"))\\ ____| |)() )/ )))_( )_(/ | \\ | |)_(/ ))_()(/ ))_( \\) ",
" | | | ))_( _ ))_((/__| |))_( | \\| | ))_()_)())_(__ _ _)_(( ",
" | | | \'_ \\| | | |/ __| |/ / | . ` |/ _ \\| \'__| \'__| / __/) ",
" | |____| | | | |_| | (__| < | |\\ | (_) | | | | | \\__ \\((",
" \\_____|_| |_|\\__,_|\\___|_|\\_\\ |_| \\_|\\___/|_| |_| |_|___/ ",
}

Definition at line 85 of file ascii.c.

rom const char wheelAscii[30][85]

Definition at line 97 of file ascii.c.

rom const char gameOverAscii[8][75]
Initial value:
= {
" _____ __ __ ______ ______ ________ _____ _ ",
" / ____| /\\ | \\/ | ____| / __ \\ \\ / / ____| __ \\| | ",
" | | __ / \\ | \\ / | |__ | | | \\ \\ / /| |__ | |__) | | ",
" | | |_ | / /\\ \\ | |\\/| | __| | | | |\\ \\/ / | __| | _ /| | ",
" | |__| |/ ____ \\| | | | |____ | |__| | \\ / | |____| | \\ \\|_| ",
" \\_____/_/ \\_\\_| |_|______| \\____/ \\/ |______|_| \\_(_) ",
" ________________________________________________________________________ ",
"|________________________________________________________________________|",
}

Definition at line 130 of file ascii.c.

rom const char amigoAscii[5][61]
Initial value:
= {
" ___ _ _ _ _ _ ",
"| _ ) __ _ __| | | |_ _ __| |__ __ _ _ __ (_)__ _ ___| |",
"| _ \\/ _` / _` | | | || / _| / /_ / _` | \' \\| / _` / _ \\_|",
"|___/\\__,_\\__,_| |_|\\_,_\\__|_\\_( ) \\__,_|_|_|_|_\\__, \\___(_)",
" |/ |___/ ",
}

Definition at line 141 of file ascii.c.

rom const char driveAscii[5][79]
Initial value:
= {
" ___ _ _ _ ___ ",
" / __|__ _ _ _ _ _ ___ _ _ _____ _____ _ _ __| |_ _(_)_ _____| |__ \\",
"| (__/ _` | \' \\ | || / _ \\ || | / -_) V / -_) \' \\ / _` | \'_| \\ V / -_)_| /_/",
" \\___\\__,_|_||_| \\_, \\___/\\_,_| \\___|\\_/\\___|_||_| \\__,_|_| |_|\\_/\\___(_)(_) ",
" |__/ ",
}

Definition at line 149 of file ascii.c.

rom const char havNoBallsAscii[5][135]
Initial value:
= {
" ___ _ _ _ _ _ _ _ _ _ ",
"| __|_ _____ _ _ (_)_ _ | |_| |_ (_)___ __ _ __ _ _ __ ___ _ _ ___ _ _ | |_ __ ___ _____ _ _ ___ | |__ __ _| | |__| |",
"| _|\\ V / -_) \' \\ | | \' \\ | _| \' \\| (_-< / _` / _` | \' \\/ -_) | || / _ \\ || | | \' \\/ _` \\ V / -_) | \' \\/ _ \\ | \'_ \\/ _` | | (_-<_|",
"|___|\\_/\\___|_||_| |_|_||_| \\__|_||_|_/__/ \\__, \\__,_|_|_|_\\___| \\_, \\___/\\_,_| |_||_\\__,_|\\_/\\___| |_||_\\___/ |_.__/\\__,_|_|_/__(_)",
" |___/ |__/ ",
}

Definition at line 157 of file ascii.c.

rom const char openEyesAscii[5][100]
Initial value:
= {
" ___ _ _ _ _ ",
" / _ \\ _ __ ___ _ _ _ _ ___ _ _ _ _ ___ _ _ ___ ___ _ _ _____ _| |_ | |_(_)_ __ ___| |",
"| (_) | \'_ \\/ -_) \' \\ | || / _ \\ || | \'_| / -_) || / -_|_-< | \' \\/ -_) \\ / _| | _| | \' \\/ -_)_|",
" \\___/| .__/\\___|_||_| \\_, \\___/\\_,_|_| \\___|\\_, \\___/__/ |_||_\\___/_\\_\\\\__| \\__|_|_|_|_\\___(_)",
" |_| |__/ |__/ ",
}

Definition at line 165 of file ascii.c.

rom const char patienceAscii[5][115]
Initial value:
= {
" ___ _ _ _ _ ",
"| _ \\__ _| |_(_)___ _ _ __ ___ _ __ _ _ _ _ ___ _ _ _ _ __ _ _ __ __ _ __| |__ ___ __ ____ _ _ _ | |",
"| _/ _` | _| / -_) \' \\/ _/ -_)_ | \' \\ || | | || / _ \\ || | \' \\/ _` | | \'_ \\/ _` / _` / _` \\ V V / _` | \' \\|_|",
"|_| \\__,_|\\__|_\\___|_||_\\__\\___( ) |_|_|_\\_, | \\_, \\___/\\_,_|_||_\\__, | | .__/\\__,_\\__,_\\__,_|\\_/\\_/\\__,_|_||_(_)",
" |/ |__/ |__/ |___/ |_| ",
}

Definition at line 173 of file ascii.c.

rom const char notPassAscii[5][89]
Initial value:
= {
" _____ _ _ _ _ _ _ _ _ _ ",
"|_ _| |_ ___ | |__ __ _| | | __| |_ __ _| | | _ _ ___| |_ _ __ __ _ _____| |",
" | | | \' \\/ -_) | \'_ \\/ _` | | | (_-< \' \\/ _` | | | | \' \\/ _ \\ _| | \'_ \\/ _` (_-<_-<_|",
" |_| |_||_\\___| |_.__/\\__,_|_|_| /__/_||_\\__,_|_|_| |_||_\\___/\\__| | .__/\\__,_/__/__(_)",
" |_| ",
}

Definition at line 181 of file ascii.c.

rom const char thereIsNoBallAscii[5][127]
Initial value:
= {
" ___ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ",
"| _ \\___ __ _| (_)______ | |_| |_ ___ | |_ _ _ _ _| |_| |_ | |_| |_ ___ _ _ ___ (_)___ _ _ ___ | |__ __ _| | | |",
"| / -_) _` | | |_ / -_) | _| \' \\/ -_) | _| \'_| || | _| \' \\ _ | _| \' \\/ -_) \'_/ -_) | (_-< | \' \\/ _ \\ | \'_ \\/ _` | | |_|",
"|_|_\\___\\__,_|_|_/__\\___| \\__|_||_\\___| \\__|_| \\_,_|\\__|_||_( ) \\__|_||_\\___|_| \\___| |_/__/ |_||_\\___/ |_.__/\\__,_|_|_(_)",
" |/ ",
}

Definition at line 189 of file ascii.c.

rom const char deadAscii[5][94]
Initial value:
= {
"__ __ _ _ __ _ _ _ ",
"\\ \\ / /__ _ _ __ _ _ _ ___ __| |___ __ _ __| | _ __ _ _ / _|_ _(_)___ _ _ __| | |",
" \\ V / _ \\ || | / _` | \'_/ -_) / _` / -_) _` / _` |_ | \' \\ || | | _| \'_| / -_) \' \\/ _` |_|",
" |_|\\___/\\_,_| \\__,_|_| \\___| \\__,_\\___\\__,_\\__,_( ) |_|_|_\\_, | |_| |_| |_\\___|_||_\\__,_(_)",
" |/ |__/ ",
}

Definition at line 197 of file ascii.c.

rom const char ladyAscii[81][73]

Definition at line 205 of file ascii.c.

rom const char congratulationsAscii[8][126]
Initial value:
= {
" _____ _ _ _ _ __ __ __ ______ _ _ _ ",
" / ____| | | | | | | (_) \\ \\ / / \\ \\ / / __ \\| \\ | | | ",
" | | ___ _ __ __ _ _ __ __ _| |_ _ _| | __ _| |_ _ ___ _ __ ___ \\ \\_/ /__ _ _ \\ \\ /\\ / / | | | \\| | | ",
" | | / _ \\| \'_ \\ / _` | \'__/ _` | __| | | | |/ _` | __| |/ _ \\| \'_ \\/ __| \\ / _ \\| | | | \\ \\/ \\/ /| | | | . ` | | ",
" | |___| (_) | | | | (_| | | | (_| | |_| |_| | | (_| | |_| | (_) | | | \\__ \\ | | (_) | |_| | \\ /\\ / | |__| | |\\ |_| ",
" \\_____\\___/|_| |_|\\__, |_| \\__,_|\\__|\\__,_|_|\\__,_|\\__|_|\\___/|_| |_|___/ |_|\\___/ \\__,_| \\/ \\/ \\____/|_| \\_(_) ",
" __________________ __/ | _________________________________________________________________________________________________ ",
"|__________________ |___/ __________________________________________________________________________________________________|",
}

Definition at line 289 of file ascii.c.

rom const char nowTryAscii[5][108]
Initial value:
= {
" _ _ _ ___ _ _ _ _ _ _ _ _ ",
"| \\| |_____ __ __ | |_ _ _ _ _ / __| |_ _ _ __| |__ | \\| |___ _ _ _ _(_)___ _ __ ___ __| |___ | | |",
"| .` / _ \\ V V / | _| \'_| || | | (__| \' \\ || / _| / / | .` / _ \\ \'_| \'_| (_-< | \' \\/ _ \\/ _` / -_) |_|_|",
"|_|\\_\\___/\\_/\\_/ \\__|_| \\_, | \\___|_||_\\_,_\\__|_\\_\\ |_|\\_\\___/_| |_| |_/__/ |_|_|_\\___/\\__,_\\___| (_|_)",
" |__/ ",
}

Definition at line 300 of file ascii.c.

rom const char chuckNorrisTextAscii[5][63]
Initial value:
= {
" ________ __ _ __ _ ",
" / ____/ /_ __ _______/ /__ / | / /___ __________(_)____",
" / / / __ \\/ / / / ___/ //_/ / |/ / __ \\/ ___/ ___/ / ___/",
"/ /___/ / / / /_/ / /__/ ,< / /| / /_/ / / / / / (__ ) ",
"\\____/_/ /_/\\__,_/\\___/_/|_| /_/ |_/\\____/_/ /_/ /_/____/ ",
}

Definition at line 308 of file ascii.c.

rom const char chuckNorrisAscii[50][89]

Definition at line 316 of file ascii.c.

rom const char onlyChuckAscii[5][158]
Initial value:
= {
" ___ _ ___ _ _ _ _ _ _ ___ _ _ _ _ _ _ _ ",
" / _ \\ _ _ | |_ _ / __| |_ _ _ __| |__ | \\| |___ _ _ _ _(_)___ __ __ _(_)_ _ ___ / __| |_ _ _ __| |__ | \\| |___ _ _ _ _(_)___ _ __ ___ __| |___| |",
" | (_) | \' \\| | || | | (__| \' \\ || / _| / / | .` / _ \\ \'_| \'_| (_-< \\ V V / | \' \\(_-< | (__| \' \\ || / _| / / | .` / _ \\ \'_| \'_| (_-< | \' \\/ _ \\/ _` / -_)_|",
" \\___/|_||_|_|\\_, | \\___|_||_\\_,_\\__|_\\_\\ |_|\\_\\___/_| |_| |_/__/ \\_/\\_/|_|_||_/__/ \\___|_||_\\_,_\\__|_\\_\\ |_|\\_\\___/_| |_| |_/__/ |_|_|_\\___/\\__,_\\___(_)",
" |__/ ",
}

Definition at line 369 of file ascii.c.