Skip to content

Commit

Permalink
add macros for special wLaunchELF chars
Browse files Browse the repository at this point in the history
square, circle and so on
  • Loading branch information
israpps committed Jan 7, 2025
1 parent 68806d6 commit 573d422
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions include/launchelf.h
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,16 @@ void Load_External_Language(void);

/* font_uLE.c */

#define FNCH_CIRCLE "\xFF0"
#define FNCH_CROSS "\xFF1"
#define FNCH_SQUARE "\xFF2"
#define FNCH_TRIANGLE "\xFF3"
#define FNCH_BOXFILLD "\xFF4"
#define FNCH_RIGHT "\xFF:"
#define FNCH_LEFT "\xFF<"
#define FNCH_UP "\xFF="
#define FNCH_DOWN "\xFF;"

extern unsigned char font_uLE[];
enum {
//0x100-0x109 are 5 double width characters for D-Pad buttons, which are accessed as:
Expand Down

0 comments on commit 573d422

Please sign in to comment.