Review changes

This commit is contained in:
Eduardo Quezada D'Ottone 2021-11-12 14:33:17 -03:00
parent 67f78ce960
commit 1f1b45e165
2 changed files with 18 additions and 17 deletions

View file

@ -1993,6 +1993,7 @@ const u32 gItemIconPalette_Scanner[] = INCBIN_U32("graphics/items/icon_palettes/
const u32 gItemIcon_StorageKey[] = INCBIN_U32("graphics/items/icons/storage_key.4bpp.lz"); const u32 gItemIcon_StorageKey[] = INCBIN_U32("graphics/items/icons/storage_key.4bpp.lz");
const u32 gItemIcon_KeyToRoom1[] = INCBIN_U32("graphics/items/icons/key_to_room_1.4bpp.lz"); const u32 gItemIcon_KeyToRoom1[] = INCBIN_U32("graphics/items/icons/key_to_room_1.4bpp.lz");
const u32 gItemIconPalette_Key[] = INCBIN_U32("graphics/items/icon_palettes/key.gbapal.lz");
const u32 gItemIcon_KeyToRoom2[] = INCBIN_U32("graphics/items/icons/key_to_room_2.4bpp.lz"); const u32 gItemIcon_KeyToRoom2[] = INCBIN_U32("graphics/items/icons/key_to_room_2.4bpp.lz");
@ -2025,7 +2026,6 @@ const u32 gItemIcon_CardKey[] = INCBIN_U32("graphics/items/icons/card_key.4bpp.l
const u32 gItemIconPalette_CardKey[] = INCBIN_U32("graphics/items/icon_palettes/card_key.gbapal.lz"); const u32 gItemIconPalette_CardKey[] = INCBIN_U32("graphics/items/icon_palettes/card_key.gbapal.lz");
const u32 gItemIcon_LiftKey[] = INCBIN_U32("graphics/items/icons/lift_key.4bpp.lz"); const u32 gItemIcon_LiftKey[] = INCBIN_U32("graphics/items/icons/lift_key.4bpp.lz");
const u32 gItemIconPalette_Key[] = INCBIN_U32("graphics/items/icon_palettes/key.gbapal.lz");
const u32 gItemIcon_SilphScope[] = INCBIN_U32("graphics/items/icons/silph_scope.4bpp.lz"); const u32 gItemIcon_SilphScope[] = INCBIN_U32("graphics/items/icons/silph_scope.4bpp.lz");
const u32 gItemIconPalette_SilphScope[] = INCBIN_U32("graphics/items/icon_palettes/silph_scope.gbapal.lz"); const u32 gItemIconPalette_SilphScope[] = INCBIN_U32("graphics/items/icon_palettes/silph_scope.gbapal.lz");
@ -2039,6 +2039,7 @@ const u32 gItemIconPalette_RainbowPass[] = INCBIN_U32("graphics/items/icon_palet
const u32 gItemIcon_Tea[] = INCBIN_U32("graphics/items/icons/tea.4bpp.lz"); const u32 gItemIcon_Tea[] = INCBIN_U32("graphics/items/icons/tea.4bpp.lz");
const u32 gItemIconPalette_Tea[] = INCBIN_U32("graphics/items/icon_palettes/tea.gbapal.lz"); const u32 gItemIconPalette_Tea[] = INCBIN_U32("graphics/items/icon_palettes/tea.gbapal.lz");
const u32 gItemIconPalette_Ruby[] = INCBIN_U32("graphics/items/icon_palettes/ruby.gbapal.lz");
const u32 gItemIcon_Gem[] = INCBIN_U32("graphics/items/icons/gem.4bpp.lz"); const u32 gItemIcon_Gem[] = INCBIN_U32("graphics/items/icons/gem.4bpp.lz");
const u32 gItemIconPalette_Ruby[] = INCBIN_U32("graphics/items/icon_palettes/ruby.gbapal.lz");
const u32 gItemIconPalette_Sapphire[] = INCBIN_U32("graphics/items/icon_palettes/sapphire.gbapal.lz"); const u32 gItemIconPalette_Sapphire[] = INCBIN_U32("graphics/items/icon_palettes/sapphire.gbapal.lz");

View file

@ -8961,7 +8961,7 @@ const struct Item gItems[] =
[ITEM_FAME_CHECKER] = [ITEM_FAME_CHECKER] =
{ {
.name = _("FAME CHECKER"), .name = _("Fame Checker"),
.itemId = ITEM_FAME_CHECKER, .itemId = ITEM_FAME_CHECKER,
.price = 0, .price = 0,
.description = sFameCheckerDesc, .description = sFameCheckerDesc,
@ -8974,7 +8974,7 @@ const struct Item gItems[] =
[ITEM_TEACHY_TV] = [ITEM_TEACHY_TV] =
{ {
.name = _("TEACHY TV"), .name = _("Teachy TV"),
.itemId = ITEM_TEACHY_TV, .itemId = ITEM_TEACHY_TV,
.price = 0, .price = 0,
.description = sTeachyTVDesc, .description = sTeachyTVDesc,
@ -9210,7 +9210,7 @@ const struct Item gItems[] =
[ITEM_CONTEST_PASS] = [ITEM_CONTEST_PASS] =
{ {
.name = _("CONTEST PASS"), .name = _("Contest Pass"),
.itemId = ITEM_CONTEST_PASS, .itemId = ITEM_CONTEST_PASS,
.price = 0, .price = 0,
.description = sContestPassDesc, .description = sContestPassDesc,
@ -9222,7 +9222,7 @@ const struct Item gItems[] =
[ITEM_OAKS_PARCEL] = [ITEM_OAKS_PARCEL] =
{ {
.name = _("OAK'S PARCEL"), .name = _("Oak's Parcel"),
.itemId = ITEM_OAKS_PARCEL, .itemId = ITEM_OAKS_PARCEL,
.price = 0, .price = 0,
.description = sOaksParcelDesc, .description = sOaksParcelDesc,
@ -9234,7 +9234,7 @@ const struct Item gItems[] =
[ITEM_SECRET_KEY] = [ITEM_SECRET_KEY] =
{ {
.name = _("SECRET KEY"), .name = _("Secret Key"),
.itemId = ITEM_SECRET_KEY, .itemId = ITEM_SECRET_KEY,
.price = 0, .price = 0,
.description = sSecretKeyDesc, .description = sSecretKeyDesc,
@ -9246,7 +9246,7 @@ const struct Item gItems[] =
[ITEM_BIKE_VOUCHER] = [ITEM_BIKE_VOUCHER] =
{ {
.name = _("BIKE VOUCHER"), .name = _("Bike Voucher"),
.itemId = ITEM_BIKE_VOUCHER, .itemId = ITEM_BIKE_VOUCHER,
.price = 0, .price = 0,
.description = sBikeVoucherDesc, .description = sBikeVoucherDesc,
@ -9258,7 +9258,7 @@ const struct Item gItems[] =
[ITEM_GOLD_TEETH] = [ITEM_GOLD_TEETH] =
{ {
.name = _("GOLD TEETH"), .name = _("Gold Teeth"),
.itemId = ITEM_GOLD_TEETH, .itemId = ITEM_GOLD_TEETH,
.price = 0, .price = 0,
.description = sGoldTeethDesc, .description = sGoldTeethDesc,
@ -9270,7 +9270,7 @@ const struct Item gItems[] =
[ITEM_CARD_KEY] = [ITEM_CARD_KEY] =
{ {
.name = _("CARD KEY"), .name = _("Card Key"),
.itemId = ITEM_CARD_KEY, .itemId = ITEM_CARD_KEY,
.price = 0, .price = 0,
.description = sCardKeyDesc, .description = sCardKeyDesc,
@ -9282,7 +9282,7 @@ const struct Item gItems[] =
[ITEM_LIFT_KEY] = [ITEM_LIFT_KEY] =
{ {
.name = _("LIFT KEY"), .name = _("Lift Key"),
.itemId = ITEM_LIFT_KEY, .itemId = ITEM_LIFT_KEY,
.price = 0, .price = 0,
.description = sLiftKeyDesc, .description = sLiftKeyDesc,
@ -9294,7 +9294,7 @@ const struct Item gItems[] =
[ITEM_SILPH_SCOPE] = [ITEM_SILPH_SCOPE] =
{ {
.name = _("SILPH SCOPE"), .name = _("Silph Scope"),
.itemId = ITEM_SILPH_SCOPE, .itemId = ITEM_SILPH_SCOPE,
.price = 0, .price = 0,
.description = sSilphScopeDesc, .description = sSilphScopeDesc,
@ -9306,7 +9306,7 @@ const struct Item gItems[] =
[ITEM_TRI_PASS] = [ITEM_TRI_PASS] =
{ {
.name = _("TRI-PASS"), .name = _("Tri-Pass"),
.itemId = ITEM_TRI_PASS, .itemId = ITEM_TRI_PASS,
.price = 0, .price = 0,
.description = sTriPassDesc, .description = sTriPassDesc,
@ -9319,7 +9319,7 @@ const struct Item gItems[] =
[ITEM_RAINBOW_PASS] = [ITEM_RAINBOW_PASS] =
{ {
.name = _("RAINBOW PASS"), .name = _("Rainbow Pass"),
.itemId = ITEM_RAINBOW_PASS, .itemId = ITEM_RAINBOW_PASS,
.price = 0, .price = 0,
.description = sRainbowPassDesc, .description = sRainbowPassDesc,
@ -9332,7 +9332,7 @@ const struct Item gItems[] =
[ITEM_TEA] = [ITEM_TEA] =
{ {
.name = _("TEA"), .name = _("Tea"),
.itemId = ITEM_TEA, .itemId = ITEM_TEA,
.price = 0, .price = 0,
.description = sTeaDesc, .description = sTeaDesc,
@ -9345,7 +9345,7 @@ const struct Item gItems[] =
[ITEM_RUBY] = [ITEM_RUBY] =
{ {
.name = _("RUBY"), .name = _("Ruby"),
.itemId = ITEM_RUBY, .itemId = ITEM_RUBY,
.price = 0, .price = 0,
.description = sRubyDesc, .description = sRubyDesc,
@ -9358,7 +9358,7 @@ const struct Item gItems[] =
[ITEM_SAPPHIRE] = [ITEM_SAPPHIRE] =
{ {
.name = _("SAPPHIRE"), .name = _("Sapphire"),
.itemId = ITEM_SAPPHIRE, .itemId = ITEM_SAPPHIRE,
.price = 0, .price = 0,
.description = sSapphireDesc, .description = sSapphireDesc,