11#define DECK_SPRITES_PB 1
13#define DECK_NAME_LENGTH 14
14#define DECK_DESC_WIDTH DECK_NAME_LENGTH
15#define DECK_DESC_HEIGHT 5
void print_deck_name(enum DeckType deck, BG_POINT pos)
Prints the Deck name string to the screen at the given position.
void print_deck_description(enum DeckType deck, BG_POINT pos)
Prints the Deck description string to the screen at the given position.
Graphic utility functions.