ReC98/th02/strings/ranks_c.c

8 lines
339 B
C

// Moved to the right by one character compared to the one in op_04.c.
static const unsigned char gbcRANKS[4][8] = {
gb_SP, gb_SP, gb_E_, gb_A_, gb_S_, gb_Y_, gb_SP, 0,
gb_SP, gb_N_, gb_O_, gb_R_, gb_M_, gb_A_, gb_L_, 0,
gb_SP, gb_SP, gb_H_, gb_A_, gb_R_, gb_D_, gb_SP, 0,
gb_L_, gb_U_, gb_N_, gb_A_, gb_T_, gb_I_, gb_C_, 0,
};