|
static DevText * | find_by_id (char id) |
|
DevText * | DevText_Create (char id, int x, int y, int w, int h, char *buf) |
|
void | DevText_EraseFirstLine (DevText *text) |
|
int | DevText_Clamp (int val, int max) |
|
void | DevText_SetCursorXY (DevText *text, int x, int y) |
|
void | DevText_SetCursorX (DevText *text, int x) |
|
void | DevText_HideCursor (DevText *text) |
|
void | DevText_80302AC0 (DevText *text) |
|
void | DevText_ShowBackground (DevText *text) |
|
void | DevText_HideBackground (DevText *text) |
|
void | DevText_ShowText (DevText *text) |
|
void | DevText_HideText (DevText *text) |
|
void | DevText_SetScale (DevText *text, f32 x, f32 y) |
|
void | DevText_SetXY (DevText *text, int x, int y) |
|
u8 | DevText_StoreColorIndex (DevText *text, u8 index) |
|
GXColor | DevText_SetTextColor (DevText *text, GXColor color) |
|
GXColor | DevText_SetBGColor (DevText *text, GXColor color) |
|
void | DevText_Erase (DevText *text) |
|
void | DevText_AdvanceLine (DevText *text) |
|
void | DevText_Print (DevText *text, char *str) |
|
void | DevText_PrintInt (DevText *text, int num) |
|
void | DevText_Printf (DevText *text, char *format,...) |
|
struct un_80304138_objalloc_t * | un_80302DF0 (void) |
|
void | un_80302DF8 (struct un_80304138_objalloc_t *arg0, void *arg1) |
|
int | un_80302E00 (struct un_80304138_objalloc_t_x8 *arg0, int arg1) |
|
int | un_80302EA4 (struct un_80304138_objalloc_t_x8 *arg0) |
|
static GXColor | adjust (GXColor c) |
|
void | un_80302FFC (struct un_80304138_objalloc_t *arg0) |
|
bool | un_80303444 (struct un_80304138_objalloc_t *arg0) |
|
bool | un_80303720 (struct un_80304138_objalloc_t *arg0) |
|
int | un_803039A4 (unsigned char arg0) |
|
void | un_80303AC4 (struct un_80304138_objalloc_t *arg0) |
|
void | fn_80303EF4 (HSD_GObj *gobj) |
|
void | un_80303FD4 (HSD_GObj *arg0, struct un_80304138_objalloc_t *arg1, struct un_80304138_objalloc_t_x8 *arg2, int arg3, int arg4, int arg5) |
|
void | un_80304138 (void) |
|
HSD_GObj * | un_80304168 (void *arg0, int arg1, int arg2, int arg3) |
|
void | un_80304210 (struct un_80304138_objalloc_t *arg0, void *arg1, int arg2, int arg3, int arg4) |
|
void | un_80304334 (struct un_80304138_objalloc_t *arg0) |
|
void | un_80304344 (struct un_80304138_objalloc_t *arg0) |
|
int | un_80304470 (void) |
|
int | un_80304510 (void) |
|
bool | un_803045A0 (void) |
|
bool | un_80304690 (void) |
|
bool | un_80304780 (void) |
|
int | un_80304870 (void) |
|
static unsigned short * | idk (void) |
|
bool | un_803048C0 (int arg0) |
|
bool | un_80304924 (int arg0) |
|
void | un_80304988 (int arg0) |
|
bool | un_803049F4 (int arg0) |
|
void | un_80304A58 (int arg0) |
|
bool | un_80304B0C (int arg0) |
|
int | un_80304B94 (int option) |
|
bool | un_80304CC8 (int arg0) |
|
int | un_80304D30 (void) |
|
|
DevText * | devtext_drawlist |
|
DevText * | devtext_poolhead |
|
unsigned short | un_804A26B8 [1000] |
|
unsigned short | un_804A284C [1000] |
|
short * | un_804D6EB4 |
|
struct un_80304138_objalloc_t * | un_804D6E40 |
|
struct un_80304138_objalloc_t_x8 * | un_804D6E48 |
|
struct idk | un_803B8810 |
|
struct idk | un_803B87DC |
|
struct idk | un_803B87A8 |
|
unsigned char | un_804D6E4C |
|
static HSD_ObjAllocData | un_804A2688 |
|
static struct un_80304138_objalloc_t * | un_804D6E44 |
|
GXColor | white = { 0xFF, 0xFF, 0xFF, 0xFF } |
|
GXColor | red = { 0xFF, 0x80, 0x80, 0xFF } |
|
GXColor | green = { 0x80, 0xFF, 0x80, 0xFF } |
|
GXColor | blue = { 0x80, 0x80, 0xFF, 0xFF } |
|
GXColor | color_08 = { 0x40, 0x50, 0x80, 0x80 } |
|
GXColor | color_0C = { 0xE2, 0xE2, 0xE2, 0xFF } |
|
GXColor | color_10 = { 0xFF, 0x80, 0x20, 0xFF } |
|
GXColor | color_14 = { 0xA0, 0xA0, 0xFF, 0xFF } |
|