|
| MapCollData * | mpLib_8004D164 (void) |
| |
| CollVtx * | mpGetGroundCollVtx (void) |
| |
| CollLine * | mpGetGroundCollLine (void) |
| |
| CollJoint * | mpGetGroundCollJoint (void) |
| |
| void | mpPruneEmptyLines (MapCollData *coll_data) |
| |
| void | mpLibLoad (MapCollData *coll_data) |
| |
| int | mpLineGetNext (int line_id) |
| |
| int | mpLineGetPrev (int line_id) |
| |
| static void | mpRemap2d (float *x_out, float *y_out, float ax0, float ay0, float ax1, float ay1, float bx0, float by0, float bx1, float by1, float px, float py) |
| |
| int | mpLib_8004DD90_Floor (int line_id, Vec3 *vec, float *y_out, u32 *flags_out, Vec3 *normal_out) |
| |
| int | mpLib_8004E090_Ceiling (int line_id, Vec3 *vec, float *y_out, u32 *flags_out, Vec3 *normal_out) |
| |
| int | mpLib_8004E398_LeftWall (int line_id, Vec3 *vec, float *x_out, u32 *flags_out, Vec3 *normal_out) |
| |
| int | mpLib_8004E684_RightWall (int line_id, Vec3 *vec, float *x_out, u32 *flags_out, Vec3 *normal_out) |
| |
| bool | mpLineIntersection (float a0x, float a0y, float a1x, float a1y, float b0x, float b0y, float b1x, float b1y, float *int_x, float *int_y) |
| |
| bool | mpLineIntersectionH (float *int_x, float *int_y, float a0x, float a0y, float a1x, float b0x, float b0y, float b1x, float b1y) |
| |
| void | mpLib_8004ED5C (int line_id, float *x0_out, float *y0_out, float *x1_out, float *y1_out) |
| |
| bool | mpCheckFloor (float ax, float ay, float bx, float by, float y_offset, Vec3 *vec_out, int *line_id_out, u32 *flags_out, Vec3 *normal_out, int line_id_skip, int joint_id_skip, int joint_id_only, bool(*cb)(Fighter_GObj *, int), Fighter_GObj *gobj) |
| |
| bool | mpCheckFloorRemap (float ax, float ay, float bx, float by, float y_offset, Vec3 *vec_out, int *line_id_out, u32 *flags_out, Vec3 *normal_out, int line_id_skip, int joint_id_skip, int joint_id_only, bool(*cb)(Fighter_GObj *, int), Fighter_GObj *gobj) |
| |
| bool | mpCheckCeiling (float ax, float ay, float bx, float by, Vec3 *vec_out, int *line_id_out, u32 *flags_out, Vec3 *normal_out, int joint_id_skip, int joint_id_only) |
| |
| bool | mpCheckCeilingRemap (float ax, float ay, float bx, float by, Vec3 *vec_out, int *line_id_out, u32 *flags_out, Vec3 *normal_out, int joint_id_skip, int joint_id_only) |
| |
| bool | mpLineIntersectionV (float *int_x, float *int_y, float a0x, float a0y, float a1y, float b0x, float b0y, float b1x, float b1y) |
| |
| bool | mpCheckLeftWall (float ax, float ay, float bx, float by, Vec3 *vec_out, int *line_id_out, u32 *flags_out, Vec3 *normal_out, int joint_id_skip, int joint_id_only) |
| |
| bool | mpCheckLeftWallRemap (float ax, float ay, float bx, float by, Vec3 *vec_out, int *line_id_out, u32 *flags_out, Vec3 *normal_out, int joint_id_skip, int joint_id_only) |
| |
| bool | mpCheckRightWall (float ax, float ay, float bx, float by, Vec3 *vec_out, int *line_id_out, u32 *flags_out, Vec3 *normal_out, int joint_id_skip, int joint_id_only) |
| |
| bool | mpCheckRightWallRemap (float ax, float ay, float bx, float by, Vec3 *vec_out, int *line_id_out, u32 *flags_out, Vec3 *normal_out, int joint_id_skip, int joint_id_only) |
| |
| bool | mpLib_800511A4_RightWall (float ax, float ay, float bx, float by, float cx, float cy, float dx, float dy, int *line_id_out, int joint_id_skip, int joint_id_only) |
| |
| bool | mpLib_800515A0_LeftWall (float a0x, float a0y, float a1x, float a1y, float b0x, float b0y, float b1x, float b1y, int *line_id_out, int joint_id_skip, int joint_id_only) |
| |
| int | mpLib_8005199C_Floor (Vec3 *vec, int joint_id_skip, int joint_id_only) |
| |
| int | mpLib_80051BA8_Floor (Vec3 *out_vec, int line_id_skip, int joint_id_skip, int joint_id_only, int dir, float left, float bottom, float right, float top) |
| |
| bool | mpCheckMultiple (float x0, float y0, float x1, float y1, Vec3 *pos_out, int *line_id_out, u32 *flags_out, Vec3 *normal_out, u32 checks, int joint_id_skip, int joint_id_only) |
| |
| bool | mpCheckAllRemap (Vec3 *pos_out, int *line_id_out, u32 *flags_out, Vec3 *normal_out, int joint_id_skip, int joint_id_only, float x0, float y0, float x1, float y1) |
| |
| bool | mpCheckAll (Vec3 *pos_out, int *line_id_out, u32 *flags_out, Vec3 *normal_out, int joint_id_skip, int joint_id_only, float x0, float y0, float x1, float y1) |
| |
| int | mpLineNextNonFloor (int line_id) |
| |
| int | mpLinePrevNonFloor (int line_id) |
| |
| int | mpLinePrevNonCeiling (int line_id) |
| |
| int | mpLineNextNonCeiling (int line_id) |
| |
| int | mpLineNextNonLeftWall (int line_id) |
| |
| int | mpLinePrevNonLeftWall (int line_id) |
| |
| int | mpLinePrevNonRightWall (int line_id) |
| |
| int | mpLineNextNonRightWall (int line_id) |
| |
| int | mpLib_80053394_Floor (int line_id) |
| |
| int | mpLib_80053448_Floor (int line_id) |
| |
| int | mpLib_800534FC_Floor (int line_id) |
| |
| int | mpLib_800536CC_Floor (int line_id) |
| |
| int | mpLib_8005389C_Ceiling (int line_id) |
| |
| int | mpLib_80053950_Ceiling (int line_id) |
| |
| int | mpLib_80053A04_Ceiling (int line_id) |
| |
| int | mpLib_80053BD4_Ceiling (int line_id) |
| |
| void | mpLib_80053DA4_Floor (int line_id, Vec3 *pos_out) |
| |
| void | mpLib_80053ECC_Floor (int line_id, Vec *vec) |
| |
| void | mpFloorGetRight (int line_id, Vec3 *pos_out) |
| |
| void | mpFloorGetLeft (int line_id, Vec3 *pos_out) |
| |
| void | mpCeilingGetRight (int line_id, Vec3 *pos_out) |
| |
| void | mpCeilingGetLeft (int line_id, Vec3 *pos_out) |
| |
| void | mpLeftWallGetTop (int line_id, Vec3 *pos_out) |
| |
| void | mpLeftWallGetBottom (int line_id, Vec3 *pos_out) |
| |
| void | mpRightWallGetTop (int line_id, Vec3 *pos_out) |
| |
| void | mpRightWallGetBottom (int line_id, Vec3 *pos_out) |
| |
| void | mpLineGetV1Pos (int line_id, Vec3 *pos_out) |
| |
| void | mpLineGetV0Pos (int line_id, Vec3 *pos_out) |
| |
| enum_t | mpLineGetKind (int line_id) |
| |
| u32 | mpLineGetFlags (int line_id) |
| |
| void | mpLib_80054D68 (int line_id, u32 flags) |
| |
| Vec3 * | mpLineGetNormal (int line_id, Vec3 *normal_out) |
| |
| bool | mpLib_80054ED8 (int line_id) |
| |
| bool | mpLinesConnected (int start_id, int target_id) |
| |
| static HSD_JObj * | jobj_child (HSD_JObj *jobj) |
| |
| static HSD_JObj * | jobj_next (HSD_JObj *jobj) |
| |
| static HSD_JObj * | jobj_parent (HSD_JObj *jobj) |
| |
| void | mpLib_800552B0 (int joint_id, HSD_JObj *jobj, int z) |
| |
| void | mpJointHide (int joint_id) |
| |
| void | mpJointUnhide (int joint_id) |
| |
| void | mpJointUpdateDynamics (int joint_id) |
| |
| void | mpLib_80055E24 (int joint_id) |
| |
| void | mpLib_80055E9C (int joint_id) |
| |
| void | mpJointUpdateBounding (int joint_id) |
| |
| void | mpLib_8005667C (int joint_id) |
| |
| void | mpVtxGetPos (int vtx_id, float *x_out, float *y_out) |
| |
| void | mpVtxSetPos (int vtx_id, float x, float y) |
| |
| void | mpLineSetPos (int line_id, float x0, float y0, float x1, float y1) |
| |
| void | mpLib_80056758 (int line_id, float x0, float y0, float x1, float y1) |
| |
| bool | mpGetSpeed (int line_id, Vec3 *pos, Vec3 *speed) |
| |
| float | mpLib_800569EC (u32 unk) |
| |
| int * | mpLib_80056A1C (int arg0, int *arg1) |
| |
| int | mpLib_80056A54 (int arg0, int *arg1) |
| |
| int * | mpLib_80056A8C (int arg0, int *arg1) |
| |
| int | mpLib_80056AC4 (int arg0, int *arg1) |
| |
| int * | mpLib_80056AFC (int arg0, int *arg1) |
| |
| int | mpLib_80056B34 (int arg0, int *arg1) |
| |
| int | mpJointFromLine (int line_id) |
| |
| bool | mpLib_80056C54 (int line_id, Vec3 *pos, int *line_id_out, Vec3 *vec_out, u32 *flags_out, Vec3 *normal_out, f32 var_f25, f32 arg7, f32 arg8, f32 arg9) |
| |
| void | mpLib_80057424 (int joint_id) |
| |
| void | mpLib_80057528 (int line_id) |
| |
| void | mpLib_800575B0 (int line_id) |
| |
| void | mpJointListAdd (int joint_id) |
| |
| void | mpJointListUnlink (CollJoint *arg0) |
| |
| void | mpLib_80057BC0 (int joint_id) |
| |
| void | mpLib_80057FDC (int joint_id) |
| |
| void | mpLib_80058044 (int joint_id) |
| |
| void | mpJointSetB10 (int joint_id) |
| |
| void | mpJointSetCb1 (int joint_id, Ground *arg1, mpLib_Callback cb) |
| |
| void | mpJointClearCb1 (int joint_id) |
| |
| void | mpJointGetCb1 (int joint_id, mpLib_Callback *arg1, Ground **arg2) |
| |
| void | mpLib_8005811C (CollData *coll, int ledge_id) |
| |
| void | mpJointSetCb2 (int joint_id, Ground *arg1, mpLib_Callback arg2) |
| |
| void | mpJointGetCb2 (int joint_id, mpLib_Callback *cb, Ground **gr) |
| |
| void | mpLib_800581DC (int joint_id0, int joint_id1) |
| |
| void | mpLib_80058560 (void) |
| |
| void | mpLib_80058614_Floor (void) |
| |
| void | mpLib_800587FC (HSD_GObj *gobj) |
| |
| void | mpLib_80058820 (void) |
| |
| bool | mpCheckedBounding (void) |
| |
| void | mpBoundingCheck (float left, float bottom, float right, float top) |
| |
| void | mpBoundingCheck2 (float x1, float y1, float x2, float y2) |
| |
| void | mpBoundingCheck3 (float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) |
| |
| void | mpUncheckBounding (void) |
| |
| void | mpLib_SetupDraw (GXColor color) |
| |
| void | mpLib_DrawEcbs (CollData *cd) |
| |
| void | mpLib_DrawSnapping (void) |
| |
| void | mpLib_DrawMatchingLines (int value, int flag, GXColor color) |
| |
| void | mpLib_80059554 (void) |
| |
| void | mpLib_80059E60 (void) |
| |
| void | mpLib_DrawCrosses (s16 *idx, int len, GXColor arg2) |
| |
| void | mpLib_DrawSpecialPoints (void) |
| |
| void | mpLib_8005A2DC (void) |
| |
| void | mpLib_DrawZones (void) |
| |
|
| static Vec2 | mpLib_803BF718 [2] = { { -1.0F, -400.0F }, { 1.0F, -400.0F } } |
| |
| static MapLine | mpLib_803BF728 = { 0, 1, -1, -1, -1, -1, 1, 0 } |
| |
| static MapJoint | mpLib_803BF738 |
| |
| static MapCollData | mpLib_803BF760 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BD3D8 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BD430 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BD488 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BD4E0 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BD538 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BD590 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BD5E8 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BD640 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BD698 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BD6F0 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BD748 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BD7A0 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BD7F8 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BD850 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BD8A8 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BD900 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BD958 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BD9B0 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BDA08 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BDA60 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BDAB8 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BDB10 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BDB68 |
| |
| static struct mpLib_803BF248_t_x4 | mpLib_803BDBC0 |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BDC18 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BDC68 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BDCB8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BDD08 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BDD58 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BDDA8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BDDF8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BDE48 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BDE98 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BDEE8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BDF38 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BDF88 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BDFD8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE028 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE078 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE0C8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE118 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE168 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE1B8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE208 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE258 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE2A8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE2F8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE348 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE398 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE3E8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE438 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE488 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE4D8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE528 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE578 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE5C8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE618 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE668 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE6B8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE708 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE758 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE7A8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE7F8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE848 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE898 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE8E8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE938 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE988 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BE9D8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BEA28 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BEA78 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BEAC8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BEB18 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BEB68 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BEBB8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BEC08 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BEC58 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BECA8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BECF8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BED48 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BED98 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BEDE8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BEE38 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BEE88 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BEED8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BEF28 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BEF78 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BEFC8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BF018 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BF068 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BF0B8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BF108 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BF158 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BF1A8 [20] |
| |
| static struct mpLib_803BF248_t_x4 * | mpLib_803BF1F8 [20] |
| |
| static struct mpLib_803BF248_t | mpLib_803BF248 [0x47] |
| |
| static HSD_Chan | mpLib_803BF540 |
| |
| static const GXColor | mpLib_FloorColor = { 0xC0, 0xC0, 0xC0, 0xFF } |
| |
| static const GXColor | mpLib_CeilingColor = { 0xC0, 0x80, 0x80, 0xFF } |
| |
| static const GXColor | mpLib_RightWallColor = { 0x80, 0xC0, 0x80, 0xFF } |
| |
| static const GXColor | mpLib_LeftWallColor = { 0x80, 0x80, 0xC0, 0xFF } |
| |
| static const GXColor | mpLib_DynamicFloorColor = { 0x60, 0x60, 0x60, 0xFF } |
| |
| static const GXColor | mpLib_DynamicCeilingColor = { 0x60, 0x40, 0x40, 0xFF } |
| |
| static const GXColor | mpLib_DynamicRightWallColor = { 0x40, 0x60, 0x40, 0xFF } |
| |
| static const GXColor | mpLib_DynamicLeftWallColor = { 0x40, 0x40, 0x60, 0xFF } |
| |
| static const GXColor | mpLib_804D80F0 = { 0xFF, 0x40, 0x40, 0xFF } |
| |
| static const GXColor | mpLib_804D80F4 = { 0x40, 0x40, 0xFF, 0xFF } |
| |
| static const GXColor | mpLib_804D80F8 = { 0xFF, 0x40, 0xFF, 0xFF } |
| |
| static const GXColor | mpLib_804D80FC = { 0x80, 0x80, 0x80, 0xFF } |
| |
| static const GXColor | mpLib_804D8100 = { 0x80, 0x80, 0x80, 0xFF } |
| |
| static s16 | mpLib_ItemSpawnVtxIds [0x15] |
| |
| static s16 | mpLib_EnemySpawnVtxIds [0x50] |
| |
| static s16 | mpLib_TrophySpawnVtxIds [0x19] |
| |
| static s16 | mpLib_ExitVtxIds [0x2E] |
| |
| static s16 | mpLib_SpawnVtxIds [4] = { 0, 1, 2, 3 } |
| |
| static s16 | mpLib_RespawnVtxIds [4] = { 4, 5, 6, 7 } |
| |
| static const GXColor | mpLib_804D8128 = { 0x7D, 0x7D, 0xFF, 0xFF } |
| |
| static const GXColor | mpLib_804D812C = { 0x7D, 0xFF, 0x80, 0xFF } |
| |
| static const GXColor | mpLib_804D8130 = { 0xFF, 0xFF, 0x80, 0xFF } |
| |
| static const GXColor | mpLib_804D8134 = { 0xFF, 0x40, 0x40, 0xFF } |
| |
| static const GXColor | mpLib_804D8138 = { 0xFF, 0x40, 0xC0, 0xFF } |
| |
| static const GXColor | mpLib_804D813C = { 0xFF, 0xFF, 0xFF, 0xFF } |
| |
| static const GXColor | mpLib_804D8140 = { 0xFF, 0xFF, 0xC0, 0xFF } |
| |
| static const GXColor | mpLib_804D8144 = { 0xFF, 0xFF, 0xFF, 0x80 } |
| |
| static const GXColor | mpLib_804D8148 = { 0x80, 0xC0, 0xC0, 0xFF } |
| |
| static const GXColor | mpLib_804D814C = { 0xC0, 0xFF, 0xFF, 0x80 } |
| |
| static const GXColor | mpLib_804D8150 = { 0x40, 0x40, 0xFF, 0x00 } |
| |