posy              100 modules/gui_hexbox.c void gui_hexbox_draw_hex32(unsigned int hexnum, int digit, unsigned int posx, unsigned int posy) {
posy              109 modules/gui_hexbox.c     draw_string(posx, posy, buf,  MAKE_COLOR(COLOR_BLACK, COLOR_WHITE));
posy              112 modules/gui_hexbox.c         draw_char(posx+digit*FONT_WIDTH, posy, buf[digit], MAKE_COLOR(COLOR_RED, COLOR_WHITE));
posy              116 modules/gui_hexbox.c void gui_hexbox_draw_hint(unsigned int hexnum, unsigned int posx, unsigned int posy) {
posy              130 modules/gui_hexbox.c     draw_string(posx, posy, buf, MAKE_COLOR(COLOR_WHITE, COLOR_BLACK));