mirror of https://github.com/zeldaret/tmc.git
Formatting
This commit is contained in:
parent
3dd2ccc211
commit
c5a8bcc6a1
|
@ -78,16 +78,11 @@ typedef struct {
|
|||
u8 unk3;
|
||||
} CuccoMinigamePrizeData;
|
||||
|
||||
static const CuccoMinigamePrizeData prizeData[10] = { { ITEM_SHELLS, 10, 1, 0 },
|
||||
{ ITEM_SHELLS, 10, 1, 0 },
|
||||
{ ITEM_SHELLS, 20, 1, 0 },
|
||||
{ ITEM_SHELLS, 20, 1, 0 },
|
||||
{ ITEM_SHELLS, 30, 1, 0 },
|
||||
{ ITEM_SHELLS, 30, 1, 0 },
|
||||
{ ITEM_KINSTONE, 0x6E, 1, 0 },
|
||||
{ ITEM_KINSTONE, 0x6F, 1, 0 },
|
||||
{ ITEM_KINSTONE, 0x70, 1, 0 },
|
||||
{ ITEM_HEART_PIECE, 0, 1, 0 } };
|
||||
static const CuccoMinigamePrizeData prizeData[10] = { { ITEM_SHELLS, 10, 1, 0 }, { ITEM_SHELLS, 10, 1, 0 },
|
||||
{ ITEM_SHELLS, 20, 1, 0 }, { ITEM_SHELLS, 20, 1, 0 },
|
||||
{ ITEM_SHELLS, 30, 1, 0 }, { ITEM_SHELLS, 30, 1, 0 },
|
||||
{ ITEM_KINSTONE, 0x6E, 1, 0 }, { ITEM_KINSTONE, 0x6F, 1, 0 },
|
||||
{ ITEM_KINSTONE, 0x70, 1, 0 }, { ITEM_HEART_PIECE, 0, 1, 0 } };
|
||||
|
||||
static const u16 CuccoMinigame_Sounds[] = { SFX_VO_CUCCO5, SFX_VO_CUCCO_CALL };
|
||||
|
||||
|
|
Loading…
Reference in New Issue