From a04f8f6ee3074cc48f56e99f70cdbce8d1c88799 Mon Sep 17 00:00:00 2001 From: Slawter666 <38655737+Slawter666@users.noreply.github.com> Date: Mon, 23 Apr 2018 21:44:46 +0100 Subject: Convert item data files to .c (not compiling) --- data/item_menu_icons.s | 11 - data/items.inc | 5656 --------------------------------------- data/text/item_descriptions.inc | 929 ------- 3 files changed, 6596 deletions(-) delete mode 100644 data/item_menu_icons.s delete mode 100644 data/items.inc delete mode 100644 data/text/item_descriptions.inc (limited to 'data') diff --git a/data/item_menu_icons.s b/data/item_menu_icons.s deleted file mode 100644 index 30cb7e66b..000000000 --- a/data/item_menu_icons.s +++ /dev/null @@ -1,11 +0,0 @@ -#include "constants/items.h" - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - -@ 857FEA0 - .include "data/text/item_descriptions.inc" - -@ 85839A0 - .include "data/items.inc" diff --git a/data/items.inc b/data/items.inc deleted file mode 100644 index d5c43a2c9..000000000 --- a/data/items.inc +++ /dev/null @@ -1,5656 +0,0 @@ - .align 2 -gItems:: @ 85839A0 - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MASTER BALL$", 14 - .2byte ITEM_MASTER_BALL - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gMasterBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 0 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 0 - - .string "ULTRA BALL$", 14 - .2byte ITEM_ULTRA_BALL - .2byte 1200 @ price - .byte 0 - .byte 0 - .4byte gUltraBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 1 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 1 - - .string "GREAT BALL$", 14 - .2byte ITEM_GREAT_BALL - .2byte 600 @ price - .byte 0 - .byte 0 - .4byte gGreatBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 2 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 2 - - .string "POKé BALL$", 14 - .2byte ITEM_POKE_BALL - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gPokeBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 3 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 3 - - .string "SAFARI BALL$", 14 - .2byte ITEM_SAFARI_BALL - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gSafariBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 4 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 4 - - .string "NET BALL$", 14 - .2byte ITEM_NET_BALL - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gNetBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 5 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 5 - - .string "DIVE BALL$", 14 - .2byte ITEM_DIVE_BALL - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gDiveBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 6 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 6 - - .string "NEST BALL$", 14 - .2byte ITEM_NEST_BALL - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gNestBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 7 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 7 - - .string "REPEAT BALL$", 14 - .2byte ITEM_REPEAT_BALL - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gRepeatBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 8 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 8 - - .string "TIMER BALL$", 14 - .2byte ITEM_TIMER_BALL - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gTimerBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 9 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 9 - - .string "LUXURY BALL$", 14 - .2byte ITEM_LUXURY_BALL - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gLuxuryBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 10 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 10 - - .string "PREMIER BALL$", 14 - .2byte ITEM_PREMIER_BALL - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gPremierBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 11 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 11 - - .string "POTION$", 14 - .2byte ITEM_POTION - .2byte 300 @ price - .byte 0 - .byte 20 - .4byte gPotionItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "ANTIDOTE$", 14 - .2byte ITEM_ANTIDOTE - .2byte 100 @ price - .byte 0 - .byte 0 - .4byte gAntidoteItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "BURN HEAL$", 14 - .2byte ITEM_BURN_HEAL - .2byte 250 @ price - .byte 0 - .byte 0 - .4byte gBurnHealItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "ICE HEAL$", 14 - .2byte ITEM_ICE_HEAL - .2byte 250 @ price - .byte 0 - .byte 0 - .4byte gIceHealItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "AWAKENING$", 14 - .2byte ITEM_AWAKENING - .2byte 250 @ price - .byte 0 - .byte 0 - .4byte gAwakeningItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "PARLYZ HEAL$", 14 - .2byte ITEM_PARALYZE_HEAL - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gParalyzeHealItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "FULL RESTORE$", 14 - .2byte ITEM_FULL_RESTORE - .2byte 3000 @ price - .byte 0 - .byte 255 - .4byte gFullRestoreItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "MAX POTION$", 14 - .2byte ITEM_MAX_POTION - .2byte 2500 @ price - .byte 0 - .byte 255 - .4byte gMaxPotionItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "HYPER POTION$", 14 - .2byte ITEM_HYPER_POTION - .2byte 1200 @ price - .byte 0 - .byte 200 - .4byte gHyperPotionItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "SUPER POTION$", 14 - .2byte ITEM_SUPER_POTION - .2byte 700 @ price - .byte 0 - .byte 50 - .4byte gSuperPotionItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "FULL HEAL$", 14 - .2byte ITEM_FULL_HEAL - .2byte 600 @ price - .byte 0 - .byte 0 - .4byte gFullHealItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "REVIVE$", 14 - .2byte ITEM_REVIVE - .2byte 1500 @ price - .byte 0 - .byte 0 - .4byte gReviveItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "MAX REVIVE$", 14 - .2byte ITEM_MAX_REVIVE - .2byte 4000 @ price - .byte 0 - .byte 0 - .4byte gMaxReviveItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "FRESH WATER$", 14 - .2byte ITEM_FRESH_WATER - .2byte 200 @ price - .byte 0 - .byte 50 - .4byte gFreshWaterItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "SODA POP$", 14 - .2byte ITEM_SODA_POP - .2byte 300 @ price - .byte 0 - .byte 60 - .4byte gSodaPopItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "LEMONADE$", 14 - .2byte ITEM_LEMONADE - .2byte 350 @ price - .byte 0 - .byte 80 - .4byte gLemonadeItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "MOOMOO MILK$", 14 - .2byte ITEM_MOOMOO_MILK - .2byte 500 @ price - .byte 0 - .byte 100 - .4byte gMoomooMilkItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "ENERGYPOWDER$", 14 - .2byte ITEM_ENERGY_POWDER - .2byte 500 @ price - .byte 0 - .byte 0 - .4byte gEnergyPowderItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "ENERGY ROOT$", 14 - .2byte ITEM_ENERGY_ROOT - .2byte 800 @ price - .byte 0 - .byte 0 - .4byte gEnergyRootItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "HEAL POWDER$", 14 - .2byte ITEM_HEAL_POWDER - .2byte 450 @ price - .byte 0 - .byte 0 - .4byte gHealPowderItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "REVIVAL HERB$", 14 - .2byte ITEM_REVIVAL_HERB - .2byte 2800 @ price - .byte 0 - .byte 0 - .4byte gRevivalHerbItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "ETHER$", 14 - .2byte ITEM_ETHER - .2byte 1200 @ price - .byte 0 - .byte 10 - .4byte gEtherItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_PPRecovery - .4byte 1 - .4byte ItemUseInBattle_PPRecovery - .4byte 0 - - .string "MAX ETHER$", 14 - .2byte ITEM_MAX_ETHER - .2byte 2000 @ price - .byte 0 - .byte 255 - .4byte gMaxEtherItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_PPRecovery - .4byte 1 - .4byte ItemUseInBattle_PPRecovery - .4byte 0 - - .string "ELIXIR$", 14 - .2byte ITEM_ELIXIR - .2byte 3000 @ price - .byte 0 - .byte 10 - .4byte gElixirItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_PPRecovery - .4byte 1 - .4byte ItemUseInBattle_PPRecovery - .4byte 0 - - .string "MAX ELIXIR$", 14 - .2byte ITEM_MAX_ELIXIR - .2byte 4500 @ price - .byte 0 - .byte 255 - .4byte gMaxElixirItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_PPRecovery - .4byte 1 - .4byte ItemUseInBattle_PPRecovery - .4byte 0 - - .string "LAVA COOKIE$", 14 - .2byte ITEM_LAVA_COOKIE - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gLavaCookieItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "BLUE FLUTE$", 14 - .2byte ITEM_BLUE_FLUTE - .2byte 100 @ price - .byte 0 - .byte 0 - .4byte gBlueFluteItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "YELLOW FLUTE$", 14 - .2byte ITEM_YELLOW_FLUTE - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gYellowFluteItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "RED FLUTE$", 14 - .2byte ITEM_RED_FLUTE - .2byte 300 @ price - .byte 0 - .byte 0 - .4byte gRedFluteItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "BLACK FLUTE$", 14 - .2byte ITEM_BLACK_FLUTE - .2byte 400 @ price - .byte 0 - .byte 50 - .4byte gBlackFluteItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_BlackWhiteFlute - .4byte 0 - .4byte NULL - .4byte 0 - - .string "WHITE FLUTE$", 14 - .2byte ITEM_WHITE_FLUTE - .2byte 500 @ price - .byte 0 - .byte 150 - .4byte gWhiteFluteItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_BlackWhiteFlute - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BERRY JUICE$", 14 - .2byte ITEM_BERRY_JUICE - .2byte 100 @ price - .byte 1 - .byte 20 - .4byte gBerryJuiceItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "SACRED ASH$", 14 - .2byte ITEM_SACRED_ASH - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gSacredAshItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_SacredAsh - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SHOAL SALT$", 14 - .2byte ITEM_SHOAL_SALT - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gShoalSaltItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SHOAL SHELL$", 14 - .2byte ITEM_SHOAL_SHELL - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gShoalShellItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RED SHARD$", 14 - .2byte ITEM_RED_SHARD - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gRedShardItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BLUE SHARD$", 14 - .2byte ITEM_BLUE_SHARD - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gBlueShardItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "YELLOW SHARD$", 14 - .2byte ITEM_YELLOW_SHARD - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gYellowShardItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "GREEN SHARD$", 14 - .2byte ITEM_GREEN_SHARD - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gGreenShardItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HP UP$", 14 - .2byte ITEM_HP_UP - .2byte 9800 @ price - .byte 0 - .byte 0 - .4byte gHPUpItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 0 - .4byte NULL - .4byte 0 - - .string "PROTEIN$", 14 - .2byte ITEM_PROTEIN - .2byte 9800 @ price - .byte 0 - .byte 0 - .4byte gProteinItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 0 - .4byte NULL - .4byte 0 - - .string "IRON$", 14 - .2byte ITEM_IRON - .2byte 9800 @ price - .byte 0 - .byte 0 - .4byte gIronItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 0 - .4byte NULL - .4byte 0 - - .string "CARBOS$", 14 - .2byte ITEM_CARBOS - .2byte 9800 @ price - .byte 0 - .byte 0 - .4byte gCarbosItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 0 - .4byte NULL - .4byte 0 - - .string "CALCIUM$", 14 - .2byte ITEM_CALCIUM - .2byte 9800 @ price - .byte 0 - .byte 0 - .4byte gCalciumItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RARE CANDY$", 14 - .2byte ITEM_RARE_CANDY - .2byte 4800 @ price - .byte 0 - .byte 0 - .4byte gRareCandyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_RareCandy - .4byte 0 - .4byte NULL - .4byte 0 - - .string "PP UP$", 14 - .2byte ITEM_PP_UP - .2byte 9800 @ price - .byte 0 - .byte 0 - .4byte gPPUpItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_PPUp - .4byte 0 - .4byte NULL - .4byte 0 - - .string "ZINC$", 14 - .2byte ITEM_ZINC - .2byte 9800 @ price - .byte 0 - .byte 0 - .4byte gZincItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 0 - .4byte NULL - .4byte 0 - - .string "PP MAX$", 14 - .2byte ITEM_PP_MAX - .2byte 9800 @ price - .byte 0 - .byte 0 - .4byte gPPMaxItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_PPUp - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "GUARD SPEC.$", 14 - .2byte ITEM_GUARD_SPEC - .2byte 700 @ price - .byte 0 - .byte 0 - .4byte gGuardSpecItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 2 - .4byte ItemUseInBattle_StatIncrease - .4byte 0 - - .string "DIRE HIT$", 14 - .2byte ITEM_DIRE_HIT - .2byte 650 @ price - .byte 0 - .byte 0 - .4byte gDireHitItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 2 - .4byte ItemUseInBattle_StatIncrease - .4byte 0 - - .string "X ATTACK$", 14 - .2byte ITEM_X_ATTACK - .2byte 500 @ price - .byte 0 - .byte 0 - .4byte gXAttackItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 2 - .4byte ItemUseInBattle_StatIncrease - .4byte 0 - - .string "X DEFEND$", 14 - .2byte ITEM_X_DEFEND - .2byte 550 @ price - .byte 0 - .byte 0 - .4byte gXDefendItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 2 - .4byte ItemUseInBattle_StatIncrease - .4byte 0 - - .string "X SPEED$", 14 - .2byte ITEM_X_SPEED - .2byte 350 @ price - .byte 0 - .byte 0 - .4byte gXSpeedItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 2 - .4byte ItemUseInBattle_StatIncrease - .4byte 0 - - .string "X ACCURACY$", 14 - .2byte ITEM_X_ACCURACY - .2byte 950 @ price - .byte 0 - .byte 0 - .4byte gXAccuracyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 2 - .4byte ItemUseInBattle_StatIncrease - .4byte 0 - - .string "X SPECIAL$", 14 - .2byte ITEM_X_SPECIAL - .2byte 350 @ price - .byte 0 - .byte 0 - .4byte gXSpecialItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 2 - .4byte ItemUseInBattle_StatIncrease - .4byte 0 - - .string "POKé DOLL$", 14 - .2byte ITEM_POKE_DOLL - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gPokeDollItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 2 - .4byte ItemUseInBattle_Escape - .4byte 0 - - .string "FLUFFY TAIL$", 14 - .2byte ITEM_FLUFFY_TAIL - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gFluffyTailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 2 - .4byte ItemUseInBattle_Escape - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SUPER REPEL$", 14 - .2byte ITEM_SUPER_REPEL - .2byte 500 @ price - .byte 0 - .byte 200 - .4byte gSuperRepelItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_Repel - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MAX REPEL$", 14 - .2byte ITEM_MAX_REPEL - .2byte 700 @ price - .byte 0 - .byte 250 - .4byte gMaxRepelItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_Repel - .4byte 0 - .4byte NULL - .4byte 0 - - .string "ESCAPE ROPE$", 14 - .2byte ITEM_ESCAPE_ROPE - .2byte 550 @ price - .byte 0 - .byte 0 - .4byte gEscapeRopeItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_EscapeRope - .4byte 0 - .4byte NULL - .4byte 0 - - .string "REPEL$", 14 - .2byte ITEM_REPEL - .2byte 350 @ price - .byte 0 - .byte 100 - .4byte gRepelItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_Repel - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SUN STONE$", 14 - .2byte ITEM_SUN_STONE - .2byte 2100 @ price - .byte 0 - .byte 0 - .4byte gSunStoneItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_EvolutionStone - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MOON STONE$", 14 - .2byte ITEM_MOON_STONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gMoonStoneItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_EvolutionStone - .4byte 0 - .4byte NULL - .4byte 0 - - .string "FIRE STONE$", 14 - .2byte ITEM_FIRE_STONE - .2byte 2100 @ price - .byte 0 - .byte 0 - .4byte gFireStoneItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_EvolutionStone - .4byte 0 - .4byte NULL - .4byte 0 - - .string "THUNDERSTONE$", 14 - .2byte ITEM_THUNDER_STONE - .2byte 2100 @ price - .byte 0 - .byte 0 - .4byte gThunderStoneItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_EvolutionStone - .4byte 0 - .4byte NULL - .4byte 0 - - .string "WATER STONE$", 14 - .2byte ITEM_WATER_STONE - .2byte 2100 @ price - .byte 0 - .byte 0 - .4byte gWaterStoneItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_EvolutionStone - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LEAF STONE$", 14 - .2byte ITEM_LEAF_STONE - .2byte 2100 @ price - .byte 0 - .byte 0 - .4byte gLeafStoneItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_EvolutionStone - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TINYMUSHROOM$", 14 - .2byte ITEM_TINY_MUSHROOM - .2byte 500 @ price - .byte 0 - .byte 0 - .4byte gTinyMushroomItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BIG MUSHROOM$", 14 - .2byte ITEM_BIG_MUSHROOM - .2byte 5000 @ price - .byte 0 - .byte 0 - .4byte gBigMushroomItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "PEARL$", 14 - .2byte ITEM_PEARL - .2byte 1400 @ price - .byte 0 - .byte 0 - .4byte gPearlItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BIG PEARL$", 14 - .2byte ITEM_BIG_PEARL - .2byte 7500 @ price - .byte 0 - .byte 0 - .4byte gBigPearlItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "STARDUST$", 14 - .2byte ITEM_STARDUST - .2byte 2000 @ price - .byte 0 - .byte 0 - .4byte gStardustItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "STAR PIECE$", 14 - .2byte ITEM_STAR_PIECE - .2byte 9800 @ price - .byte 0 - .byte 0 - .4byte gStarPieceItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "NUGGET$", 14 - .2byte ITEM_NUGGET - .2byte 10000 @ price - .byte 0 - .byte 0 - .4byte gNuggetItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HEART SCALE$", 14 - .2byte ITEM_HEART_SCALE - .2byte 100 @ price - .byte 0 - .byte 0 - .4byte gHeartScaleItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "ORANGE MAIL$", 14 - .2byte ITEM_ORANGE_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gOrangeMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HARBOR MAIL$", 14 - .2byte ITEM_HARBOR_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gHarborMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 1 - - .string "GLITTER MAIL$", 14 - .2byte ITEM_GLITTER_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gGlitterMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 2 - - .string "MECH MAIL$", 14 - .2byte ITEM_MECH_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gMechMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 3 - - .string "WOOD MAIL$", 14 - .2byte ITEM_WOOD_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gWoodMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 4 - - .string "WAVE MAIL$", 14 - .2byte ITEM_WAVE_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gWaveMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 5 - - .string "BEAD MAIL$", 14 - .2byte ITEM_BEAD_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gBeadMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 6 - - .string "SHADOW MAIL$", 14 - .2byte ITEM_SHADOW_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gShadowMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 7 - - .string "TROPIC MAIL$", 14 - .2byte ITEM_TROPIC_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gTropicMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 8 - - .string "DREAM MAIL$", 14 - .2byte ITEM_DREAM_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gDreamMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 9 - - .string "FAB MAIL$", 14 - .2byte ITEM_FAB_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gFabMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 10 - - .string "RETRO MAIL$", 14 - .2byte ITEM_RETRO_MAIL - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gRetroMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 11 - - .string "CHERI BERRY$", 14 - .2byte ITEM_CHERI_BERRY - .2byte 20 @ price - .byte 2 - .byte 0 - .4byte gCheriBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "CHESTO BERRY$", 14 - .2byte ITEM_CHESTO_BERRY - .2byte 20 @ price - .byte 3 - .byte 0 - .4byte gChestoBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "PECHA BERRY$", 14 - .2byte ITEM_PECHA_BERRY - .2byte 20 @ price - .byte 4 - .byte 0 - .4byte gPechaBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "RAWST BERRY$", 14 - .2byte ITEM_RAWST_BERRY - .2byte 20 @ price - .byte 5 - .byte 0 - .4byte gRawstBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "ASPEAR BERRY$", 14 - .2byte ITEM_ASPEAR_BERRY - .2byte 20 @ price - .byte 6 - .byte 0 - .4byte gAspearBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "LEPPA BERRY$", 14 - .2byte ITEM_LEPPA_BERRY - .2byte 20 @ price - .byte 7 - .byte 10 - .4byte gLeppaBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_PPRecovery - .4byte 1 - .4byte ItemUseInBattle_PPRecovery - .4byte 0 - - .string "ORAN BERRY$", 14 - .2byte ITEM_ORAN_BERRY - .2byte 20 @ price - .byte 1 - .byte 10 - .4byte gOranBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "PERSIM BERRY$", 14 - .2byte ITEM_PERSIM_BERRY - .2byte 20 @ price - .byte 8 - .byte 0 - .4byte gPersimBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "LUM BERRY$", 14 - .2byte ITEM_LUM_BERRY - .2byte 20 @ price - .byte 9 - .byte 0 - .4byte gLumBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "SITRUS BERRY$", 14 - .2byte ITEM_SITRUS_BERRY - .2byte 20 @ price - .byte 1 - .byte 30 - .4byte gSitrusBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "FIGY BERRY$", 14 - .2byte ITEM_FIGY_BERRY - .2byte 20 @ price - .byte 10 - .byte 8 - .4byte gFigyBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "WIKI BERRY$", 14 - .2byte ITEM_WIKI_BERRY - .2byte 20 @ price - .byte 11 - .byte 8 - .4byte gWikiBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MAGO BERRY$", 14 - .2byte ITEM_MAGO_BERRY - .2byte 20 @ price - .byte 12 - .byte 8 - .4byte gMagoBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "AGUAV BERRY$", 14 - .2byte ITEM_AGUAV_BERRY - .2byte 20 @ price - .byte 13 - .byte 8 - .4byte gAguavBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "IAPAPA BERRY$", 14 - .2byte ITEM_IAPAPA_BERRY - .2byte 20 @ price - .byte 14 - .byte 8 - .4byte gIapapaBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RAZZ BERRY$", 14 - .2byte ITEM_RAZZ_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gRazzBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BLUK BERRY$", 14 - .2byte ITEM_BLUK_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gBlukBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "NANAB BERRY$", 14 - .2byte ITEM_NANAB_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gNanabBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "WEPEAR BERRY$", 14 - .2byte ITEM_WEPEAR_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gWepearBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "PINAP BERRY$", 14 - .2byte ITEM_PINAP_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gPinapBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "POMEG BERRY$", 14 - .2byte ITEM_POMEG_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gPomegBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_ReduceEV - .4byte 0 - .4byte NULL - .4byte 0 - - .string "KELPSY BERRY$", 14 - .2byte ITEM_KELPSY_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gKelpsyBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_ReduceEV - .4byte 0 - .4byte NULL - .4byte 0 - - .string "QUALOT BERRY$", 14 - .2byte ITEM_QUALOT_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gQualotBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_ReduceEV - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HONDEW BERRY$", 14 - .2byte ITEM_HONDEW_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gHondewBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_ReduceEV - .4byte 0 - .4byte NULL - .4byte 0 - - .string "GREPA BERRY$", 14 - .2byte ITEM_GREPA_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gGrepaBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_ReduceEV - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TAMATO BERRY$", 14 - .2byte ITEM_TAMATO_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gTamatoBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_ReduceEV - .4byte 0 - .4byte NULL - .4byte 0 - - .string "CORNN BERRY$", 14 - .2byte ITEM_CORNN_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gCornnBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MAGOST BERRY$", 14 - .2byte ITEM_MAGOST_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gMagostBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RABUTA BERRY$", 14 - .2byte ITEM_RABUTA_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gRabutaBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "NOMEL BERRY$", 14 - .2byte ITEM_NOMEL_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gNomelBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SPELON BERRY$", 14 - .2byte ITEM_SPELON_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gSpelonBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "PAMTRE BERRY$", 14 - .2byte ITEM_PAMTRE_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gPamtreBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "WATMEL BERRY$", 14 - .2byte ITEM_WATMEL_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gWatmelBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "DURIN BERRY$", 14 - .2byte ITEM_DURIN_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gDurinBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BELUE BERRY$", 14 - .2byte ITEM_BELUE_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gBelueBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LIECHI BERRY$", 14 - .2byte ITEM_LIECHI_BERRY - .2byte 20 @ price - .byte 15 - .byte 4 - .4byte gLiechiBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "GANLON BERRY$", 14 - .2byte ITEM_GANLON_BERRY - .2byte 20 @ price - .byte 16 - .byte 4 - .4byte gGanlonBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SALAC BERRY$", 14 - .2byte ITEM_SALAC_BERRY - .2byte 20 @ price - .byte 17 - .byte 4 - .4byte gSalacBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "PETAYA BERRY$", 14 - .2byte ITEM_PETAYA_BERRY - .2byte 20 @ price - .byte 18 - .byte 4 - .4byte gPetayaBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "APICOT BERRY$", 14 - .2byte ITEM_APICOT_BERRY - .2byte 20 @ price - .byte 19 - .byte 4 - .4byte gApicotBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LANSAT BERRY$", 14 - .2byte ITEM_LANSAT_BERRY - .2byte 20 @ price - .byte 20 - .byte 4 - .4byte gLansatBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "STARF BERRY$", 14 - .2byte ITEM_STARF_BERRY - .2byte 20 @ price - .byte 21 - .byte 4 - .4byte gStarfBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "ENIGMA BERRY$", 14 - .2byte ITEM_ENIGMA_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gEnigmaBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_EnigmaBerry - .4byte 1 - .4byte ItemUseInBattle_EnigmaBerry - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BRIGHTPOWDER$", 14 - .2byte ITEM_BRIGHT_POWDER - .2byte 10 @ price - .byte 22 - .byte 10 - .4byte gBrightPowderItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "WHITE HERB$", 14 - .2byte ITEM_WHITE_HERB - .2byte 100 @ price - .byte 23 - .byte 0 - .4byte gWhiteHerbItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MACHO BRACE$", 14 - .2byte ITEM_MACHO_BRACE - .2byte 3000 @ price - .byte 24 - .byte 0 - .4byte gMachoBraceItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "EXP. SHARE$", 14 - .2byte ITEM_EXP_SHARE - .2byte 3000 @ price - .byte 25 - .byte 0 - .4byte gExpShareItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "QUICK CLAW$", 14 - .2byte ITEM_QUICK_CLAW - .2byte 100 @ price - .byte 26 - .byte 20 - .4byte gQuickClawItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SOOTHE BELL$", 14 - .2byte ITEM_SOOTHE_BELL - .2byte 100 @ price - .byte 27 - .byte 0 - .4byte gSootheBellItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MENTAL HERB$", 14 - .2byte ITEM_MENTAL_HERB - .2byte 100 @ price - .byte 28 - .byte 0 - .4byte gMentalHerbItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "CHOICE BAND$", 14 - .2byte ITEM_CHOICE_BAND - .2byte 100 @ price - .byte 29 - .byte 0 - .4byte gChoiceBandItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "KING’S ROCK$", 14 - .2byte ITEM_KINGS_ROCK - .2byte 100 @ price - .byte 30 - .byte 10 - .4byte gKingsRockItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SILVERPOWDER$", 14 - .2byte ITEM_SILVER_POWDER - .2byte 100 @ price - .byte 31 - .byte 10 - .4byte gSilverPowderItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "AMULET COIN$", 14 - .2byte ITEM_AMULET_COIN - .2byte 100 @ price - .byte 32 - .byte 10 - .4byte gAmuletCoinItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "CLEANSE TAG$", 14 - .2byte ITEM_CLEANSE_TAG - .2byte 200 @ price - .byte 33 - .byte 0 - .4byte gCleanseTagItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SOUL DEW$", 14 - .2byte ITEM_SOUL_DEW - .2byte 200 @ price - .byte 34 - .byte 0 - .4byte gSoulDewItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "DEEPSEATOOTH$", 14 - .2byte ITEM_DEEP_SEA_TOOTH - .2byte 200 @ price - .byte 35 - .byte 0 - .4byte gDeepSeaToothItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "DEEPSEASCALE$", 14 - .2byte ITEM_DEEP_SEA_SCALE - .2byte 200 @ price - .byte 36 - .byte 0 - .4byte gDeepSeaScaleItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SMOKE BALL$", 14 - .2byte ITEM_SMOKE_BALL - .2byte 200 @ price - .byte 37 - .byte 0 - .4byte gSmokeBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "EVERSTONE$", 14 - .2byte ITEM_EVERSTONE - .2byte 200 @ price - .byte 38 - .byte 0 - .4byte gEverstoneItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "FOCUS BAND$", 14 - .2byte ITEM_FOCUS_BAND - .2byte 200 @ price - .byte 39 - .byte 10 - .4byte gFocusBandItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LUCKY EGG$", 14 - .2byte ITEM_LUCKY_EGG - .2byte 200 @ price - .byte 40 - .byte 0 - .4byte gLuckyEggItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SCOPE LENS$", 14 - .2byte ITEM_SCOPE_LENS - .2byte 200 @ price - .byte 41 - .byte 0 - .4byte gScopeLensItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "METAL COAT$", 14 - .2byte ITEM_METAL_COAT - .2byte 100 @ price - .byte 42 - .byte 10 - .4byte gMetalCoatItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LEFTOVERS$", 14 - .2byte ITEM_LEFTOVERS - .2byte 200 @ price - .byte 43 - .byte 10 - .4byte gLeftoversItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "DRAGON SCALE$", 14 - .2byte ITEM_DRAGON_SCALE - .2byte 2100 @ price - .byte 44 - .byte 10 - .4byte gDragonScaleItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LIGHT BALL$", 14 - .2byte ITEM_LIGHT_BALL - .2byte 100 @ price - .byte 45 - .byte 0 - .4byte gLightBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SOFT SAND$", 14 - .2byte ITEM_SOFT_SAND - .2byte 100 @ price - .byte 46 - .byte 10 - .4byte gSoftSandItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HARD STONE$", 14 - .2byte ITEM_HARD_STONE - .2byte 100 @ price - .byte 47 - .byte 10 - .4byte gHardStoneItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MIRACLE SEED$", 14 - .2byte ITEM_MIRACLE_SEED - .2byte 100 @ price - .byte 48 - .byte 10 - .4byte gMiracleSeedItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BLACKGLASSES$", 14 - .2byte ITEM_BLACK_GLASSES - .2byte 100 @ price - .byte 49 - .byte 10 - .4byte gBlackGlassesItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BLACK BELT$", 14 - .2byte ITEM_BLACK_BELT - .2byte 100 @ price - .byte 50 - .byte 10 - .4byte gBlackBeltItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MAGNET$", 14 - .2byte ITEM_MAGNET - .2byte 100 @ price - .byte 51 - .byte 10 - .4byte gMagnetItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MYSTIC WATER$", 14 - .2byte ITEM_MYSTIC_WATER - .2byte 100 @ price - .byte 52 - .byte 10 - .4byte gMysticWaterItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SHARP BEAK$", 14 - .2byte ITEM_SHARP_BEAK - .2byte 100 @ price - .byte 53 - .byte 10 - .4byte gSharpBeakItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "POISON BARB$", 14 - .2byte ITEM_POISON_BARB - .2byte 100 @ price - .byte 54 - .byte 10 - .4byte gPoisonBarbItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "NEVERMELTICE$", 14 - .2byte ITEM_NEVER_MELT_ICE - .2byte 100 @ price - .byte 55 - .byte 10 - .4byte gNeverMeltIceItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SPELL TAG$", 14 - .2byte ITEM_SPELL_TAG - .2byte 100 @ price - .byte 56 - .byte 10 - .4byte gSpellTagItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TWISTEDSPOON$", 14 - .2byte ITEM_TWISTED_SPOON - .2byte 100 @ price - .byte 57 - .byte 10 - .4byte gTwistedSpoonItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "CHARCOAL$", 14 - .2byte ITEM_CHARCOAL - .2byte 9800 @ price - .byte 58 - .byte 10 - .4byte gCharcoalItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "DRAGON FANG$", 14 - .2byte ITEM_DRAGON_FANG - .2byte 100 @ price - .byte 59 - .byte 10 - .4byte gDragonFangItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SILK SCARF$", 14 - .2byte ITEM_SILK_SCARF - .2byte 100 @ price - .byte 60 - .byte 10 - .4byte gSilkScarfItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "UP-GRADE$", 14 - .2byte ITEM_UP_GRADE - .2byte 2100 @ price - .byte 61 - .byte 0 - .4byte gUpGradeItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SHELL BELL$", 14 - .2byte ITEM_SHELL_BELL - .2byte 200 @ price - .byte 62 - .byte 8 - .4byte gShellBellItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SEA INCENSE$", 14 - .2byte ITEM_SEA_INCENSE - .2byte 9600 @ price - .byte 52 - .byte 5 - .4byte gSeaIncenseItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LAX INCENSE$", 14 - .2byte ITEM_LAX_INCENSE - .2byte 9600 @ price - .byte 22 - .byte 5 - .4byte gLaxIncenseItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LUCKY PUNCH$", 14 - .2byte ITEM_LUCKY_PUNCH - .2byte 10 @ price - .byte 63 - .byte 0 - .4byte gLuckyPunchItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "METAL POWDER$", 14 - .2byte ITEM_METAL_POWDER - .2byte 10 @ price - .byte 64 - .byte 0 - .4byte gMetalPowderItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "THICK CLUB$", 14 - .2byte ITEM_THICK_CLUB - .2byte 500 @ price - .byte 65 - .byte 0 - .4byte gThickClubItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "STICK$", 14 - .2byte ITEM_STICK - .2byte 200 @ price - .byte 66 - .byte 0 - .4byte gStickItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RED SCARF$", 14 - .2byte ITEM_RED_SCARF - .2byte 100 @ price - .byte 0 - .byte 0 - .4byte gRedScarfItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BLUE SCARF$", 14 - .2byte ITEM_BLUE_SCARF - .2byte 100 @ price - .byte 0 - .byte 0 - .4byte gBlueScarfItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "PINK SCARF$", 14 - .2byte ITEM_PINK_SCARF - .2byte 100 @ price - .byte 0 - .byte 0 - .4byte gPinkScarfItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "GREEN SCARF$", 14 - .2byte ITEM_GREEN_SCARF - .2byte 100 @ price - .byte 0 - .byte 0 - .4byte gGreenScarfItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "YELLOW SCARF$", 14 - .2byte ITEM_YELLOW_SCARF - .2byte 100 @ price - .byte 0 - .byte 0 - .4byte gYellowScarfItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MACH BIKE$", 14 - .2byte ITEM_MACH_BIKE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gMachBikeItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_Bike - .4byte 0 - .4byte NULL - .4byte 0 - - .string "COIN CASE$", 14 - .2byte ITEM_COIN_CASE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gCoinCaseItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CoinCase - .4byte 0 - .4byte NULL - .4byte 0 - - .string "ITEMFINDER$", 14 - .2byte ITEM_ITEMFINDER - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gItemfinderItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_Itemfinder - .4byte 0 - .4byte NULL - .4byte 0 - - .string "OLD ROD$", 14 - .2byte ITEM_OLD_ROD - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gOldRodItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_Rod - .4byte 0 - .4byte NULL - .4byte 0 - - .string "GOOD ROD$", 14 - .2byte ITEM_GOOD_ROD - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gGoodRodItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_Rod - .4byte 0 - .4byte NULL - .4byte 1 - - .string "SUPER ROD$", 14 - .2byte ITEM_SUPER_ROD - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gSuperRodItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_Rod - .4byte 0 - .4byte NULL - .4byte 2 - - .string "S.S. TICKET$", 14 - .2byte ITEM_SS_TICKET - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gSSTicketItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "CONTEST PASS$", 14 - .2byte ITEM_CONTEST_PASS - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gContestPassItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "WAILMER PAIL$", 14 - .2byte ITEM_WAILMER_PAIL - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gWailmerPailItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_WailmerPail - .4byte 0 - .4byte NULL - .4byte 0 - - .string "DEVON GOODS$", 14 - .2byte ITEM_DEVON_GOODS - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDevonGoodsItemDescription - .byte 2 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SOOT SACK$", 14 - .2byte ITEM_SOOT_SACK - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gSootSackItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BASEMENT KEY$", 14 - .2byte ITEM_BASEMENT_KEY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gBasementKeyItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "ACRO BIKE$", 14 - .2byte ITEM_ACRO_BIKE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gAcroBikeItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_Bike - .4byte 0 - .4byte NULL - .4byte 1 - - .string "{POKEBLOCK} CASE$", 14 - .2byte ITEM_POKEBLOCK_CASE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gPokeblockCaseItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 3 - .4byte ItemUseOutOfBattle_PokeblockCase - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LETTER$", 14 - .2byte ITEM_LETTER - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gLetterItemDescription - .byte 2 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "EON TICKET$", 14 - .2byte ITEM_EON_TICKET - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gEonTicketItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 1 - - .string "RED ORB$", 14 - .2byte ITEM_RED_ORB - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gRedOrbItemDescription - .byte 2 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BLUE ORB$", 14 - .2byte ITEM_BLUE_ORB - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gBlueOrbItemDescription - .byte 2 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SCANNER$", 14 - .2byte ITEM_SCANNER - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gScannerItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "GO-GOGGLES$", 14 - .2byte ITEM_GO_GOGGLES - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gGoGogglesItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "METEORITE$", 14 - .2byte ITEM_METEORITE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gMeteoriteItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RM. 1 KEY$", 14 - .2byte ITEM_ROOM_1_KEY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gRoom1KeyItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RM. 2 KEY$", 14 - .2byte ITEM_ROOM_2_KEY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gRoom2KeyItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RM. 4 KEY$", 14 - .2byte ITEM_ROOM_4_KEY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gRoom4KeyItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RM. 6 KEY$", 14 - .2byte ITEM_ROOM_6_KEY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gRoom6KeyItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "STORAGE KEY$", 14 - .2byte ITEM_STORAGE_KEY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gStorageKeyItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "ROOT FOSSIL$", 14 - .2byte ITEM_ROOT_FOSSIL - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gRootFossilItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "CLAW FOSSIL$", 14 - .2byte ITEM_CLAW_FOSSIL - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gClawFossilItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "DEVON SCOPE$", 14 - .2byte ITEM_DEVON_SCOPE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDevonScopeItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM01$", 14 - .2byte ITEM_TM01 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM01ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM02$", 14 - .2byte ITEM_TM02 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM02ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM03$", 14 - .2byte ITEM_TM03 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM03ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM04$", 14 - .2byte ITEM_TM04 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM04ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM05$", 14 - .2byte ITEM_TM05 - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gTM05ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM06$", 14 - .2byte ITEM_TM06 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM06ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM07$", 14 - .2byte ITEM_TM07 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM07ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM08$", 14 - .2byte ITEM_TM08 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM08ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM09$", 14 - .2byte ITEM_TM09 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM09ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM10$", 14 - .2byte ITEM_TM10 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM10ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM11$", 14 - .2byte ITEM_TM11 - .2byte 2000 @ price - .byte 0 - .byte 0 - .4byte gTM11ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM12$", 14 - .2byte ITEM_TM12 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM12ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM13$", 14 - .2byte ITEM_TM13 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM13ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM14$", 14 - .2byte ITEM_TM14 - .2byte 5500 @ price - .byte 0 - .byte 0 - .4byte gTM14ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM15$", 14 - .2byte ITEM_TM15 - .2byte 7500 @ price - .byte 0 - .byte 0 - .4byte gTM15ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM16$", 14 - .2byte ITEM_TM16 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM16ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM17$", 14 - .2byte ITEM_TM17 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM17ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM18$", 14 - .2byte ITEM_TM18 - .2byte 2000 @ price - .byte 0 - .byte 0 - .4byte gTM18ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM19$", 14 - .2byte ITEM_TM19 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM19ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM20$", 14 - .2byte ITEM_TM20 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM20ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM21$", 14 - .2byte ITEM_TM21 - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gTM21ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM22$", 14 - .2byte ITEM_TM22 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM22ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM23$", 14 - .2byte ITEM_TM23 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM23ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM24$", 14 - .2byte ITEM_TM24 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM24ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM25$", 14 - .2byte ITEM_TM25 - .2byte 5500 @ price - .byte 0 - .byte 0 - .4byte gTM25ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM26$", 14 - .2byte ITEM_TM26 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM26ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM27$", 14 - .2byte ITEM_TM27 - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gTM27ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM28$", 14 - .2byte ITEM_TM28 - .2byte 2000 @ price - .byte 0 - .byte 0 - .4byte gTM28ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM29$", 14 - .2byte ITEM_TM29 - .2byte 2000 @ price - .byte 0 - .byte 0 - .4byte gTM29ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM30$", 14 - .2byte ITEM_TM30 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM30ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM31$", 14 - .2byte ITEM_TM31 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM31ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM32$", 14 - .2byte ITEM_TM32 - .2byte 2000 @ price - .byte 0 - .byte 0 - .4byte gTM32ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM33$", 14 - .2byte ITEM_TM33 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM33ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM34$", 14 - .2byte ITEM_TM34 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM34ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM35$", 14 - .2byte ITEM_TM35 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM35ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM36$", 14 - .2byte ITEM_TM36 - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gTM36ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM37$", 14 - .2byte ITEM_TM37 - .2byte 2000 @ price - .byte 0 - .byte 0 - .4byte gTM37ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM38$", 14 - .2byte ITEM_TM38 - .2byte 5500 @ price - .byte 0 - .byte 0 - .4byte gTM38ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM39$", 14 - .2byte ITEM_TM39 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM39ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM40$", 14 - .2byte ITEM_TM40 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM40ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM41$", 14 - .2byte ITEM_TM41 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM41ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM42$", 14 - .2byte ITEM_TM42 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM42ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM43$", 14 - .2byte ITEM_TM43 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM43ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM44$", 14 - .2byte ITEM_TM44 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM44ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM45$", 14 - .2byte ITEM_TM45 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM45ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM46$", 14 - .2byte ITEM_TM46 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM46ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM47$", 14 - .2byte ITEM_TM47 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM47ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM48$", 14 - .2byte ITEM_TM48 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM48ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM49$", 14 - .2byte ITEM_TM49 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM49ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM50$", 14 - .2byte ITEM_TM50 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM50ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HM01$", 14 - .2byte ITEM_HM01 - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gHM01ItemDescription - .byte 1 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HM02$", 14 - .2byte ITEM_HM02 - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gHM02ItemDescription - .byte 1 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HM03$", 14 - .2byte ITEM_HM03 - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gHM03ItemDescription - .byte 1 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HM04$", 14 - .2byte ITEM_HM04 - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gHM04ItemDescription - .byte 1 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HM05$", 14 - .2byte ITEM_HM05 - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gHM05ItemDescription - .byte 1 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HM06$", 14 - .2byte ITEM_HM06 - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gHM06ItemDescription - .byte 1 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HM07$", 14 - .2byte ITEM_HM07 - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gHM07ItemDescription - .byte 1 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HM08$", 14 - .2byte ITEM_HM08 - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gHM08ItemDescription - .byte 1 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "OAK’S PARCEL$", 14 - .2byte ITEM_OAKS_PARCEL - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gOaksParcelItemDescription - .byte 2 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "POKé FLUTE$", 14 - .2byte ITEM_POKE_FLUTE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gPokeFluteItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SECRET KEY$", 14 - .2byte ITEM_SECRET_KEY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gSecretKeyItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BIKE VOUCHER$", 14 - .2byte ITEM_BIKE_VOUCHER - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gBikeVoucherItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "GOLD TEETH$", 14 - .2byte ITEM_GOLD_TEETH - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gGoldTeethItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "OLD AMBER$", 14 - .2byte ITEM_OLD_AMBER - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gOldAmberItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "CARD KEY$", 14 - .2byte ITEM_CARD_KEY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gCardKeyItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LIFT KEY$", 14 - .2byte ITEM_LIFT_KEY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gLiftKeyItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HELIX FOSSIL$", 14 - .2byte ITEM_HELIX_FOSSIL - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gHelixFossilItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "DOME FOSSIL$", 14 - .2byte ITEM_DOME_FOSSIL - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDomeFossilItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SILPH SCOPE$", 14 - .2byte ITEM_SILPH_SCOPE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gSilphScopeItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BICYCLE$", 14 - .2byte ITEM_BICYCLE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gBicycleItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TOWN MAP$", 14 - .2byte ITEM_TOWN_MAP - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gTownMapItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "VS SEEKER$", 14 - .2byte ITEM_VS_SEEKER - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gVSSeekerItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "FAME CHECKER$", 14 - .2byte ITEM_FAME_CHECKER - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gFameCheckerItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM CASE$", 14 - .2byte ITEM_TM_CASE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gTMCaseItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BERRY POUCH$", 14 - .2byte ITEM_BERRY_POUCH - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gBerryPouchItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TEACHY TV$", 14 - .2byte ITEM_TEACHY_TV - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gTeachyTVItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TRI-PASS$", 14 - .2byte ITEM_TRI_PASS - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gTriPassItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RAINBOW PASS$", 14 - .2byte ITEM_RAINBOW_PASS - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gRainbowPassItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TEA$", 14 - .2byte ITEM_TEA - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gTeaItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MYSTICTICKET$", 14 - .2byte ITEM_MYSTIC_TICKET - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gMysticTicketItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "AURORATICKET$", 14 - .2byte ITEM_AURORA_TICKET - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gAuroraTicketItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "POWDER JAR$", 14 - .2byte ITEM_POWDER_JAR - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gPowderJarItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_PowderJar - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RUBY$", 14 - .2byte ITEM_RUBY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gRubyItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SAPPHIRE$", 14 - .2byte ITEM_SAPPHIRE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gSapphireItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MAGMA EMBLEM$", 14 - .2byte ITEM_MAGMA_EMBLEM - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gMagmaEmblemItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "OLD SEA MAP$", 14 - .2byte ITEM_OLD_SEA_MAP - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gOldSeaMapItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 diff --git a/data/text/item_descriptions.inc b/data/text/item_descriptions.inc deleted file mode 100644 index 0ca85cc3b..000000000 --- a/data/text/item_descriptions.inc +++ /dev/null @@ -1,929 +0,0 @@ -gDummyItemDescription:: @ 857FEA0 - .string "?????$" - -gMasterBallItemDescription:: @ 857FEA6 - .string "The best BALL that\ncatches a POKéMON\nwithout fail.$" - -gUltraBallItemDescription:: @ 857FED9 - .string "A better BALL with\na higher catch rate\nthan a GREAT BALL.$" - -gGreatBallItemDescription:: @ 857FF13 - .string "A good BALL with a\nhigher catch rate\nthan a POKé BALL.$" - -gPokeBallItemDescription:: @ 857FF4A - .string "A tool used for\ncatching wild\nPOKéMON.$" - -gSafariBallItemDescription:: @ 857FF71 - .string "A special BALL that\nis used only in the\nSAFARI ZONE.$" - -gNetBallItemDescription:: @ 857FFA6 - .string "A BALL that works\nwell on WATER- and\nBUG-type POKéMON.$" - -gDiveBallItemDescription:: @ 857FFDD - .string "A BALL that works\nbetter on POKéMON\non the ocean floor.$" - -gNestBallItemDescription:: @ 8580015 - .string "A BALL that works\nbetter on weaker\nPOKéMON.$" - -gRepeatBallItemDescription:: @ 8580041 - .string "A BALL that works\nbetter on POKéMON\ncaught before.$" - -gTimerBallItemDescription:: @ 8580074 - .string "A BALL that gains\npower in battles\ntaking many turns.$" - -gLuxuryBallItemDescription:: @ 85800AA - .string "A cozy BALL that\nmakes POKéMON\nmore friendly.$" - -gPremierBallItemDescription:: @ 85800D8 - .string "A rare BALL made\nin commemoration\nof some event.$" - -gPotionItemDescription:: @ 8580109 - .string "Restores the HP of\na POKéMON by\n20 points.$" - -gAntidoteItemDescription:: @ 8580134 - .string "Heals a poisoned\nPOKéMON.$" - -gBurnHealItemDescription:: @ 858014E - .string "Heals POKéMON\nof a burn.$" - -gIceHealItemDescription:: @ 8580167 - .string "Defrosts a frozen\nPOKéMON.$" - -gAwakeningItemDescription:: @ 8580182 - .string "Awakens a sleeping\nPOKéMON.$" - -gParalyzeHealItemDescription:: @ 858019E - .string "Heals a paralyzed\nPOKéMON.$" - -gFullRestoreItemDescription:: @ 85801B9 - .string "Fully restores the\nHP and status of a\nPOKéMON.$" - -gMaxPotionItemDescription:: @ 85801E8 - .string "Fully restores the\nHP of a POKéMON.$" - -gHyperPotionItemDescription:: @ 858020C - .string "Restores the HP of\na POKéMON by\n200 points.$" - -gSuperPotionItemDescription:: @ 8580238 - .string "Restores the HP of\na POKéMON by\n50 points.$" - -gFullHealItemDescription:: @ 8580263 - .string "Heals all the\nstatus problems of\none POKéMON.$" - -gReviveItemDescription:: @ 8580291 - .string "Revives a fainted\nPOKéMON with half\nits HP.$" - -gMaxReviveItemDescription:: @ 85802BD - .string "Revives a fainted\nPOKéMON with all\nits HP.$" - -gFreshWaterItemDescription:: @ 85802E8 - .string "A mineral water\nthat restores HP\nby 50 points.$" - -gSodaPopItemDescription:: @ 8580317 - .string "A fizzy soda drink\nthat restores HP\nby 60 points.$" - -gLemonadeItemDescription:: @ 8580349 - .string "A very sweet drink\nthat restores HP\nby 80 points.$" - -gMoomooMilkItemDescription:: @ 858037B - .string "A nutritious milk\nthat restores HP\nby 100 points.$" - -gEnergyPowderItemDescription:: @ 85803AD - .string "A bitter powder\nthat restores HP\nby 50 points.$" - -gEnergyRootItemDescription:: @ 85803DC - .string "A bitter root\nthat restores HP\nby 200 points.$" - -gHealPowderItemDescription:: @ 858040A - .string "A bitter powder\nthat heals all\nstatus problems.$" - -gRevivalHerbItemDescription:: @ 858043A - .string "A very bitter herb\nthat revives a\nfainted POKéMON.$" - -gEtherItemDescription:: @ 858046D - .string "Restores the PP\nof a selected move\nby 10.$" - -gMaxEtherItemDescription:: @ 8580497 - .string "Fully restores the\nPP of a selected\nmove.$" - -gElixirItemDescription:: @ 85804C1 - .string "Restores the PP\nof all moves by 10.$" - -gMaxElixirItemDescription:: @ 85804E5 - .string "Fully restores the\nPP of a POKéMON’s\nmoves.$" - -gLavaCookieItemDescription:: @ 8580511 - .string "A local specialty\nthat heals all\nstatus problems.$" - -gBlueFluteItemDescription:: @ 8580543 - .string "A glass flute that\nawakens sleeping\nPOKéMON.$" - -gYellowFluteItemDescription:: @ 8580570 - .string "A glass flute that\nsnaps POKéMON\nout of confusion.$" - -gRedFluteItemDescription:: @ 85805A3 - .string "A glass flute that\nsnaps POKéMON\nout of attraction.$" - -gBlackFluteItemDescription:: @ 85805D7 - .string "A glass flute that\nkeeps away wild\nPOKéMON.$" - -gWhiteFluteItemDescription:: @ 8580603 - .string "A glass flute that\nlures wild POKéMON.$" - -gBerryJuiceItemDescription:: @ 858062A - .string "A 100% pure juice\nthat restores HP\nby 20 points.$" - -gSacredAshItemDescription:: @ 858065B - .string "Fully revives and\nrestores all\nfainted POKéMON.$" - -gShoalSaltItemDescription:: @ 858068B - .string "Salt obtained from\ndeep inside the\nSHOAL CAVE.$" - -gShoalShellItemDescription:: @ 85806BA - .string "A seashell found\ndeep inside the\nSHOAL CAVE.$" - -gRedShardItemDescription:: @ 85806E7 - .string "A shard from an\nancient item. Can\nbe sold cheaply.$" - -gBlueShardItemDescription:: @ 858071A - .string "A shard from an\nancient item. Can\nbe sold cheaply.$" - -gYellowShardItemDescription:: @ 858074D - .string "A shard from an\nancient item. Can\nbe sold cheaply.$" - -gGreenShardItemDescription:: @ 8580780 - .string "A shard from an\nancient item. Can\nbe sold cheaply.$" - -gHPUpItemDescription:: @ 85807B3 - .string "Raises the base HP\nof one POKéMON.$" - -gProteinItemDescription:: @ 85807D6 - .string "Raises the base\nATTACK stat of one\nPOKéMON.$" - -gIronItemDescription:: @ 8580802 - .string "Raises the base\nDEFENSE stat of\none POKéMON.$" - -gCarbosItemDescription:: @ 858082F - .string "Raises the base\nSPEED stat of one\nPOKéMON.$" - -gCalciumItemDescription:: @ 858085A - .string "Raises the base\nSP. ATK stat of one\nPOKéMON.$" - -gRareCandyItemDescription:: @ 8580887 - .string "Raises the level\nof a POKéMON by\none.$" - -gPPUpItemDescription:: @ 85808AD - .string "Raises the maximum\nPP of a selected\nmove.$" - -gZincItemDescription:: @ 85808D7 - .string "Raises the base\nSP. DEF stat of one\nPOKéMON.$" - -gPPMaxItemDescription:: @ 8580904 - .string "Raises the PP of a\nmove to its maximum\npoints.$" - -gGuardSpecItemDescription:: @ 8580933 - .string "Prevents stat\nreduction when\nused in battle.$" - -gDireHitItemDescription:: @ 8580960 - .string "Raises the\ncritical-hit ratio\nduring one battle.$" - -gXAttackItemDescription:: @ 8580991 - .string "Raises the stat\nATTACK during one\nbattle.$" - -gXDefendItemDescription:: @ 85809BB - .string "Raises the stat\nDEFENSE during one\nbattle.$" - -gXSpeedItemDescription:: @ 85809E6 - .string "Raises the stat\nSPEED during one\nbattle.$" - -gXAccuracyItemDescription:: @ 8580A0F - .string "Raises accuracy\nof attack moves\nduring one battle.$" - -gXSpecialItemDescription:: @ 8580A42 - .string "Raises the stat\nSP. ATK during one\nbattle.$" - -gPokeDollItemDescription:: @ 8580A6D - .string "Use to flee from\nany battle with\na wild POKéMON.$" - -gFluffyTailItemDescription:: @ 8580A9E - .string "Use to flee from\nany battle with\na wild POKéMON.$" - -gSuperRepelItemDescription:: @ 8580ACF - .string "Repels weak wild\nPOKéMON for 200\nsteps.$" - -gMaxRepelItemDescription:: @ 8580AF7 - .string "Repels weak wild\nPOKéMON for 250\nsteps.$" - -gEscapeRopeItemDescription:: @ 8580B1F - .string "Use to escape\ninstantly from a\ncave or a dungeon.$" - -gRepelItemDescription:: @ 8580B51 - .string "Repels weak wild\nPOKéMON for 100\nsteps.$" - -gSunStoneItemDescription:: @ 8580B79 - .string "Makes certain\nspecies of POKéMON\nevolve.$" - -gMoonStoneItemDescription:: @ 8580BA2 - .string "Makes certain\nspecies of POKéMON\nevolve.$" - -gFireStoneItemDescription:: @ 8580BCB - .string "Makes certain\nspecies of POKéMON\nevolve.$" - -gThunderStoneItemDescription:: @ 8580BF4 - .string "Makes certain\nspecies of POKéMON\nevolve.$" - -gWaterStoneItemDescription:: @ 8580C1D - .string "Makes certain\nspecies of POKéMON\nevolve.$" - -gLeafStoneItemDescription:: @ 8580C46 - .string "Makes certain\nspecies of POKéMON\nevolve.$" - -gTinyMushroomItemDescription:: @ 8580C6F - .string "A plain mushroom\nthat would sell\nat a cheap price.$" - -gBigMushroomItemDescription:: @ 8580CA2 - .string "A rare mushroom\nthat would sell at a\nhigh price.$" - -gPearlItemDescription:: @ 8580CD3 - .string "A pretty pearl\nthat would sell at a\ncheap price.$" - -gBigPearlItemDescription:: @ 8580D04 - .string "A lovely large pearl\nthat would sell at a\nhigh price.$" - -gStardustItemDescription:: @ 8580D3A - .string "Beautiful red sand.\nCan be sold at a\nhigh price.$" - -gStarPieceItemDescription:: @ 8580D6B - .string "A red gem shard.\nIt would sell for a\nvery high price.$" - -gNuggetItemDescription:: @ 8580DA1 - .string "A nugget of pure\ngold. Can be sold at\na high price.$" - -gHeartScaleItemDescription:: @ 8580DD5 - .string "A lovely scale.\nIt is coveted by\ncollectors.$" - -gOrangeMailItemDescription:: @ 8580E02 - .string "A ZIGZAGOON-print\nMAIL to be held by\na POKéMON.$" - -gHarborMailItemDescription:: @ 8580E32 - .string "A WINGULL-print\nMAIL to be held by\na POKéMON.$" - -gGlitterMailItemDescription:: @ 8580E60 - .string "A PIKACHU-print\nMAIL to be held by\na POKéMON.$" - -gMechMailItemDescription:: @ 8580E8E - .string "A MAGNEMITE-print\nMAIL to be held by\na POKéMON.$" - -gWoodMailItemDescription:: @ 8580EBE - .string "A SLAKOTH-print\nMAIL to be held by\na POKéMON.$" - -gWaveMailItemDescription:: @ 8580EEC - .string "A WAILMER-print\nMAIL to be held by\na POKéMON.$" - -gBeadMailItemDescription:: @ 8580F1A - .string "MAIL featuring a\nsketch of the\nholding POKéMON.$" - -gShadowMailItemDescription:: @ 8580F4A - .string "A DUSKULL-print\nMAIL to be held by\na POKéMON.$" - -gTropicMailItemDescription:: @ 8580F78 - .string "A BELLOSSOM-print\nMAIL to be held by\na POKéMON.$" - -gDreamMailItemDescription:: @ 8580FA8 - .string "MAIL featuring a\nsketch of the\nholding POKéMON.$" - -gFabMailItemDescription:: @ 8580FD8 - .string "A gorgeous-print\nMAIL to be held\nby a POKéMON.$" - -gRetroMailItemDescription:: @ 8581007 - .string "MAIL featuring the\ndrawings of three\nPOKéMON.$" - -gCheriBerryItemDescription:: @ 8581035 - .string "A hold item that\nheals paralysis\nin battle.$" - -gChestoBerryItemDescription:: @ 8581061 - .string "A hold item that\nawakens POKéMON\nin battle.$" - -gPechaBerryItemDescription:: @ 858108D - .string "A hold item that\nheals poisoning\nin battle.$" - -gRawstBerryItemDescription:: @ 85810B9 - .string "A hold item that\nheals a burn in\nbattle.$" - -gAspearBerryItemDescription:: @ 85810E2 - .string "A hold item that\ndefrosts POKéMON\nin battle.$" - -gLeppaBerryItemDescription:: @ 858110F - .string "A hold item that\nrestores 10 PP in\nbattle.$" - -gOranBerryItemDescription:: @ 858113A - .string "A hold item that\nrestores 10 HP in\nbattle.$" - -gPersimBerryItemDescription:: @ 8581165 - .string "A hold item that\nheals confusion\nin battle.$" - -gLumBerryItemDescription:: @ 8581191 - .string "A hold item that\nheals any status\nproblem in battle.$" - -gSitrusBerryItemDescription:: @ 85811C6 - .string "A hold item that\nrestores 30 HP in\nbattle.$" - -gFigyBerryItemDescription:: @ 85811F1 - .string "A hold item that\nrestores HP but\nmay confuse.$" - -gWikiBerryItemDescription:: @ 858121F - .string "A hold item that\nrestores HP but\nmay confuse.$" - -gMagoBerryItemDescription:: @ 858124D - .string "A hold item that\nrestores HP but\nmay confuse.$" - -gAguavBerryItemDescription:: @ 858127B - .string "A hold item that\nrestores HP but\nmay confuse.$" - -gIapapaBerryItemDescription:: @ 85812A9 - .string "A hold item that\nrestores HP but\nmay confuse.$" - -gRazzBerryItemDescription:: @ 85812D7 - .string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow RAZZ.$" - -gBlukBerryItemDescription:: @ 858130B - .string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow BLUK.$" - -gNanabBerryItemDescription:: @ 858133F - .string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow NANAB.$" - -gWepearBerryItemDescription:: @ 8581374 - .string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow WEPEAR.$" - -gPinapBerryItemDescription:: @ 85813AA - .string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow PINAP.$" - -gPomegBerryItemDescription:: @ 85813DF - .string "Makes a POKéMON\nfriendly but lowers\nbase HP.$" - -gKelpsyBerryItemDescription:: @ 858140C - .string "Makes a POKéMON\nfriendly but lowers\nbase ATTACK.$" - -gQualotBerryItemDescription:: @ 858143D - .string "Makes a POKéMON\nfriendly but lowers\nbase DEFENSE.$" - -gHondewBerryItemDescription:: @ 858146F - .string "Makes a POKéMON\nfriendly but lowers\nbase SP. ATK.$" - -gGrepaBerryItemDescription:: @ 85814A1 - .string "Makes a POKéMON\nfriendly but lowers\nbase SP. DEF.$" - -gTamatoBerryItemDescription:: @ 85814D3 - .string "Makes a POKéMON\nfriendly but lowers\nbase SPEED.$" - -gCornnBerryItemDescription:: @ 8581503 - .string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow CORNN.$" - -gMagostBerryItemDescription:: @ 8581538 - .string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow MAGOST.$" - -gRabutaBerryItemDescription:: @ 858156E - .string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow RABUTA.$" - -gNomelBerryItemDescription:: @ 85815A4 - .string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow NOMEL.$" - -gSpelonBerryItemDescription:: @ 85815D9 - .string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow SPELON.$" - -gPamtreBerryItemDescription:: @ 858160F - .string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow PAMTRE.$" - -gWatmelBerryItemDescription:: @ 8581645 - .string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow WATMEL.$" - -gDurinBerryItemDescription:: @ 858167B - .string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow DURIN.$" - -gBelueBerryItemDescription:: @ 85816B0 - .string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow BELUE.$" - -gLiechiBerryItemDescription:: @ 85816E5 - .string "A hold item that\nraises ATTACK in\na pinch.$" - -gGanlonBerryItemDescription:: @ 8581710 - .string "A hold item that\nraises DEFENSE in\na pinch.$" - -gSalacBerryItemDescription:: @ 858173C - .string "A hold item that\nraises SPEED in\na pinch.$" - -gPetayaBerryItemDescription:: @ 8581766 - .string "A hold item that\nraises SP. ATK in\na pinch.$" - -gApicotBerryItemDescription:: @ 8581792 - .string "A hold item that\nraises SP. DEF in\na pinch.$" - -gLansatBerryItemDescription:: @ 85817BE - .string "A hold item that\nups the critical-\nhit rate in a pinch.$" - -gStarfBerryItemDescription:: @ 85817F6 - .string "A hold item that\nsharply boosts a\nstat in a pinch.$" - -gEnigmaBerryItemDescription:: @ 8581829 - .string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow a mystery.$" - -gBrightPowderItemDescription:: @ 8581862 - .string "A hold item that\ncasts a glare to\nreduce accuracy.$" - -gWhiteHerbItemDescription:: @ 8581895 - .string "A hold item that\nrestores any\nlowered stat.$" - -gMachoBraceItemDescription:: @ 85818C1 - .string "A hold item that\npromotes growth,\nbut reduces SPEED.$" - -gExpShareItemDescription:: @ 85818F6 - .string "A hold item that\ngets EXP. points\nfrom battles.$" - -gQuickClawItemDescription:: @ 8581926 - .string "A hold item that\noccasionally allows\nthe first strike.$" - -gSootheBellItemDescription:: @ 858195D - .string "A hold item that\ncalms spirits and\nfosters friendship.$" - -gMentalHerbItemDescription:: @ 8581994 - .string "A hold item that\nsnaps POKéMON out\nof infatuation.$" - -gChoiceBandItemDescription:: @ 85819C7 - .string "Raises a move’s\npower, but permits\nonly that move.$" - -gKingsRockItemDescription:: @ 85819FA - .string "A hold item that\nmay cause flinching\nwhen the foe is hit.$" - -gSilverPowderItemDescription:: @ 8581A34 - .string "A hold item that\nraises the power of\nBUG-type moves.$" - -gAmuletCoinItemDescription:: @ 8581A69 - .string "Doubles money in\nbattle if the\nholder takes part.$" - -gCleanseTagItemDescription:: @ 8581A9B - .string "A hold item that\nhelps repel wild\nPOKéMON.$" - -gSoulDewItemDescription:: @ 8581AC6 - .string "Hold item: raises\nSP. ATK & SP. DEF of\nLATIOS & LATIAS.$" - -gDeepSeaToothItemDescription:: @ 8581AFE - .string "A hold item that\nraises the SP. ATK\nof CLAMPERL.$" - -gDeepSeaScaleItemDescription:: @ 8581B2F - .string "A hold item that\nraises the SP. DEF\nof CLAMPERL.$" - -gSmokeBallItemDescription:: @ 8581B60 - .string "A hold item that\nassures fleeing\nfrom wild POKéMON.$" - -gEverstoneItemDescription:: @ 8581B94 - .string "A wondrous hold\nitem that prevents\nevolution.$" - -gFocusBandItemDescription:: @ 8581BC2 - .string "A hold item that\noccasionally\nprevents fainting.$" - -gLuckyEggItemDescription:: @ 8581BF3 - .string "A hold item that\nboosts EXP. points\nearned in battle.$" - -gScopeLensItemDescription:: @ 8581C29 - .string "A hold item that\nimproves the\ncritical-hit rate.$" - -gMetalCoatItemDescription:: @ 8581C5A - .string "A hold item that\nraises the power of\nSTEEL-type moves.$" - -gLeftoversItemDescription:: @ 8581C91 - .string "A hold item that\ngradually restores\nHP in battle.$" - -gDragonScaleItemDescription:: @ 8581CC3 - .string "A strange scale\nheld by DRAGON-\ntype POKéMON.$" - -gLightBallItemDescription:: @ 8581CF1 - .string "A hold item that\nraises the SP. ATK\nof PIKACHU.$" - -gSoftSandItemDescription:: @ 8581D21 - .string "A hold item that\nraises the power of\nGROUND-type moves.$" - -gHardStoneItemDescription:: @ 8581D59 - .string "A hold item that\nraises the power of\nROCK-type moves.$" - -gMiracleSeedItemDescription:: @ 8581D8F - .string "A hold item that\nraises the power of\nGRASS-type moves.$" - -gBlackGlassesItemDescription:: @ 8581DC6 - .string "A hold item that\nraises the power of\nDARK-type moves.$" - -gBlackBeltItemDescription:: @ 8581DFC - .string "A hold item that\nboosts FIGHTING-\ntype moves.$" - -gMagnetItemDescription:: @ 8581E2A - .string "A hold item that\nboosts ELECTRIC-\ntype moves.$" - -gMysticWaterItemDescription:: @ 8581E58 - .string "A hold item that\nraises the power of\nWATER-type moves.$" - -gSharpBeakItemDescription:: @ 8581E8F - .string "A hold item that\nraises the power of\nFLYING-type moves.$" - -gPoisonBarbItemDescription:: @ 8581EC7 - .string "A hold item that\nraises the power of\nPOISON-type moves.$" - -gNeverMeltIceItemDescription:: @ 8581EFF - .string "A hold item that\nraises the power of\nICE-type moves.$" - -gSpellTagItemDescription:: @ 8581F34 - .string "A hold item that\nraises the power of\nGHOST-type moves.$" - -gTwistedSpoonItemDescription:: @ 8581F6B - .string "A hold item that\nboosts PSYCHIC-\ntype moves.$" - -gCharcoalItemDescription:: @ 8581F98 - .string "A hold item that\nraises the power of\nFIRE-type moves.$" - -gDragonFangItemDescription:: @ 8581FCE - .string "A hold item that\nraises the power of\nDRAGON-type moves.$" - -gSilkScarfItemDescription:: @ 8582006 - .string "A hold item that\nraises the power of\nNORMAL-type moves.$" - -gUpGradeItemDescription:: @ 858203E - .string "A peculiar box made\nby SILPH CO.$" - -gShellBellItemDescription:: @ 858205F - .string "A hold item that\nrestores HP upon\nstriking the foe.$" - -gSeaIncenseItemDescription:: @ 8582093 - .string "A hold item that\nslightly boosts\nWATER-type moves.$" - -gLaxIncenseItemDescription:: @ 85820C6 - .string "A hold item that\nslightly lowers the\nfoe’s accuracy.$" - -gLuckyPunchItemDescription:: @ 85820FB - .string "A hold item that\nraises CHANSEY’s\ncritical-hit rate.$" - -gMetalPowderItemDescription:: @ 8582130 - .string "A hold item that\nraises DITTO’s\nDEFENSE.$" - -gThickClubItemDescription:: @ 8582159 - .string "A hold item that \nraises CUBONE or\nMAROWAK’s ATTACK.$" - -gStickItemDescription:: @ 858218E - .string "A hold item that\nraises FARFETCH’D’s\ncritical-hit ratio.$" - -gRedScarfItemDescription:: @ 85821C7 - .string "A hold item that\nraises COOL in\nCONTESTS.$" - -gBlueScarfItemDescription:: @ 85821F1 - .string "A hold item that\nraises BEAUTY in\nCONTESTS.$" - -gPinkScarfItemDescription:: @ 858221D - .string "A hold item that\nraises CUTE in\nCONTESTS.$" - -gGreenScarfItemDescription:: @ 8582247 - .string "A hold item that\nraises SMART in\nCONTESTS.$" - -gYellowScarfItemDescription:: @ 8582272 - .string "A hold item that\nraises TOUGH in\nCONTESTS.$" - -gMachBikeItemDescription:: @ 858229D - .string "A folding bicycle\nthat doubles your\nspeed or better.$" - -gCoinCaseItemDescription:: @ 85822D2 - .string "A case that holds\nup to 9,999 COINS.$" - -gItemfinderItemDescription:: @ 85822F7 - .string "A device that\nsignals an invisible\nitem by sound.$" - -gOldRodItemDescription:: @ 8582329 - .string "Use by any body of\nwater to fish for\nwild POKéMON.$" - -gGoodRodItemDescription:: @ 858235C - .string "A decent fishing\nrod for catching\nwild POKéMON.$" - -gSuperRodItemDescription:: @ 858238C - .string "The best fishing\nrod for catching\nwild POKéMON.$" - -gSSTicketItemDescription:: @ 85823BC - .string "The ticket required\nfor sailing on a\nferry.$" - -gContestPassItemDescription:: @ 85823E8 - .string "The pass required\nfor entering\nPOKéMON CONTESTS.$" - -gWailmerPailItemDescription:: @ 8582419 - .string "A tool used for\nwatering BERRIES\nand plants.$" - -gDevonGoodsItemDescription:: @ 8582446 - .string "A package that\ncontains DEVON’s\nmachine parts.$" - -gSootSackItemDescription:: @ 8582475 - .string "A sack used to\ngather and hold\nvolcanic ash.$" - -gBasementKeyItemDescription:: @ 85824A2 - .string "The key for NEW\nMAUVILLE beneath\nMAUVILLE CITY.$" - -gAcroBikeItemDescription:: @ 85824D2 - .string "A folding bicycle\ncapable of jumps\nand wheelies.$" - -gPokeblockCaseItemDescription:: @ 8582503 - .string "A case for holding\n{POKEBLOCK}S made with\na BERRY BLENDER.$" - -gLetterItemDescription:: @ 8582538 - .string "A letter to STEVEN\nfrom the PRESIDENT\nof the DEVON CORP.$" - -gEonTicketItemDescription:: @ 8582571 - .string "The ticket for a\nferry to a distant\nsouthern island.$" - -gRedOrbItemDescription:: @ 85825A6 - .string "A red, glowing orb\nsaid to contain an\nancient power.$" - -gBlueOrbItemDescription:: @ 85825DB - .string "A blue, glowing orb\nsaid to contain an\nancient power.$" - -gScannerItemDescription:: @ 8582611 - .string "A device found\ninside the\nABANDONED SHIP.$" - -gGoGogglesItemDescription:: @ 858263B - .string "Nifty goggles that\nprotect eyes from\ndesert sandstorms.$" - -gMeteoriteItemDescription:: @ 8582673 - .string "A meteorite found\nat METEOR FALLS.$" - -gRoom1KeyItemDescription:: @ 8582696 - .string "A key that opens a\ndoor inside the\nABANDONED SHIP.$" - -gRoom2KeyItemDescription:: @ 85826C9 - .string "A key that opens a\ndoor inside the\nABANDONED SHIP.$" - -gRoom4KeyItemDescription:: @ 85826FC - .string "A key that opens a\ndoor inside the\nABANDONED SHIP.$" - -gRoom6KeyItemDescription:: @ 858272F - .string "A key that opens a\ndoor inside the\nABANDONED SHIP.$" - -gStorageKeyItemDescription:: @ 8582762 - .string "The key to the\nstorage inside the\nABANDONED SHIP.$" - -gRootFossilItemDescription:: @ 8582794 - .string "A fossil of an\nancient, seafloor-\ndwelling POKéMON.$" - -gClawFossilItemDescription:: @ 85827C8 - .string "A fossil of an\nancient, seafloor-\ndwelling POKéMON.$" - -gDevonScopeItemDescription:: @ 85827FC - .string "A device by DEVON\nthat signals any\nunseeable POKéMON.$" - -gTM01ItemDescription:: @ 8582832 - .string "Powerful, but makes\nthe user flinch if\nhit by the foe.$" - -gTM02ItemDescription:: @ 8582869 - .string "Hooks and slashes\nthe foe with long,\nsharp claws.$" - -gTM03ItemDescription:: @ 858289B - .string "Generates an\nultrasonic wave\nthat may confuse.$" - -gTM04ItemDescription:: @ 85828CA - .string "Raises SP. ATK and\nSP. DEF by focusing\nthe mind.$" - -gTM05ItemDescription:: @ 85828FB - .string "A savage roar that\nmakes the foe flee \nto end the battle.$" - -gTM06ItemDescription:: @ 8582935 - .string "Poisons the foe\nwith a toxin that\ngradually worsens.$" - -gTM07ItemDescription:: @ 858296A - .string "Creates a hailstorm\nthat damages all\ntypes except ICE.$" - -gTM08ItemDescription:: @ 85829A1 - .string "Bulks up the body\nto boost both\nATTACK & DEFENSE.$" - -gTM09ItemDescription:: @ 85829D3 - .string "Shoots 2 to 5 seeds\nin a row to strike\nthe foe.$" - -gTM10ItemDescription:: @ 8582A03 - .string "The attack power\nvaries among\ndifferent POKéMON.$" - -gTM11ItemDescription:: @ 8582A34 - .string "Raises the power of\nFIRE-type moves\nfor 5 turns.$" - -gTM12ItemDescription:: @ 8582A65 - .string "Enrages the foe so\nit can only use\nattack moves.$" - -gTM13ItemDescription:: @ 8582A96 - .string "Fires an icy cold\nbeam that may\nfreeze the foe.$" - -gTM14ItemDescription:: @ 8582AC6 - .string "A brutal snow-and-\nwind attack that\nmay freeze the foe.$" - -gTM15ItemDescription:: @ 8582AFE - .string "Powerful, but needs\nrecharging the\nnext turn.$" - -gTM16ItemDescription:: @ 8582B2C - .string "Creates a wall of\nlight that lowers\nSP. ATK damage.$" - -gTM17ItemDescription:: @ 8582B60 - .string "Negates all damage,\nbut may fail if used\nin succession.$" - -gTM18ItemDescription:: @ 8582B98 - .string "Raises the power of\nWATER-type moves\nfor 5 turns.$" - -gTM19ItemDescription:: @ 8582BCA - .string "Recovers half the\nHP of the damage \nthis move inflicts.$" - -gTM20ItemDescription:: @ 8582C02 - .string "Prevents status\nabnormality with a\nmystical power.$" - -gTM21ItemDescription:: @ 8582C35 - .string "The less the user\nlikes you, the more\npowerful this move.$" - -gTM22ItemDescription:: @ 8582C6F - .string "Absorbs sunlight in\nthe 1st turn, then\nattacks next turn.$" - -gTM23ItemDescription:: @ 8582CA9 - .string "Slams the foe with\na hard tail. It may\nlower DEFENSE.$" - -gTM24ItemDescription:: @ 8582CDF - .string "A powerful electric\nattack that may\ncause paralysis.$" - -gTM25ItemDescription:: @ 8582D14 - .string "Strikes the foe\nwith a thunderbolt.\nIt may paralyze.$" - -gTM26ItemDescription:: @ 8582D49 - .string "Causes a quake\nthat has no effect\non flying foes.$" - -gTM27ItemDescription:: @ 8582D7B - .string "The more the user\nlikes you, the more\npowerful this move.$" - -gTM28ItemDescription:: @ 8582DB5 - .string "Digs underground\nthe 1st turn, then\nstrikes next turn.$" - -gTM29ItemDescription:: @ 8582DEC - .string "A powerful psychic\nattack that may\nlower SP. DEF.$" - -gTM30ItemDescription:: @ 8582E1E - .string "Hurls a dark lump\nat the foe. It may\nlower SP. DEF.$" - -gTM31ItemDescription:: @ 8582E52 - .string "Destroys barriers\nlike LIGHT SCREEN\nand causes damage.$" - -gTM32ItemDescription:: @ 8582E89 - .string "Creates illusory\ncopies to enhance\nelusiveness.$" - -gTM33ItemDescription:: @ 8582EB9 - .string "Creates a wall of\nlight that weakens\nphysical attacks.$" - -gTM34ItemDescription:: @ 8582EF0 - .string "Zaps the foe with a\njolt of electricity\nthat never misses.$" - -gTM35ItemDescription:: @ 8582F2B - .string "Looses a stream of\nfire that may burn\nthe foe.$" - -gTM36ItemDescription:: @ 8582F5A - .string "Hurls sludge at the\nfoe. It may poison\nthe foe.$" - -gTM37ItemDescription:: @ 8582F8A - .string "Causes a sandstorm\nthat hits the foe\nover several turns.$" - -gTM38ItemDescription:: @ 8582FC3 - .string "A powerful fire\nattack that may\nburn the foe.$" - -gTM39ItemDescription:: @ 8582FF1 - .string "Stops the foe from\nmoving with rocks.\nMay lower SPEED.$" - -gTM40ItemDescription:: @ 8583028 - .string "An extremely fast\nattack that can’t\nbe avoided.$" - -gTM41ItemDescription:: @ 8583058 - .string "Prevents the foe\nfrom using the same\nmove in a row.$" - -gTM42ItemDescription:: @ 858308C - .string "Raises ATTACK when\npoisoned, burned,\nor paralyzed.$" - -gTM43ItemDescription:: @ 85830BF - .string "Adds an effect to\nattack depending\non the location.$" - -gTM44ItemDescription:: @ 85830F3 - .string "The user sleeps for\n2 turns to restore\nhealth and status.$" - -gTM45ItemDescription:: @ 858312D - .string "Makes it tough to\nattack a foe of the\nopposite gender.$" - -gTM46ItemDescription:: @ 8583164 - .string "While attacking,\nit may steal the\nfoe’s held item.$" - -gTM47ItemDescription:: @ 8583197 - .string "Spreads hard-\nedged wings and\nslams into the foe.$" - -gTM48ItemDescription:: @ 85831C9 - .string "Switches abilities\nwith the foe on the\nturn this is used.$" - -gTM49ItemDescription:: @ 8583203 - .string "Steals the effects\nof the move the foe\nis trying to use.$" - -gTM50ItemDescription:: @ 858323C - .string "Enables full-power\nattack, but sharply\nlowers SP. ATK.$" - -gHM01ItemDescription:: @ 8583273 - .string "Attacks the foe\nwith sharp blades\nor claws.$" - -gHM02ItemDescription:: @ 858329F - .string "Flies up on the\nfirst turn, then\nattacks next turn.$" - -gHM03ItemDescription:: @ 85832D3 - .string "Creates a huge\nwave, then crashes\nit down on the foe.$" - -gHM04ItemDescription:: @ 8583309 - .string "Builds enormous\npower, then slams\nthe foe.$" - -gHM05ItemDescription:: @ 8583334 - .string "Looses a powerful\nblast of light that\nreduces accuracy.$" - -gHM06ItemDescription:: @ 858336C - .string "A rock-crushingly\ntough attack that\nmay lower DEFENSE.$" - -gHM07ItemDescription:: @ 85833A3 - .string "Attacks the foe\nwith enough power\nto climb waterfalls.$" - -gHM08ItemDescription:: @ 85833DA - .string "Dives underwater\nthe 1st turn, then\nattacks next turn.$" - -gOaksParcelItemDescription:: @ 8583411 - .string "A parcel for PROF.\nOAK from a POKéMON\nMART’s clerk.$" - -gPokeFluteItemDescription:: @ 8583445 - .string "A sweet-sounding\nflute that awakens\nPOKéMON.$" - -gSecretKeyItemDescription:: @ 8583472 - .string "The key to the\nCINNABAR ISLAND\nGYM’s entrance.$" - -gBikeVoucherItemDescription:: @ 85834A1 - .string "A voucher for\nobtaining a bicycle\nfrom the BIKE SHOP.$" - -gGoldTeethItemDescription:: @ 85834D7 - .string "Gold dentures lost\nby the SAFARI\nZONE’s WARDEN.$" - -gOldAmberItemDescription:: @ 8583507 - .string "A stone containing\nthe genes of an\nancient POKéMON.$" - -gCardKeyItemDescription:: @ 858353B - .string "A card-type door\nkey used in SILPH\nCO’s office.$" - -gLiftKeyItemDescription:: @ 858356B - .string "An elevator key\nused in TEAM\nROCKET’s HIDEOUT.$" - -gHelixFossilItemDescription:: @ 858359A - .string "A piece of an\nancient marine\nPOKéMON’s seashell.$" - -gDomeFossilItemDescription:: @ 85835CB - .string "A piece of an\nancient marine\nPOKéMON’s shell.$" - -gSilphScopeItemDescription:: @ 85835F9 - .string "SILPH CO’s scope\nmakes unseeable\nPOKéMON visible.$" - -gBicycleItemDescription:: @ 858362B - .string "A folding bicycle\nthat is faster than\nthe RUNNING SHOES.$" - -gTownMapItemDescription:: @ 8583664 - .string "Can be viewed\nanytime. Shows your\npresent location.$" - -gVSSeekerItemDescription:: @ 8583698 - .string "A rechargeable unit\nthat flags battle-\nready TRAINERS.$" - -gFameCheckerItemDescription:: @ 85836CF - .string "Stores information\non famous people\nfor instant recall.$" - -gTMCaseItemDescription:: @ 8583707 - .string "A convenient case \nthat holds TMs and\nHMs.$" - -gBerryPouchItemDescription:: @ 8583732 - .string "A convenient\ncontainer that\nholds BERRIES.$" - -gTeachyTVItemDescription:: @ 858375D - .string "A TV set tuned to\nan advice program\nfor TRAINERS.$" - -gTriPassItemDescription:: @ 858378F - .string "A pass for ferries\nbetween ONE, TWO,\nand THREE ISLAND.$" - -gRainbowPassItemDescription:: @ 85837C6 - .string "For ferries serving\nVERMILION and the\nSEVII ISLANDS.$" - -gTeaItemDescription:: @ 85837FB - .string "A thirst-quenching\ntea prepared by an\nold lady.$" - -gMysticTicketItemDescription:: @ 858382B - .string "A ticket required\nto board the ship\nto NAVEL ROCK.$" - -gAuroraTicketItemDescription:: @ 858385E - .string "A ticket required\nto board the ship\nto BIRTH ISLAND.$" - -gPowderJarItemDescription:: @ 8583893 - .string "Stores BERRY\nPOWDER made using\na BERRY CRUSHER.$" - -gRubyItemDescription:: @ 85838C3 - .string "An exquisite, red-\nglowing gem that\nsymbolizes passion.$" - -gSapphireItemDescription:: @ 85838FB - .string "A brilliant blue gem\nthat symbolizes\nhonesty.$" - -gMagmaEmblemItemDescription:: @ 8583929 - .string "A medal-like item in\nthe same shape as\nTEAM MAGMA’s mark.$" - -gOldSeaMapItemDescription:: @ 8583963 - .string "A faded sea chart\nthat shows the way\nto a certain island.$" -- cgit v1.2.3 From a49f80d552a9adff15a097171898e113cfa412b9 Mon Sep 17 00:00:00 2001 From: Slawter666 <38655737+Slawter666@users.noreply.github.com> Date: Wed, 25 Apr 2018 01:41:04 +0100 Subject: Convert item_descriptions.inc to .h OK --- data/item_menu_icons.s | 8 + data/items.inc | 5656 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 5664 insertions(+) create mode 100644 data/item_menu_icons.s create mode 100644 data/items.inc (limited to 'data') diff --git a/data/item_menu_icons.s b/data/item_menu_icons.s new file mode 100644 index 000000000..0d046521d --- /dev/null +++ b/data/item_menu_icons.s @@ -0,0 +1,8 @@ +#include "constants/items.h" + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + +@ 85839A0 + .include "data/items.inc" diff --git a/data/items.inc b/data/items.inc new file mode 100644 index 000000000..d5c43a2c9 --- /dev/null +++ b/data/items.inc @@ -0,0 +1,5656 @@ + .align 2 +gItems:: @ 85839A0 + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "MASTER BALL$", 14 + .2byte ITEM_MASTER_BALL + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gMasterBallItemDescription + .byte 0 + .byte 0 + .byte POCKET_POKE_BALLS + .byte 0 + .4byte NULL + .4byte 2 + .4byte ItemUseInBattle_PokeBall + .4byte 0 + + .string "ULTRA BALL$", 14 + .2byte ITEM_ULTRA_BALL + .2byte 1200 @ price + .byte 0 + .byte 0 + .4byte gUltraBallItemDescription + .byte 0 + .byte 0 + .byte POCKET_POKE_BALLS + .byte 1 + .4byte NULL + .4byte 2 + .4byte ItemUseInBattle_PokeBall + .4byte 1 + + .string "GREAT BALL$", 14 + .2byte ITEM_GREAT_BALL + .2byte 600 @ price + .byte 0 + .byte 0 + .4byte gGreatBallItemDescription + .byte 0 + .byte 0 + .byte POCKET_POKE_BALLS + .byte 2 + .4byte NULL + .4byte 2 + .4byte ItemUseInBattle_PokeBall + .4byte 2 + + .string "POKé BALL$", 14 + .2byte ITEM_POKE_BALL + .2byte 200 @ price + .byte 0 + .byte 0 + .4byte gPokeBallItemDescription + .byte 0 + .byte 0 + .byte POCKET_POKE_BALLS + .byte 3 + .4byte NULL + .4byte 2 + .4byte ItemUseInBattle_PokeBall + .4byte 3 + + .string "SAFARI BALL$", 14 + .2byte ITEM_SAFARI_BALL + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gSafariBallItemDescription + .byte 0 + .byte 0 + .byte POCKET_POKE_BALLS + .byte 4 + .4byte NULL + .4byte 2 + .4byte ItemUseInBattle_PokeBall + .4byte 4 + + .string "NET BALL$", 14 + .2byte ITEM_NET_BALL + .2byte 1000 @ price + .byte 0 + .byte 0 + .4byte gNetBallItemDescription + .byte 0 + .byte 0 + .byte POCKET_POKE_BALLS + .byte 5 + .4byte NULL + .4byte 2 + .4byte ItemUseInBattle_PokeBall + .4byte 5 + + .string "DIVE BALL$", 14 + .2byte ITEM_DIVE_BALL + .2byte 1000 @ price + .byte 0 + .byte 0 + .4byte gDiveBallItemDescription + .byte 0 + .byte 0 + .byte POCKET_POKE_BALLS + .byte 6 + .4byte NULL + .4byte 2 + .4byte ItemUseInBattle_PokeBall + .4byte 6 + + .string "NEST BALL$", 14 + .2byte ITEM_NEST_BALL + .2byte 1000 @ price + .byte 0 + .byte 0 + .4byte gNestBallItemDescription + .byte 0 + .byte 0 + .byte POCKET_POKE_BALLS + .byte 7 + .4byte NULL + .4byte 2 + .4byte ItemUseInBattle_PokeBall + .4byte 7 + + .string "REPEAT BALL$", 14 + .2byte ITEM_REPEAT_BALL + .2byte 1000 @ price + .byte 0 + .byte 0 + .4byte gRepeatBallItemDescription + .byte 0 + .byte 0 + .byte POCKET_POKE_BALLS + .byte 8 + .4byte NULL + .4byte 2 + .4byte ItemUseInBattle_PokeBall + .4byte 8 + + .string "TIMER BALL$", 14 + .2byte ITEM_TIMER_BALL + .2byte 1000 @ price + .byte 0 + .byte 0 + .4byte gTimerBallItemDescription + .byte 0 + .byte 0 + .byte POCKET_POKE_BALLS + .byte 9 + .4byte NULL + .4byte 2 + .4byte ItemUseInBattle_PokeBall + .4byte 9 + + .string "LUXURY BALL$", 14 + .2byte ITEM_LUXURY_BALL + .2byte 1000 @ price + .byte 0 + .byte 0 + .4byte gLuxuryBallItemDescription + .byte 0 + .byte 0 + .byte POCKET_POKE_BALLS + .byte 10 + .4byte NULL + .4byte 2 + .4byte ItemUseInBattle_PokeBall + .4byte 10 + + .string "PREMIER BALL$", 14 + .2byte ITEM_PREMIER_BALL + .2byte 200 @ price + .byte 0 + .byte 0 + .4byte gPremierBallItemDescription + .byte 0 + .byte 0 + .byte POCKET_POKE_BALLS + .byte 11 + .4byte NULL + .4byte 2 + .4byte ItemUseInBattle_PokeBall + .4byte 11 + + .string "POTION$", 14 + .2byte ITEM_POTION + .2byte 300 @ price + .byte 0 + .byte 20 + .4byte gPotionItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "ANTIDOTE$", 14 + .2byte ITEM_ANTIDOTE + .2byte 100 @ price + .byte 0 + .byte 0 + .4byte gAntidoteItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "BURN HEAL$", 14 + .2byte ITEM_BURN_HEAL + .2byte 250 @ price + .byte 0 + .byte 0 + .4byte gBurnHealItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "ICE HEAL$", 14 + .2byte ITEM_ICE_HEAL + .2byte 250 @ price + .byte 0 + .byte 0 + .4byte gIceHealItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "AWAKENING$", 14 + .2byte ITEM_AWAKENING + .2byte 250 @ price + .byte 0 + .byte 0 + .4byte gAwakeningItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "PARLYZ HEAL$", 14 + .2byte ITEM_PARALYZE_HEAL + .2byte 200 @ price + .byte 0 + .byte 0 + .4byte gParalyzeHealItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "FULL RESTORE$", 14 + .2byte ITEM_FULL_RESTORE + .2byte 3000 @ price + .byte 0 + .byte 255 + .4byte gFullRestoreItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "MAX POTION$", 14 + .2byte ITEM_MAX_POTION + .2byte 2500 @ price + .byte 0 + .byte 255 + .4byte gMaxPotionItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "HYPER POTION$", 14 + .2byte ITEM_HYPER_POTION + .2byte 1200 @ price + .byte 0 + .byte 200 + .4byte gHyperPotionItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "SUPER POTION$", 14 + .2byte ITEM_SUPER_POTION + .2byte 700 @ price + .byte 0 + .byte 50 + .4byte gSuperPotionItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "FULL HEAL$", 14 + .2byte ITEM_FULL_HEAL + .2byte 600 @ price + .byte 0 + .byte 0 + .4byte gFullHealItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "REVIVE$", 14 + .2byte ITEM_REVIVE + .2byte 1500 @ price + .byte 0 + .byte 0 + .4byte gReviveItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "MAX REVIVE$", 14 + .2byte ITEM_MAX_REVIVE + .2byte 4000 @ price + .byte 0 + .byte 0 + .4byte gMaxReviveItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "FRESH WATER$", 14 + .2byte ITEM_FRESH_WATER + .2byte 200 @ price + .byte 0 + .byte 50 + .4byte gFreshWaterItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "SODA POP$", 14 + .2byte ITEM_SODA_POP + .2byte 300 @ price + .byte 0 + .byte 60 + .4byte gSodaPopItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "LEMONADE$", 14 + .2byte ITEM_LEMONADE + .2byte 350 @ price + .byte 0 + .byte 80 + .4byte gLemonadeItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "MOOMOO MILK$", 14 + .2byte ITEM_MOOMOO_MILK + .2byte 500 @ price + .byte 0 + .byte 100 + .4byte gMoomooMilkItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "ENERGYPOWDER$", 14 + .2byte ITEM_ENERGY_POWDER + .2byte 500 @ price + .byte 0 + .byte 0 + .4byte gEnergyPowderItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "ENERGY ROOT$", 14 + .2byte ITEM_ENERGY_ROOT + .2byte 800 @ price + .byte 0 + .byte 0 + .4byte gEnergyRootItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "HEAL POWDER$", 14 + .2byte ITEM_HEAL_POWDER + .2byte 450 @ price + .byte 0 + .byte 0 + .4byte gHealPowderItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "REVIVAL HERB$", 14 + .2byte ITEM_REVIVAL_HERB + .2byte 2800 @ price + .byte 0 + .byte 0 + .4byte gRevivalHerbItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "ETHER$", 14 + .2byte ITEM_ETHER + .2byte 1200 @ price + .byte 0 + .byte 10 + .4byte gEtherItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_PPRecovery + .4byte 1 + .4byte ItemUseInBattle_PPRecovery + .4byte 0 + + .string "MAX ETHER$", 14 + .2byte ITEM_MAX_ETHER + .2byte 2000 @ price + .byte 0 + .byte 255 + .4byte gMaxEtherItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_PPRecovery + .4byte 1 + .4byte ItemUseInBattle_PPRecovery + .4byte 0 + + .string "ELIXIR$", 14 + .2byte ITEM_ELIXIR + .2byte 3000 @ price + .byte 0 + .byte 10 + .4byte gElixirItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_PPRecovery + .4byte 1 + .4byte ItemUseInBattle_PPRecovery + .4byte 0 + + .string "MAX ELIXIR$", 14 + .2byte ITEM_MAX_ELIXIR + .2byte 4500 @ price + .byte 0 + .byte 255 + .4byte gMaxElixirItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_PPRecovery + .4byte 1 + .4byte ItemUseInBattle_PPRecovery + .4byte 0 + + .string "LAVA COOKIE$", 14 + .2byte ITEM_LAVA_COOKIE + .2byte 200 @ price + .byte 0 + .byte 0 + .4byte gLavaCookieItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "BLUE FLUTE$", 14 + .2byte ITEM_BLUE_FLUTE + .2byte 100 @ price + .byte 0 + .byte 0 + .4byte gBlueFluteItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "YELLOW FLUTE$", 14 + .2byte ITEM_YELLOW_FLUTE + .2byte 200 @ price + .byte 0 + .byte 0 + .4byte gYellowFluteItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "RED FLUTE$", 14 + .2byte ITEM_RED_FLUTE + .2byte 300 @ price + .byte 0 + .byte 0 + .4byte gRedFluteItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "BLACK FLUTE$", 14 + .2byte ITEM_BLACK_FLUTE + .2byte 400 @ price + .byte 0 + .byte 50 + .4byte gBlackFluteItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_BlackWhiteFlute + .4byte 0 + .4byte NULL + .4byte 0 + + .string "WHITE FLUTE$", 14 + .2byte ITEM_WHITE_FLUTE + .2byte 500 @ price + .byte 0 + .byte 150 + .4byte gWhiteFluteItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_BlackWhiteFlute + .4byte 0 + .4byte NULL + .4byte 0 + + .string "BERRY JUICE$", 14 + .2byte ITEM_BERRY_JUICE + .2byte 100 @ price + .byte 1 + .byte 20 + .4byte gBerryJuiceItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "SACRED ASH$", 14 + .2byte ITEM_SACRED_ASH + .2byte 200 @ price + .byte 0 + .byte 0 + .4byte gSacredAshItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_SacredAsh + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SHOAL SALT$", 14 + .2byte ITEM_SHOAL_SALT + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gShoalSaltItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SHOAL SHELL$", 14 + .2byte ITEM_SHOAL_SHELL + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gShoalShellItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "RED SHARD$", 14 + .2byte ITEM_RED_SHARD + .2byte 200 @ price + .byte 0 + .byte 0 + .4byte gRedShardItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "BLUE SHARD$", 14 + .2byte ITEM_BLUE_SHARD + .2byte 200 @ price + .byte 0 + .byte 0 + .4byte gBlueShardItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "YELLOW SHARD$", 14 + .2byte ITEM_YELLOW_SHARD + .2byte 200 @ price + .byte 0 + .byte 0 + .4byte gYellowShardItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "GREEN SHARD$", 14 + .2byte ITEM_GREEN_SHARD + .2byte 200 @ price + .byte 0 + .byte 0 + .4byte gGreenShardItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "HP UP$", 14 + .2byte ITEM_HP_UP + .2byte 9800 @ price + .byte 0 + .byte 0 + .4byte gHPUpItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 0 + .4byte NULL + .4byte 0 + + .string "PROTEIN$", 14 + .2byte ITEM_PROTEIN + .2byte 9800 @ price + .byte 0 + .byte 0 + .4byte gProteinItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 0 + .4byte NULL + .4byte 0 + + .string "IRON$", 14 + .2byte ITEM_IRON + .2byte 9800 @ price + .byte 0 + .byte 0 + .4byte gIronItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 0 + .4byte NULL + .4byte 0 + + .string "CARBOS$", 14 + .2byte ITEM_CARBOS + .2byte 9800 @ price + .byte 0 + .byte 0 + .4byte gCarbosItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 0 + .4byte NULL + .4byte 0 + + .string "CALCIUM$", 14 + .2byte ITEM_CALCIUM + .2byte 9800 @ price + .byte 0 + .byte 0 + .4byte gCalciumItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 0 + .4byte NULL + .4byte 0 + + .string "RARE CANDY$", 14 + .2byte ITEM_RARE_CANDY + .2byte 4800 @ price + .byte 0 + .byte 0 + .4byte gRareCandyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_RareCandy + .4byte 0 + .4byte NULL + .4byte 0 + + .string "PP UP$", 14 + .2byte ITEM_PP_UP + .2byte 9800 @ price + .byte 0 + .byte 0 + .4byte gPPUpItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_PPUp + .4byte 0 + .4byte NULL + .4byte 0 + + .string "ZINC$", 14 + .2byte ITEM_ZINC + .2byte 9800 @ price + .byte 0 + .byte 0 + .4byte gZincItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 0 + .4byte NULL + .4byte 0 + + .string "PP MAX$", 14 + .2byte ITEM_PP_MAX + .2byte 9800 @ price + .byte 0 + .byte 0 + .4byte gPPMaxItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_PPUp + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "GUARD SPEC.$", 14 + .2byte ITEM_GUARD_SPEC + .2byte 700 @ price + .byte 0 + .byte 0 + .4byte gGuardSpecItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 2 + .4byte ItemUseInBattle_StatIncrease + .4byte 0 + + .string "DIRE HIT$", 14 + .2byte ITEM_DIRE_HIT + .2byte 650 @ price + .byte 0 + .byte 0 + .4byte gDireHitItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 2 + .4byte ItemUseInBattle_StatIncrease + .4byte 0 + + .string "X ATTACK$", 14 + .2byte ITEM_X_ATTACK + .2byte 500 @ price + .byte 0 + .byte 0 + .4byte gXAttackItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 2 + .4byte ItemUseInBattle_StatIncrease + .4byte 0 + + .string "X DEFEND$", 14 + .2byte ITEM_X_DEFEND + .2byte 550 @ price + .byte 0 + .byte 0 + .4byte gXDefendItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 2 + .4byte ItemUseInBattle_StatIncrease + .4byte 0 + + .string "X SPEED$", 14 + .2byte ITEM_X_SPEED + .2byte 350 @ price + .byte 0 + .byte 0 + .4byte gXSpeedItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 2 + .4byte ItemUseInBattle_StatIncrease + .4byte 0 + + .string "X ACCURACY$", 14 + .2byte ITEM_X_ACCURACY + .2byte 950 @ price + .byte 0 + .byte 0 + .4byte gXAccuracyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 2 + .4byte ItemUseInBattle_StatIncrease + .4byte 0 + + .string "X SPECIAL$", 14 + .2byte ITEM_X_SPECIAL + .2byte 350 @ price + .byte 0 + .byte 0 + .4byte gXSpecialItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 2 + .4byte ItemUseInBattle_StatIncrease + .4byte 0 + + .string "POKé DOLL$", 14 + .2byte ITEM_POKE_DOLL + .2byte 1000 @ price + .byte 0 + .byte 0 + .4byte gPokeDollItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 2 + .4byte ItemUseInBattle_Escape + .4byte 0 + + .string "FLUFFY TAIL$", 14 + .2byte ITEM_FLUFFY_TAIL + .2byte 1000 @ price + .byte 0 + .byte 0 + .4byte gFluffyTailItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 2 + .4byte ItemUseInBattle_Escape + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SUPER REPEL$", 14 + .2byte ITEM_SUPER_REPEL + .2byte 500 @ price + .byte 0 + .byte 200 + .4byte gSuperRepelItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_Repel + .4byte 0 + .4byte NULL + .4byte 0 + + .string "MAX REPEL$", 14 + .2byte ITEM_MAX_REPEL + .2byte 700 @ price + .byte 0 + .byte 250 + .4byte gMaxRepelItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_Repel + .4byte 0 + .4byte NULL + .4byte 0 + + .string "ESCAPE ROPE$", 14 + .2byte ITEM_ESCAPE_ROPE + .2byte 550 @ price + .byte 0 + .byte 0 + .4byte gEscapeRopeItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 2 + .4byte ItemUseOutOfBattle_EscapeRope + .4byte 0 + .4byte NULL + .4byte 0 + + .string "REPEL$", 14 + .2byte ITEM_REPEL + .2byte 350 @ price + .byte 0 + .byte 100 + .4byte gRepelItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_Repel + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SUN STONE$", 14 + .2byte ITEM_SUN_STONE + .2byte 2100 @ price + .byte 0 + .byte 0 + .4byte gSunStoneItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_EvolutionStone + .4byte 0 + .4byte NULL + .4byte 0 + + .string "MOON STONE$", 14 + .2byte ITEM_MOON_STONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gMoonStoneItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_EvolutionStone + .4byte 0 + .4byte NULL + .4byte 0 + + .string "FIRE STONE$", 14 + .2byte ITEM_FIRE_STONE + .2byte 2100 @ price + .byte 0 + .byte 0 + .4byte gFireStoneItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_EvolutionStone + .4byte 0 + .4byte NULL + .4byte 0 + + .string "THUNDERSTONE$", 14 + .2byte ITEM_THUNDER_STONE + .2byte 2100 @ price + .byte 0 + .byte 0 + .4byte gThunderStoneItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_EvolutionStone + .4byte 0 + .4byte NULL + .4byte 0 + + .string "WATER STONE$", 14 + .2byte ITEM_WATER_STONE + .2byte 2100 @ price + .byte 0 + .byte 0 + .4byte gWaterStoneItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_EvolutionStone + .4byte 0 + .4byte NULL + .4byte 0 + + .string "LEAF STONE$", 14 + .2byte ITEM_LEAF_STONE + .2byte 2100 @ price + .byte 0 + .byte 0 + .4byte gLeafStoneItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 1 + .4byte ItemUseOutOfBattle_EvolutionStone + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TINYMUSHROOM$", 14 + .2byte ITEM_TINY_MUSHROOM + .2byte 500 @ price + .byte 0 + .byte 0 + .4byte gTinyMushroomItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "BIG MUSHROOM$", 14 + .2byte ITEM_BIG_MUSHROOM + .2byte 5000 @ price + .byte 0 + .byte 0 + .4byte gBigMushroomItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "PEARL$", 14 + .2byte ITEM_PEARL + .2byte 1400 @ price + .byte 0 + .byte 0 + .4byte gPearlItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "BIG PEARL$", 14 + .2byte ITEM_BIG_PEARL + .2byte 7500 @ price + .byte 0 + .byte 0 + .4byte gBigPearlItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "STARDUST$", 14 + .2byte ITEM_STARDUST + .2byte 2000 @ price + .byte 0 + .byte 0 + .4byte gStardustItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "STAR PIECE$", 14 + .2byte ITEM_STAR_PIECE + .2byte 9800 @ price + .byte 0 + .byte 0 + .4byte gStarPieceItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "NUGGET$", 14 + .2byte ITEM_NUGGET + .2byte 10000 @ price + .byte 0 + .byte 0 + .4byte gNuggetItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "HEART SCALE$", 14 + .2byte ITEM_HEART_SCALE + .2byte 100 @ price + .byte 0 + .byte 0 + .4byte gHeartScaleItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "ORANGE MAIL$", 14 + .2byte ITEM_ORANGE_MAIL + .2byte 50 @ price + .byte 0 + .byte 0 + .4byte gOrangeMailItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 0 + .4byte ItemUseOutOfBattle_Mail + .4byte 0 + .4byte NULL + .4byte 0 + + .string "HARBOR MAIL$", 14 + .2byte ITEM_HARBOR_MAIL + .2byte 50 @ price + .byte 0 + .byte 0 + .4byte gHarborMailItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 0 + .4byte ItemUseOutOfBattle_Mail + .4byte 0 + .4byte NULL + .4byte 1 + + .string "GLITTER MAIL$", 14 + .2byte ITEM_GLITTER_MAIL + .2byte 50 @ price + .byte 0 + .byte 0 + .4byte gGlitterMailItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 0 + .4byte ItemUseOutOfBattle_Mail + .4byte 0 + .4byte NULL + .4byte 2 + + .string "MECH MAIL$", 14 + .2byte ITEM_MECH_MAIL + .2byte 50 @ price + .byte 0 + .byte 0 + .4byte gMechMailItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 0 + .4byte ItemUseOutOfBattle_Mail + .4byte 0 + .4byte NULL + .4byte 3 + + .string "WOOD MAIL$", 14 + .2byte ITEM_WOOD_MAIL + .2byte 50 @ price + .byte 0 + .byte 0 + .4byte gWoodMailItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 0 + .4byte ItemUseOutOfBattle_Mail + .4byte 0 + .4byte NULL + .4byte 4 + + .string "WAVE MAIL$", 14 + .2byte ITEM_WAVE_MAIL + .2byte 50 @ price + .byte 0 + .byte 0 + .4byte gWaveMailItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 0 + .4byte ItemUseOutOfBattle_Mail + .4byte 0 + .4byte NULL + .4byte 5 + + .string "BEAD MAIL$", 14 + .2byte ITEM_BEAD_MAIL + .2byte 50 @ price + .byte 0 + .byte 0 + .4byte gBeadMailItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 0 + .4byte ItemUseOutOfBattle_Mail + .4byte 0 + .4byte NULL + .4byte 6 + + .string "SHADOW MAIL$", 14 + .2byte ITEM_SHADOW_MAIL + .2byte 50 @ price + .byte 0 + .byte 0 + .4byte gShadowMailItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 0 + .4byte ItemUseOutOfBattle_Mail + .4byte 0 + .4byte NULL + .4byte 7 + + .string "TROPIC MAIL$", 14 + .2byte ITEM_TROPIC_MAIL + .2byte 50 @ price + .byte 0 + .byte 0 + .4byte gTropicMailItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 0 + .4byte ItemUseOutOfBattle_Mail + .4byte 0 + .4byte NULL + .4byte 8 + + .string "DREAM MAIL$", 14 + .2byte ITEM_DREAM_MAIL + .2byte 50 @ price + .byte 0 + .byte 0 + .4byte gDreamMailItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 0 + .4byte ItemUseOutOfBattle_Mail + .4byte 0 + .4byte NULL + .4byte 9 + + .string "FAB MAIL$", 14 + .2byte ITEM_FAB_MAIL + .2byte 50 @ price + .byte 0 + .byte 0 + .4byte gFabMailItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 0 + .4byte ItemUseOutOfBattle_Mail + .4byte 0 + .4byte NULL + .4byte 10 + + .string "RETRO MAIL$", 14 + .2byte ITEM_RETRO_MAIL + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gRetroMailItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 0 + .4byte ItemUseOutOfBattle_Mail + .4byte 0 + .4byte NULL + .4byte 11 + + .string "CHERI BERRY$", 14 + .2byte ITEM_CHERI_BERRY + .2byte 20 @ price + .byte 2 + .byte 0 + .4byte gCheriBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "CHESTO BERRY$", 14 + .2byte ITEM_CHESTO_BERRY + .2byte 20 @ price + .byte 3 + .byte 0 + .4byte gChestoBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "PECHA BERRY$", 14 + .2byte ITEM_PECHA_BERRY + .2byte 20 @ price + .byte 4 + .byte 0 + .4byte gPechaBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "RAWST BERRY$", 14 + .2byte ITEM_RAWST_BERRY + .2byte 20 @ price + .byte 5 + .byte 0 + .4byte gRawstBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "ASPEAR BERRY$", 14 + .2byte ITEM_ASPEAR_BERRY + .2byte 20 @ price + .byte 6 + .byte 0 + .4byte gAspearBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "LEPPA BERRY$", 14 + .2byte ITEM_LEPPA_BERRY + .2byte 20 @ price + .byte 7 + .byte 10 + .4byte gLeppaBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 1 + .4byte ItemUseOutOfBattle_PPRecovery + .4byte 1 + .4byte ItemUseInBattle_PPRecovery + .4byte 0 + + .string "ORAN BERRY$", 14 + .2byte ITEM_ORAN_BERRY + .2byte 20 @ price + .byte 1 + .byte 10 + .4byte gOranBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "PERSIM BERRY$", 14 + .2byte ITEM_PERSIM_BERRY + .2byte 20 @ price + .byte 8 + .byte 0 + .4byte gPersimBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "LUM BERRY$", 14 + .2byte ITEM_LUM_BERRY + .2byte 20 @ price + .byte 9 + .byte 0 + .4byte gLumBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "SITRUS BERRY$", 14 + .2byte ITEM_SITRUS_BERRY + .2byte 20 @ price + .byte 1 + .byte 30 + .4byte gSitrusBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 1 + .4byte ItemUseOutOfBattle_Medicine + .4byte 1 + .4byte ItemUseInBattle_Medicine + .4byte 0 + + .string "FIGY BERRY$", 14 + .2byte ITEM_FIGY_BERRY + .2byte 20 @ price + .byte 10 + .byte 8 + .4byte gFigyBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "WIKI BERRY$", 14 + .2byte ITEM_WIKI_BERRY + .2byte 20 @ price + .byte 11 + .byte 8 + .4byte gWikiBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "MAGO BERRY$", 14 + .2byte ITEM_MAGO_BERRY + .2byte 20 @ price + .byte 12 + .byte 8 + .4byte gMagoBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "AGUAV BERRY$", 14 + .2byte ITEM_AGUAV_BERRY + .2byte 20 @ price + .byte 13 + .byte 8 + .4byte gAguavBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "IAPAPA BERRY$", 14 + .2byte ITEM_IAPAPA_BERRY + .2byte 20 @ price + .byte 14 + .byte 8 + .4byte gIapapaBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "RAZZ BERRY$", 14 + .2byte ITEM_RAZZ_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gRazzBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "BLUK BERRY$", 14 + .2byte ITEM_BLUK_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gBlukBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "NANAB BERRY$", 14 + .2byte ITEM_NANAB_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gNanabBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "WEPEAR BERRY$", 14 + .2byte ITEM_WEPEAR_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gWepearBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "PINAP BERRY$", 14 + .2byte ITEM_PINAP_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gPinapBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "POMEG BERRY$", 14 + .2byte ITEM_POMEG_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gPomegBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 1 + .4byte ItemUseOutOfBattle_ReduceEV + .4byte 0 + .4byte NULL + .4byte 0 + + .string "KELPSY BERRY$", 14 + .2byte ITEM_KELPSY_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gKelpsyBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 1 + .4byte ItemUseOutOfBattle_ReduceEV + .4byte 0 + .4byte NULL + .4byte 0 + + .string "QUALOT BERRY$", 14 + .2byte ITEM_QUALOT_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gQualotBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 1 + .4byte ItemUseOutOfBattle_ReduceEV + .4byte 0 + .4byte NULL + .4byte 0 + + .string "HONDEW BERRY$", 14 + .2byte ITEM_HONDEW_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gHondewBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 1 + .4byte ItemUseOutOfBattle_ReduceEV + .4byte 0 + .4byte NULL + .4byte 0 + + .string "GREPA BERRY$", 14 + .2byte ITEM_GREPA_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gGrepaBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 1 + .4byte ItemUseOutOfBattle_ReduceEV + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TAMATO BERRY$", 14 + .2byte ITEM_TAMATO_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gTamatoBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 1 + .4byte ItemUseOutOfBattle_ReduceEV + .4byte 0 + .4byte NULL + .4byte 0 + + .string "CORNN BERRY$", 14 + .2byte ITEM_CORNN_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gCornnBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "MAGOST BERRY$", 14 + .2byte ITEM_MAGOST_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gMagostBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "RABUTA BERRY$", 14 + .2byte ITEM_RABUTA_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gRabutaBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "NOMEL BERRY$", 14 + .2byte ITEM_NOMEL_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gNomelBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SPELON BERRY$", 14 + .2byte ITEM_SPELON_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gSpelonBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "PAMTRE BERRY$", 14 + .2byte ITEM_PAMTRE_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gPamtreBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "WATMEL BERRY$", 14 + .2byte ITEM_WATMEL_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gWatmelBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "DURIN BERRY$", 14 + .2byte ITEM_DURIN_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gDurinBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "BELUE BERRY$", 14 + .2byte ITEM_BELUE_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gBelueBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "LIECHI BERRY$", 14 + .2byte ITEM_LIECHI_BERRY + .2byte 20 @ price + .byte 15 + .byte 4 + .4byte gLiechiBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "GANLON BERRY$", 14 + .2byte ITEM_GANLON_BERRY + .2byte 20 @ price + .byte 16 + .byte 4 + .4byte gGanlonBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SALAC BERRY$", 14 + .2byte ITEM_SALAC_BERRY + .2byte 20 @ price + .byte 17 + .byte 4 + .4byte gSalacBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "PETAYA BERRY$", 14 + .2byte ITEM_PETAYA_BERRY + .2byte 20 @ price + .byte 18 + .byte 4 + .4byte gPetayaBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "APICOT BERRY$", 14 + .2byte ITEM_APICOT_BERRY + .2byte 20 @ price + .byte 19 + .byte 4 + .4byte gApicotBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "LANSAT BERRY$", 14 + .2byte ITEM_LANSAT_BERRY + .2byte 20 @ price + .byte 20 + .byte 4 + .4byte gLansatBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "STARF BERRY$", 14 + .2byte ITEM_STARF_BERRY + .2byte 20 @ price + .byte 21 + .byte 4 + .4byte gStarfBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "ENIGMA BERRY$", 14 + .2byte ITEM_ENIGMA_BERRY + .2byte 20 @ price + .byte 0 + .byte 0 + .4byte gEnigmaBerryItemDescription + .byte 0 + .byte 0 + .byte POCKET_BERRIES + .byte 4 + .4byte ItemUseOutOfBattle_EnigmaBerry + .4byte 1 + .4byte ItemUseInBattle_EnigmaBerry + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "BRIGHTPOWDER$", 14 + .2byte ITEM_BRIGHT_POWDER + .2byte 10 @ price + .byte 22 + .byte 10 + .4byte gBrightPowderItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "WHITE HERB$", 14 + .2byte ITEM_WHITE_HERB + .2byte 100 @ price + .byte 23 + .byte 0 + .4byte gWhiteHerbItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "MACHO BRACE$", 14 + .2byte ITEM_MACHO_BRACE + .2byte 3000 @ price + .byte 24 + .byte 0 + .4byte gMachoBraceItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "EXP. SHARE$", 14 + .2byte ITEM_EXP_SHARE + .2byte 3000 @ price + .byte 25 + .byte 0 + .4byte gExpShareItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "QUICK CLAW$", 14 + .2byte ITEM_QUICK_CLAW + .2byte 100 @ price + .byte 26 + .byte 20 + .4byte gQuickClawItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SOOTHE BELL$", 14 + .2byte ITEM_SOOTHE_BELL + .2byte 100 @ price + .byte 27 + .byte 0 + .4byte gSootheBellItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "MENTAL HERB$", 14 + .2byte ITEM_MENTAL_HERB + .2byte 100 @ price + .byte 28 + .byte 0 + .4byte gMentalHerbItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "CHOICE BAND$", 14 + .2byte ITEM_CHOICE_BAND + .2byte 100 @ price + .byte 29 + .byte 0 + .4byte gChoiceBandItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "KING’S ROCK$", 14 + .2byte ITEM_KINGS_ROCK + .2byte 100 @ price + .byte 30 + .byte 10 + .4byte gKingsRockItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SILVERPOWDER$", 14 + .2byte ITEM_SILVER_POWDER + .2byte 100 @ price + .byte 31 + .byte 10 + .4byte gSilverPowderItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "AMULET COIN$", 14 + .2byte ITEM_AMULET_COIN + .2byte 100 @ price + .byte 32 + .byte 10 + .4byte gAmuletCoinItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "CLEANSE TAG$", 14 + .2byte ITEM_CLEANSE_TAG + .2byte 200 @ price + .byte 33 + .byte 0 + .4byte gCleanseTagItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SOUL DEW$", 14 + .2byte ITEM_SOUL_DEW + .2byte 200 @ price + .byte 34 + .byte 0 + .4byte gSoulDewItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "DEEPSEATOOTH$", 14 + .2byte ITEM_DEEP_SEA_TOOTH + .2byte 200 @ price + .byte 35 + .byte 0 + .4byte gDeepSeaToothItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "DEEPSEASCALE$", 14 + .2byte ITEM_DEEP_SEA_SCALE + .2byte 200 @ price + .byte 36 + .byte 0 + .4byte gDeepSeaScaleItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SMOKE BALL$", 14 + .2byte ITEM_SMOKE_BALL + .2byte 200 @ price + .byte 37 + .byte 0 + .4byte gSmokeBallItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "EVERSTONE$", 14 + .2byte ITEM_EVERSTONE + .2byte 200 @ price + .byte 38 + .byte 0 + .4byte gEverstoneItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "FOCUS BAND$", 14 + .2byte ITEM_FOCUS_BAND + .2byte 200 @ price + .byte 39 + .byte 10 + .4byte gFocusBandItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "LUCKY EGG$", 14 + .2byte ITEM_LUCKY_EGG + .2byte 200 @ price + .byte 40 + .byte 0 + .4byte gLuckyEggItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SCOPE LENS$", 14 + .2byte ITEM_SCOPE_LENS + .2byte 200 @ price + .byte 41 + .byte 0 + .4byte gScopeLensItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "METAL COAT$", 14 + .2byte ITEM_METAL_COAT + .2byte 100 @ price + .byte 42 + .byte 10 + .4byte gMetalCoatItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "LEFTOVERS$", 14 + .2byte ITEM_LEFTOVERS + .2byte 200 @ price + .byte 43 + .byte 10 + .4byte gLeftoversItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "DRAGON SCALE$", 14 + .2byte ITEM_DRAGON_SCALE + .2byte 2100 @ price + .byte 44 + .byte 10 + .4byte gDragonScaleItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "LIGHT BALL$", 14 + .2byte ITEM_LIGHT_BALL + .2byte 100 @ price + .byte 45 + .byte 0 + .4byte gLightBallItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SOFT SAND$", 14 + .2byte ITEM_SOFT_SAND + .2byte 100 @ price + .byte 46 + .byte 10 + .4byte gSoftSandItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "HARD STONE$", 14 + .2byte ITEM_HARD_STONE + .2byte 100 @ price + .byte 47 + .byte 10 + .4byte gHardStoneItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "MIRACLE SEED$", 14 + .2byte ITEM_MIRACLE_SEED + .2byte 100 @ price + .byte 48 + .byte 10 + .4byte gMiracleSeedItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "BLACKGLASSES$", 14 + .2byte ITEM_BLACK_GLASSES + .2byte 100 @ price + .byte 49 + .byte 10 + .4byte gBlackGlassesItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "BLACK BELT$", 14 + .2byte ITEM_BLACK_BELT + .2byte 100 @ price + .byte 50 + .byte 10 + .4byte gBlackBeltItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "MAGNET$", 14 + .2byte ITEM_MAGNET + .2byte 100 @ price + .byte 51 + .byte 10 + .4byte gMagnetItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "MYSTIC WATER$", 14 + .2byte ITEM_MYSTIC_WATER + .2byte 100 @ price + .byte 52 + .byte 10 + .4byte gMysticWaterItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SHARP BEAK$", 14 + .2byte ITEM_SHARP_BEAK + .2byte 100 @ price + .byte 53 + .byte 10 + .4byte gSharpBeakItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "POISON BARB$", 14 + .2byte ITEM_POISON_BARB + .2byte 100 @ price + .byte 54 + .byte 10 + .4byte gPoisonBarbItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "NEVERMELTICE$", 14 + .2byte ITEM_NEVER_MELT_ICE + .2byte 100 @ price + .byte 55 + .byte 10 + .4byte gNeverMeltIceItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SPELL TAG$", 14 + .2byte ITEM_SPELL_TAG + .2byte 100 @ price + .byte 56 + .byte 10 + .4byte gSpellTagItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TWISTEDSPOON$", 14 + .2byte ITEM_TWISTED_SPOON + .2byte 100 @ price + .byte 57 + .byte 10 + .4byte gTwistedSpoonItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "CHARCOAL$", 14 + .2byte ITEM_CHARCOAL + .2byte 9800 @ price + .byte 58 + .byte 10 + .4byte gCharcoalItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "DRAGON FANG$", 14 + .2byte ITEM_DRAGON_FANG + .2byte 100 @ price + .byte 59 + .byte 10 + .4byte gDragonFangItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SILK SCARF$", 14 + .2byte ITEM_SILK_SCARF + .2byte 100 @ price + .byte 60 + .byte 10 + .4byte gSilkScarfItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "UP-GRADE$", 14 + .2byte ITEM_UP_GRADE + .2byte 2100 @ price + .byte 61 + .byte 0 + .4byte gUpGradeItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SHELL BELL$", 14 + .2byte ITEM_SHELL_BELL + .2byte 200 @ price + .byte 62 + .byte 8 + .4byte gShellBellItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SEA INCENSE$", 14 + .2byte ITEM_SEA_INCENSE + .2byte 9600 @ price + .byte 52 + .byte 5 + .4byte gSeaIncenseItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "LAX INCENSE$", 14 + .2byte ITEM_LAX_INCENSE + .2byte 9600 @ price + .byte 22 + .byte 5 + .4byte gLaxIncenseItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "LUCKY PUNCH$", 14 + .2byte ITEM_LUCKY_PUNCH + .2byte 10 @ price + .byte 63 + .byte 0 + .4byte gLuckyPunchItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "METAL POWDER$", 14 + .2byte ITEM_METAL_POWDER + .2byte 10 @ price + .byte 64 + .byte 0 + .4byte gMetalPowderItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "THICK CLUB$", 14 + .2byte ITEM_THICK_CLUB + .2byte 500 @ price + .byte 65 + .byte 0 + .4byte gThickClubItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "STICK$", 14 + .2byte ITEM_STICK + .2byte 200 @ price + .byte 66 + .byte 0 + .4byte gStickItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "RED SCARF$", 14 + .2byte ITEM_RED_SCARF + .2byte 100 @ price + .byte 0 + .byte 0 + .4byte gRedScarfItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "BLUE SCARF$", 14 + .2byte ITEM_BLUE_SCARF + .2byte 100 @ price + .byte 0 + .byte 0 + .4byte gBlueScarfItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "PINK SCARF$", 14 + .2byte ITEM_PINK_SCARF + .2byte 100 @ price + .byte 0 + .byte 0 + .4byte gPinkScarfItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "GREEN SCARF$", 14 + .2byte ITEM_GREEN_SCARF + .2byte 100 @ price + .byte 0 + .byte 0 + .4byte gGreenScarfItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "YELLOW SCARF$", 14 + .2byte ITEM_YELLOW_SCARF + .2byte 100 @ price + .byte 0 + .byte 0 + .4byte gYellowScarfItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "MACH BIKE$", 14 + .2byte ITEM_MACH_BIKE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gMachBikeItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 2 + .4byte ItemUseOutOfBattle_Bike + .4byte 0 + .4byte NULL + .4byte 0 + + .string "COIN CASE$", 14 + .2byte ITEM_COIN_CASE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gCoinCaseItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CoinCase + .4byte 0 + .4byte NULL + .4byte 0 + + .string "ITEMFINDER$", 14 + .2byte ITEM_ITEMFINDER + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gItemfinderItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 2 + .4byte ItemUseOutOfBattle_Itemfinder + .4byte 0 + .4byte NULL + .4byte 0 + + .string "OLD ROD$", 14 + .2byte ITEM_OLD_ROD + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gOldRodItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 2 + .4byte ItemUseOutOfBattle_Rod + .4byte 0 + .4byte NULL + .4byte 0 + + .string "GOOD ROD$", 14 + .2byte ITEM_GOOD_ROD + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gGoodRodItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 2 + .4byte ItemUseOutOfBattle_Rod + .4byte 0 + .4byte NULL + .4byte 1 + + .string "SUPER ROD$", 14 + .2byte ITEM_SUPER_ROD + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gSuperRodItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 2 + .4byte ItemUseOutOfBattle_Rod + .4byte 0 + .4byte NULL + .4byte 2 + + .string "S.S. TICKET$", 14 + .2byte ITEM_SS_TICKET + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gSSTicketItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "CONTEST PASS$", 14 + .2byte ITEM_CONTEST_PASS + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gContestPassItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "WAILMER PAIL$", 14 + .2byte ITEM_WAILMER_PAIL + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gWailmerPailItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 2 + .4byte ItemUseOutOfBattle_WailmerPail + .4byte 0 + .4byte NULL + .4byte 0 + + .string "DEVON GOODS$", 14 + .2byte ITEM_DEVON_GOODS + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDevonGoodsItemDescription + .byte 2 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SOOT SACK$", 14 + .2byte ITEM_SOOT_SACK + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gSootSackItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "BASEMENT KEY$", 14 + .2byte ITEM_BASEMENT_KEY + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gBasementKeyItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "ACRO BIKE$", 14 + .2byte ITEM_ACRO_BIKE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gAcroBikeItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 2 + .4byte ItemUseOutOfBattle_Bike + .4byte 0 + .4byte NULL + .4byte 1 + + .string "{POKEBLOCK} CASE$", 14 + .2byte ITEM_POKEBLOCK_CASE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gPokeblockCaseItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 3 + .4byte ItemUseOutOfBattle_PokeblockCase + .4byte 0 + .4byte NULL + .4byte 0 + + .string "LETTER$", 14 + .2byte ITEM_LETTER + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gLetterItemDescription + .byte 2 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "EON TICKET$", 14 + .2byte ITEM_EON_TICKET + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gEonTicketItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 1 + + .string "RED ORB$", 14 + .2byte ITEM_RED_ORB + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gRedOrbItemDescription + .byte 2 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "BLUE ORB$", 14 + .2byte ITEM_BLUE_ORB + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gBlueOrbItemDescription + .byte 2 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SCANNER$", 14 + .2byte ITEM_SCANNER + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gScannerItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "GO-GOGGLES$", 14 + .2byte ITEM_GO_GOGGLES + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gGoGogglesItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "METEORITE$", 14 + .2byte ITEM_METEORITE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gMeteoriteItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "RM. 1 KEY$", 14 + .2byte ITEM_ROOM_1_KEY + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gRoom1KeyItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "RM. 2 KEY$", 14 + .2byte ITEM_ROOM_2_KEY + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gRoom2KeyItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "RM. 4 KEY$", 14 + .2byte ITEM_ROOM_4_KEY + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gRoom4KeyItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "RM. 6 KEY$", 14 + .2byte ITEM_ROOM_6_KEY + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gRoom6KeyItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "STORAGE KEY$", 14 + .2byte ITEM_STORAGE_KEY + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gStorageKeyItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "ROOT FOSSIL$", 14 + .2byte ITEM_ROOT_FOSSIL + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gRootFossilItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "CLAW FOSSIL$", 14 + .2byte ITEM_CLAW_FOSSIL + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gClawFossilItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "DEVON SCOPE$", 14 + .2byte ITEM_DEVON_SCOPE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDevonScopeItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM01$", 14 + .2byte ITEM_TM01 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM01ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM02$", 14 + .2byte ITEM_TM02 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM02ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM03$", 14 + .2byte ITEM_TM03 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM03ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM04$", 14 + .2byte ITEM_TM04 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM04ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM05$", 14 + .2byte ITEM_TM05 + .2byte 1000 @ price + .byte 0 + .byte 0 + .4byte gTM05ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM06$", 14 + .2byte ITEM_TM06 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM06ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM07$", 14 + .2byte ITEM_TM07 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM07ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM08$", 14 + .2byte ITEM_TM08 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM08ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM09$", 14 + .2byte ITEM_TM09 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM09ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM10$", 14 + .2byte ITEM_TM10 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM10ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM11$", 14 + .2byte ITEM_TM11 + .2byte 2000 @ price + .byte 0 + .byte 0 + .4byte gTM11ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM12$", 14 + .2byte ITEM_TM12 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM12ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM13$", 14 + .2byte ITEM_TM13 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM13ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM14$", 14 + .2byte ITEM_TM14 + .2byte 5500 @ price + .byte 0 + .byte 0 + .4byte gTM14ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM15$", 14 + .2byte ITEM_TM15 + .2byte 7500 @ price + .byte 0 + .byte 0 + .4byte gTM15ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM16$", 14 + .2byte ITEM_TM16 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM16ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM17$", 14 + .2byte ITEM_TM17 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM17ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM18$", 14 + .2byte ITEM_TM18 + .2byte 2000 @ price + .byte 0 + .byte 0 + .4byte gTM18ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM19$", 14 + .2byte ITEM_TM19 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM19ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM20$", 14 + .2byte ITEM_TM20 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM20ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM21$", 14 + .2byte ITEM_TM21 + .2byte 1000 @ price + .byte 0 + .byte 0 + .4byte gTM21ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM22$", 14 + .2byte ITEM_TM22 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM22ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM23$", 14 + .2byte ITEM_TM23 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM23ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM24$", 14 + .2byte ITEM_TM24 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM24ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM25$", 14 + .2byte ITEM_TM25 + .2byte 5500 @ price + .byte 0 + .byte 0 + .4byte gTM25ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM26$", 14 + .2byte ITEM_TM26 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM26ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM27$", 14 + .2byte ITEM_TM27 + .2byte 1000 @ price + .byte 0 + .byte 0 + .4byte gTM27ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM28$", 14 + .2byte ITEM_TM28 + .2byte 2000 @ price + .byte 0 + .byte 0 + .4byte gTM28ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM29$", 14 + .2byte ITEM_TM29 + .2byte 2000 @ price + .byte 0 + .byte 0 + .4byte gTM29ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM30$", 14 + .2byte ITEM_TM30 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM30ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM31$", 14 + .2byte ITEM_TM31 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM31ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM32$", 14 + .2byte ITEM_TM32 + .2byte 2000 @ price + .byte 0 + .byte 0 + .4byte gTM32ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM33$", 14 + .2byte ITEM_TM33 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM33ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM34$", 14 + .2byte ITEM_TM34 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM34ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM35$", 14 + .2byte ITEM_TM35 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM35ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM36$", 14 + .2byte ITEM_TM36 + .2byte 1000 @ price + .byte 0 + .byte 0 + .4byte gTM36ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM37$", 14 + .2byte ITEM_TM37 + .2byte 2000 @ price + .byte 0 + .byte 0 + .4byte gTM37ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM38$", 14 + .2byte ITEM_TM38 + .2byte 5500 @ price + .byte 0 + .byte 0 + .4byte gTM38ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM39$", 14 + .2byte ITEM_TM39 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM39ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM40$", 14 + .2byte ITEM_TM40 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM40ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM41$", 14 + .2byte ITEM_TM41 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM41ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM42$", 14 + .2byte ITEM_TM42 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM42ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM43$", 14 + .2byte ITEM_TM43 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM43ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM44$", 14 + .2byte ITEM_TM44 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM44ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM45$", 14 + .2byte ITEM_TM45 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM45ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM46$", 14 + .2byte ITEM_TM46 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM46ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM47$", 14 + .2byte ITEM_TM47 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM47ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM48$", 14 + .2byte ITEM_TM48 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM48ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM49$", 14 + .2byte ITEM_TM49 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM49ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM50$", 14 + .2byte ITEM_TM50 + .2byte 3000 @ price + .byte 0 + .byte 0 + .4byte gTM50ItemDescription + .byte 0 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "HM01$", 14 + .2byte ITEM_HM01 + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gHM01ItemDescription + .byte 1 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "HM02$", 14 + .2byte ITEM_HM02 + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gHM02ItemDescription + .byte 1 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "HM03$", 14 + .2byte ITEM_HM03 + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gHM03ItemDescription + .byte 1 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "HM04$", 14 + .2byte ITEM_HM04 + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gHM04ItemDescription + .byte 1 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "HM05$", 14 + .2byte ITEM_HM05 + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gHM05ItemDescription + .byte 1 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "HM06$", 14 + .2byte ITEM_HM06 + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gHM06ItemDescription + .byte 1 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "HM07$", 14 + .2byte ITEM_HM07 + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gHM07ItemDescription + .byte 1 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "HM08$", 14 + .2byte ITEM_HM08 + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gHM08ItemDescription + .byte 1 + .byte 0 + .byte POCKET_TM_HM + .byte 1 + .4byte ItemUseOutOfBattle_TMHM + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "????????$", 14 + .2byte ITEM_NONE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDummyItemDescription + .byte 0 + .byte 0 + .byte POCKET_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "OAK’S PARCEL$", 14 + .2byte ITEM_OAKS_PARCEL + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gOaksParcelItemDescription + .byte 2 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "POKé FLUTE$", 14 + .2byte ITEM_POKE_FLUTE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gPokeFluteItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SECRET KEY$", 14 + .2byte ITEM_SECRET_KEY + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gSecretKeyItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "BIKE VOUCHER$", 14 + .2byte ITEM_BIKE_VOUCHER + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gBikeVoucherItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "GOLD TEETH$", 14 + .2byte ITEM_GOLD_TEETH + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gGoldTeethItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "OLD AMBER$", 14 + .2byte ITEM_OLD_AMBER + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gOldAmberItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "CARD KEY$", 14 + .2byte ITEM_CARD_KEY + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gCardKeyItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "LIFT KEY$", 14 + .2byte ITEM_LIFT_KEY + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gLiftKeyItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "HELIX FOSSIL$", 14 + .2byte ITEM_HELIX_FOSSIL + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gHelixFossilItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "DOME FOSSIL$", 14 + .2byte ITEM_DOME_FOSSIL + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gDomeFossilItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SILPH SCOPE$", 14 + .2byte ITEM_SILPH_SCOPE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gSilphScopeItemDescription + .byte 1 + .byte 0 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "BICYCLE$", 14 + .2byte ITEM_BICYCLE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gBicycleItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 2 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TOWN MAP$", 14 + .2byte ITEM_TOWN_MAP + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gTownMapItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "VS SEEKER$", 14 + .2byte ITEM_VS_SEEKER + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gVSSeekerItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 2 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "FAME CHECKER$", 14 + .2byte ITEM_FAME_CHECKER + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gFameCheckerItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TM CASE$", 14 + .2byte ITEM_TM_CASE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gTMCaseItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "BERRY POUCH$", 14 + .2byte ITEM_BERRY_POUCH + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gBerryPouchItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TEACHY TV$", 14 + .2byte ITEM_TEACHY_TV + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gTeachyTVItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 2 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TRI-PASS$", 14 + .2byte ITEM_TRI_PASS + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gTriPassItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "RAINBOW PASS$", 14 + .2byte ITEM_RAINBOW_PASS + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gRainbowPassItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "TEA$", 14 + .2byte ITEM_TEA + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gTeaItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "MYSTICTICKET$", 14 + .2byte ITEM_MYSTIC_TICKET + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gMysticTicketItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "AURORATICKET$", 14 + .2byte ITEM_AURORA_TICKET + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gAuroraTicketItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "POWDER JAR$", 14 + .2byte ITEM_POWDER_JAR + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gPowderJarItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_PowderJar + .4byte 0 + .4byte NULL + .4byte 0 + + .string "RUBY$", 14 + .2byte ITEM_RUBY + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gRubyItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "SAPPHIRE$", 14 + .2byte ITEM_SAPPHIRE + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gSapphireItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "MAGMA EMBLEM$", 14 + .2byte ITEM_MAGMA_EMBLEM + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gMagmaEmblemItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 + + .string "OLD SEA MAP$", 14 + .2byte ITEM_OLD_SEA_MAP + .2byte 0 @ price + .byte 0 + .byte 0 + .4byte gOldSeaMapItemDescription + .byte 1 + .byte 1 + .byte POCKET_KEY_ITEMS + .byte 4 + .4byte ItemUseOutOfBattle_CannotUse + .4byte 0 + .4byte NULL + .4byte 0 -- cgit v1.2.3 From 39fd42faeadeb73bf57018f69a6d69463635847a Mon Sep 17 00:00:00 2001 From: Slawter666 <38655737+Slawter666@users.noreply.github.com> Date: Wed, 25 Apr 2018 02:33:55 +0100 Subject: convert data/items.inc to include/data/items.h OK --- data/item_menu_icons.s | 8 - data/items.inc | 5656 ------------------------------------------------ 2 files changed, 5664 deletions(-) delete mode 100644 data/item_menu_icons.s delete mode 100644 data/items.inc (limited to 'data') diff --git a/data/item_menu_icons.s b/data/item_menu_icons.s deleted file mode 100644 index 0d046521d..000000000 --- a/data/item_menu_icons.s +++ /dev/null @@ -1,8 +0,0 @@ -#include "constants/items.h" - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - -@ 85839A0 - .include "data/items.inc" diff --git a/data/items.inc b/data/items.inc deleted file mode 100644 index d5c43a2c9..000000000 --- a/data/items.inc +++ /dev/null @@ -1,5656 +0,0 @@ - .align 2 -gItems:: @ 85839A0 - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MASTER BALL$", 14 - .2byte ITEM_MASTER_BALL - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gMasterBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 0 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 0 - - .string "ULTRA BALL$", 14 - .2byte ITEM_ULTRA_BALL - .2byte 1200 @ price - .byte 0 - .byte 0 - .4byte gUltraBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 1 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 1 - - .string "GREAT BALL$", 14 - .2byte ITEM_GREAT_BALL - .2byte 600 @ price - .byte 0 - .byte 0 - .4byte gGreatBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 2 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 2 - - .string "POKé BALL$", 14 - .2byte ITEM_POKE_BALL - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gPokeBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 3 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 3 - - .string "SAFARI BALL$", 14 - .2byte ITEM_SAFARI_BALL - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gSafariBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 4 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 4 - - .string "NET BALL$", 14 - .2byte ITEM_NET_BALL - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gNetBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 5 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 5 - - .string "DIVE BALL$", 14 - .2byte ITEM_DIVE_BALL - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gDiveBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 6 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 6 - - .string "NEST BALL$", 14 - .2byte ITEM_NEST_BALL - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gNestBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 7 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 7 - - .string "REPEAT BALL$", 14 - .2byte ITEM_REPEAT_BALL - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gRepeatBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 8 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 8 - - .string "TIMER BALL$", 14 - .2byte ITEM_TIMER_BALL - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gTimerBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 9 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 9 - - .string "LUXURY BALL$", 14 - .2byte ITEM_LUXURY_BALL - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gLuxuryBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 10 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 10 - - .string "PREMIER BALL$", 14 - .2byte ITEM_PREMIER_BALL - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gPremierBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_POKE_BALLS - .byte 11 - .4byte NULL - .4byte 2 - .4byte ItemUseInBattle_PokeBall - .4byte 11 - - .string "POTION$", 14 - .2byte ITEM_POTION - .2byte 300 @ price - .byte 0 - .byte 20 - .4byte gPotionItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "ANTIDOTE$", 14 - .2byte ITEM_ANTIDOTE - .2byte 100 @ price - .byte 0 - .byte 0 - .4byte gAntidoteItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "BURN HEAL$", 14 - .2byte ITEM_BURN_HEAL - .2byte 250 @ price - .byte 0 - .byte 0 - .4byte gBurnHealItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "ICE HEAL$", 14 - .2byte ITEM_ICE_HEAL - .2byte 250 @ price - .byte 0 - .byte 0 - .4byte gIceHealItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "AWAKENING$", 14 - .2byte ITEM_AWAKENING - .2byte 250 @ price - .byte 0 - .byte 0 - .4byte gAwakeningItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "PARLYZ HEAL$", 14 - .2byte ITEM_PARALYZE_HEAL - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gParalyzeHealItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "FULL RESTORE$", 14 - .2byte ITEM_FULL_RESTORE - .2byte 3000 @ price - .byte 0 - .byte 255 - .4byte gFullRestoreItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "MAX POTION$", 14 - .2byte ITEM_MAX_POTION - .2byte 2500 @ price - .byte 0 - .byte 255 - .4byte gMaxPotionItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "HYPER POTION$", 14 - .2byte ITEM_HYPER_POTION - .2byte 1200 @ price - .byte 0 - .byte 200 - .4byte gHyperPotionItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "SUPER POTION$", 14 - .2byte ITEM_SUPER_POTION - .2byte 700 @ price - .byte 0 - .byte 50 - .4byte gSuperPotionItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "FULL HEAL$", 14 - .2byte ITEM_FULL_HEAL - .2byte 600 @ price - .byte 0 - .byte 0 - .4byte gFullHealItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "REVIVE$", 14 - .2byte ITEM_REVIVE - .2byte 1500 @ price - .byte 0 - .byte 0 - .4byte gReviveItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "MAX REVIVE$", 14 - .2byte ITEM_MAX_REVIVE - .2byte 4000 @ price - .byte 0 - .byte 0 - .4byte gMaxReviveItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "FRESH WATER$", 14 - .2byte ITEM_FRESH_WATER - .2byte 200 @ price - .byte 0 - .byte 50 - .4byte gFreshWaterItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "SODA POP$", 14 - .2byte ITEM_SODA_POP - .2byte 300 @ price - .byte 0 - .byte 60 - .4byte gSodaPopItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "LEMONADE$", 14 - .2byte ITEM_LEMONADE - .2byte 350 @ price - .byte 0 - .byte 80 - .4byte gLemonadeItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "MOOMOO MILK$", 14 - .2byte ITEM_MOOMOO_MILK - .2byte 500 @ price - .byte 0 - .byte 100 - .4byte gMoomooMilkItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "ENERGYPOWDER$", 14 - .2byte ITEM_ENERGY_POWDER - .2byte 500 @ price - .byte 0 - .byte 0 - .4byte gEnergyPowderItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "ENERGY ROOT$", 14 - .2byte ITEM_ENERGY_ROOT - .2byte 800 @ price - .byte 0 - .byte 0 - .4byte gEnergyRootItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "HEAL POWDER$", 14 - .2byte ITEM_HEAL_POWDER - .2byte 450 @ price - .byte 0 - .byte 0 - .4byte gHealPowderItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "REVIVAL HERB$", 14 - .2byte ITEM_REVIVAL_HERB - .2byte 2800 @ price - .byte 0 - .byte 0 - .4byte gRevivalHerbItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "ETHER$", 14 - .2byte ITEM_ETHER - .2byte 1200 @ price - .byte 0 - .byte 10 - .4byte gEtherItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_PPRecovery - .4byte 1 - .4byte ItemUseInBattle_PPRecovery - .4byte 0 - - .string "MAX ETHER$", 14 - .2byte ITEM_MAX_ETHER - .2byte 2000 @ price - .byte 0 - .byte 255 - .4byte gMaxEtherItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_PPRecovery - .4byte 1 - .4byte ItemUseInBattle_PPRecovery - .4byte 0 - - .string "ELIXIR$", 14 - .2byte ITEM_ELIXIR - .2byte 3000 @ price - .byte 0 - .byte 10 - .4byte gElixirItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_PPRecovery - .4byte 1 - .4byte ItemUseInBattle_PPRecovery - .4byte 0 - - .string "MAX ELIXIR$", 14 - .2byte ITEM_MAX_ELIXIR - .2byte 4500 @ price - .byte 0 - .byte 255 - .4byte gMaxElixirItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_PPRecovery - .4byte 1 - .4byte ItemUseInBattle_PPRecovery - .4byte 0 - - .string "LAVA COOKIE$", 14 - .2byte ITEM_LAVA_COOKIE - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gLavaCookieItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "BLUE FLUTE$", 14 - .2byte ITEM_BLUE_FLUTE - .2byte 100 @ price - .byte 0 - .byte 0 - .4byte gBlueFluteItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "YELLOW FLUTE$", 14 - .2byte ITEM_YELLOW_FLUTE - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gYellowFluteItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "RED FLUTE$", 14 - .2byte ITEM_RED_FLUTE - .2byte 300 @ price - .byte 0 - .byte 0 - .4byte gRedFluteItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "BLACK FLUTE$", 14 - .2byte ITEM_BLACK_FLUTE - .2byte 400 @ price - .byte 0 - .byte 50 - .4byte gBlackFluteItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_BlackWhiteFlute - .4byte 0 - .4byte NULL - .4byte 0 - - .string "WHITE FLUTE$", 14 - .2byte ITEM_WHITE_FLUTE - .2byte 500 @ price - .byte 0 - .byte 150 - .4byte gWhiteFluteItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_BlackWhiteFlute - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BERRY JUICE$", 14 - .2byte ITEM_BERRY_JUICE - .2byte 100 @ price - .byte 1 - .byte 20 - .4byte gBerryJuiceItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "SACRED ASH$", 14 - .2byte ITEM_SACRED_ASH - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gSacredAshItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_SacredAsh - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SHOAL SALT$", 14 - .2byte ITEM_SHOAL_SALT - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gShoalSaltItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SHOAL SHELL$", 14 - .2byte ITEM_SHOAL_SHELL - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gShoalShellItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RED SHARD$", 14 - .2byte ITEM_RED_SHARD - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gRedShardItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BLUE SHARD$", 14 - .2byte ITEM_BLUE_SHARD - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gBlueShardItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "YELLOW SHARD$", 14 - .2byte ITEM_YELLOW_SHARD - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gYellowShardItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "GREEN SHARD$", 14 - .2byte ITEM_GREEN_SHARD - .2byte 200 @ price - .byte 0 - .byte 0 - .4byte gGreenShardItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HP UP$", 14 - .2byte ITEM_HP_UP - .2byte 9800 @ price - .byte 0 - .byte 0 - .4byte gHPUpItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 0 - .4byte NULL - .4byte 0 - - .string "PROTEIN$", 14 - .2byte ITEM_PROTEIN - .2byte 9800 @ price - .byte 0 - .byte 0 - .4byte gProteinItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 0 - .4byte NULL - .4byte 0 - - .string "IRON$", 14 - .2byte ITEM_IRON - .2byte 9800 @ price - .byte 0 - .byte 0 - .4byte gIronItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 0 - .4byte NULL - .4byte 0 - - .string "CARBOS$", 14 - .2byte ITEM_CARBOS - .2byte 9800 @ price - .byte 0 - .byte 0 - .4byte gCarbosItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 0 - .4byte NULL - .4byte 0 - - .string "CALCIUM$", 14 - .2byte ITEM_CALCIUM - .2byte 9800 @ price - .byte 0 - .byte 0 - .4byte gCalciumItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RARE CANDY$", 14 - .2byte ITEM_RARE_CANDY - .2byte 4800 @ price - .byte 0 - .byte 0 - .4byte gRareCandyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_RareCandy - .4byte 0 - .4byte NULL - .4byte 0 - - .string "PP UP$", 14 - .2byte ITEM_PP_UP - .2byte 9800 @ price - .byte 0 - .byte 0 - .4byte gPPUpItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_PPUp - .4byte 0 - .4byte NULL - .4byte 0 - - .string "ZINC$", 14 - .2byte ITEM_ZINC - .2byte 9800 @ price - .byte 0 - .byte 0 - .4byte gZincItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 0 - .4byte NULL - .4byte 0 - - .string "PP MAX$", 14 - .2byte ITEM_PP_MAX - .2byte 9800 @ price - .byte 0 - .byte 0 - .4byte gPPMaxItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_PPUp - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "GUARD SPEC.$", 14 - .2byte ITEM_GUARD_SPEC - .2byte 700 @ price - .byte 0 - .byte 0 - .4byte gGuardSpecItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 2 - .4byte ItemUseInBattle_StatIncrease - .4byte 0 - - .string "DIRE HIT$", 14 - .2byte ITEM_DIRE_HIT - .2byte 650 @ price - .byte 0 - .byte 0 - .4byte gDireHitItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 2 - .4byte ItemUseInBattle_StatIncrease - .4byte 0 - - .string "X ATTACK$", 14 - .2byte ITEM_X_ATTACK - .2byte 500 @ price - .byte 0 - .byte 0 - .4byte gXAttackItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 2 - .4byte ItemUseInBattle_StatIncrease - .4byte 0 - - .string "X DEFEND$", 14 - .2byte ITEM_X_DEFEND - .2byte 550 @ price - .byte 0 - .byte 0 - .4byte gXDefendItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 2 - .4byte ItemUseInBattle_StatIncrease - .4byte 0 - - .string "X SPEED$", 14 - .2byte ITEM_X_SPEED - .2byte 350 @ price - .byte 0 - .byte 0 - .4byte gXSpeedItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 2 - .4byte ItemUseInBattle_StatIncrease - .4byte 0 - - .string "X ACCURACY$", 14 - .2byte ITEM_X_ACCURACY - .2byte 950 @ price - .byte 0 - .byte 0 - .4byte gXAccuracyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 2 - .4byte ItemUseInBattle_StatIncrease - .4byte 0 - - .string "X SPECIAL$", 14 - .2byte ITEM_X_SPECIAL - .2byte 350 @ price - .byte 0 - .byte 0 - .4byte gXSpecialItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 2 - .4byte ItemUseInBattle_StatIncrease - .4byte 0 - - .string "POKé DOLL$", 14 - .2byte ITEM_POKE_DOLL - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gPokeDollItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 2 - .4byte ItemUseInBattle_Escape - .4byte 0 - - .string "FLUFFY TAIL$", 14 - .2byte ITEM_FLUFFY_TAIL - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gFluffyTailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 2 - .4byte ItemUseInBattle_Escape - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SUPER REPEL$", 14 - .2byte ITEM_SUPER_REPEL - .2byte 500 @ price - .byte 0 - .byte 200 - .4byte gSuperRepelItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_Repel - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MAX REPEL$", 14 - .2byte ITEM_MAX_REPEL - .2byte 700 @ price - .byte 0 - .byte 250 - .4byte gMaxRepelItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_Repel - .4byte 0 - .4byte NULL - .4byte 0 - - .string "ESCAPE ROPE$", 14 - .2byte ITEM_ESCAPE_ROPE - .2byte 550 @ price - .byte 0 - .byte 0 - .4byte gEscapeRopeItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_EscapeRope - .4byte 0 - .4byte NULL - .4byte 0 - - .string "REPEL$", 14 - .2byte ITEM_REPEL - .2byte 350 @ price - .byte 0 - .byte 100 - .4byte gRepelItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_Repel - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SUN STONE$", 14 - .2byte ITEM_SUN_STONE - .2byte 2100 @ price - .byte 0 - .byte 0 - .4byte gSunStoneItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_EvolutionStone - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MOON STONE$", 14 - .2byte ITEM_MOON_STONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gMoonStoneItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_EvolutionStone - .4byte 0 - .4byte NULL - .4byte 0 - - .string "FIRE STONE$", 14 - .2byte ITEM_FIRE_STONE - .2byte 2100 @ price - .byte 0 - .byte 0 - .4byte gFireStoneItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_EvolutionStone - .4byte 0 - .4byte NULL - .4byte 0 - - .string "THUNDERSTONE$", 14 - .2byte ITEM_THUNDER_STONE - .2byte 2100 @ price - .byte 0 - .byte 0 - .4byte gThunderStoneItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_EvolutionStone - .4byte 0 - .4byte NULL - .4byte 0 - - .string "WATER STONE$", 14 - .2byte ITEM_WATER_STONE - .2byte 2100 @ price - .byte 0 - .byte 0 - .4byte gWaterStoneItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_EvolutionStone - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LEAF STONE$", 14 - .2byte ITEM_LEAF_STONE - .2byte 2100 @ price - .byte 0 - .byte 0 - .4byte gLeafStoneItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 1 - .4byte ItemUseOutOfBattle_EvolutionStone - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TINYMUSHROOM$", 14 - .2byte ITEM_TINY_MUSHROOM - .2byte 500 @ price - .byte 0 - .byte 0 - .4byte gTinyMushroomItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BIG MUSHROOM$", 14 - .2byte ITEM_BIG_MUSHROOM - .2byte 5000 @ price - .byte 0 - .byte 0 - .4byte gBigMushroomItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "PEARL$", 14 - .2byte ITEM_PEARL - .2byte 1400 @ price - .byte 0 - .byte 0 - .4byte gPearlItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BIG PEARL$", 14 - .2byte ITEM_BIG_PEARL - .2byte 7500 @ price - .byte 0 - .byte 0 - .4byte gBigPearlItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "STARDUST$", 14 - .2byte ITEM_STARDUST - .2byte 2000 @ price - .byte 0 - .byte 0 - .4byte gStardustItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "STAR PIECE$", 14 - .2byte ITEM_STAR_PIECE - .2byte 9800 @ price - .byte 0 - .byte 0 - .4byte gStarPieceItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "NUGGET$", 14 - .2byte ITEM_NUGGET - .2byte 10000 @ price - .byte 0 - .byte 0 - .4byte gNuggetItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HEART SCALE$", 14 - .2byte ITEM_HEART_SCALE - .2byte 100 @ price - .byte 0 - .byte 0 - .4byte gHeartScaleItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "ORANGE MAIL$", 14 - .2byte ITEM_ORANGE_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gOrangeMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HARBOR MAIL$", 14 - .2byte ITEM_HARBOR_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gHarborMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 1 - - .string "GLITTER MAIL$", 14 - .2byte ITEM_GLITTER_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gGlitterMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 2 - - .string "MECH MAIL$", 14 - .2byte ITEM_MECH_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gMechMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 3 - - .string "WOOD MAIL$", 14 - .2byte ITEM_WOOD_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gWoodMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 4 - - .string "WAVE MAIL$", 14 - .2byte ITEM_WAVE_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gWaveMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 5 - - .string "BEAD MAIL$", 14 - .2byte ITEM_BEAD_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gBeadMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 6 - - .string "SHADOW MAIL$", 14 - .2byte ITEM_SHADOW_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gShadowMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 7 - - .string "TROPIC MAIL$", 14 - .2byte ITEM_TROPIC_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gTropicMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 8 - - .string "DREAM MAIL$", 14 - .2byte ITEM_DREAM_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gDreamMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 9 - - .string "FAB MAIL$", 14 - .2byte ITEM_FAB_MAIL - .2byte 50 @ price - .byte 0 - .byte 0 - .4byte gFabMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 10 - - .string "RETRO MAIL$", 14 - .2byte ITEM_RETRO_MAIL - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gRetroMailItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 0 - .4byte ItemUseOutOfBattle_Mail - .4byte 0 - .4byte NULL - .4byte 11 - - .string "CHERI BERRY$", 14 - .2byte ITEM_CHERI_BERRY - .2byte 20 @ price - .byte 2 - .byte 0 - .4byte gCheriBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "CHESTO BERRY$", 14 - .2byte ITEM_CHESTO_BERRY - .2byte 20 @ price - .byte 3 - .byte 0 - .4byte gChestoBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "PECHA BERRY$", 14 - .2byte ITEM_PECHA_BERRY - .2byte 20 @ price - .byte 4 - .byte 0 - .4byte gPechaBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "RAWST BERRY$", 14 - .2byte ITEM_RAWST_BERRY - .2byte 20 @ price - .byte 5 - .byte 0 - .4byte gRawstBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "ASPEAR BERRY$", 14 - .2byte ITEM_ASPEAR_BERRY - .2byte 20 @ price - .byte 6 - .byte 0 - .4byte gAspearBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "LEPPA BERRY$", 14 - .2byte ITEM_LEPPA_BERRY - .2byte 20 @ price - .byte 7 - .byte 10 - .4byte gLeppaBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_PPRecovery - .4byte 1 - .4byte ItemUseInBattle_PPRecovery - .4byte 0 - - .string "ORAN BERRY$", 14 - .2byte ITEM_ORAN_BERRY - .2byte 20 @ price - .byte 1 - .byte 10 - .4byte gOranBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "PERSIM BERRY$", 14 - .2byte ITEM_PERSIM_BERRY - .2byte 20 @ price - .byte 8 - .byte 0 - .4byte gPersimBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "LUM BERRY$", 14 - .2byte ITEM_LUM_BERRY - .2byte 20 @ price - .byte 9 - .byte 0 - .4byte gLumBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "SITRUS BERRY$", 14 - .2byte ITEM_SITRUS_BERRY - .2byte 20 @ price - .byte 1 - .byte 30 - .4byte gSitrusBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_Medicine - .4byte 1 - .4byte ItemUseInBattle_Medicine - .4byte 0 - - .string "FIGY BERRY$", 14 - .2byte ITEM_FIGY_BERRY - .2byte 20 @ price - .byte 10 - .byte 8 - .4byte gFigyBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "WIKI BERRY$", 14 - .2byte ITEM_WIKI_BERRY - .2byte 20 @ price - .byte 11 - .byte 8 - .4byte gWikiBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MAGO BERRY$", 14 - .2byte ITEM_MAGO_BERRY - .2byte 20 @ price - .byte 12 - .byte 8 - .4byte gMagoBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "AGUAV BERRY$", 14 - .2byte ITEM_AGUAV_BERRY - .2byte 20 @ price - .byte 13 - .byte 8 - .4byte gAguavBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "IAPAPA BERRY$", 14 - .2byte ITEM_IAPAPA_BERRY - .2byte 20 @ price - .byte 14 - .byte 8 - .4byte gIapapaBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RAZZ BERRY$", 14 - .2byte ITEM_RAZZ_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gRazzBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BLUK BERRY$", 14 - .2byte ITEM_BLUK_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gBlukBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "NANAB BERRY$", 14 - .2byte ITEM_NANAB_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gNanabBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "WEPEAR BERRY$", 14 - .2byte ITEM_WEPEAR_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gWepearBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "PINAP BERRY$", 14 - .2byte ITEM_PINAP_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gPinapBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "POMEG BERRY$", 14 - .2byte ITEM_POMEG_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gPomegBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_ReduceEV - .4byte 0 - .4byte NULL - .4byte 0 - - .string "KELPSY BERRY$", 14 - .2byte ITEM_KELPSY_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gKelpsyBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_ReduceEV - .4byte 0 - .4byte NULL - .4byte 0 - - .string "QUALOT BERRY$", 14 - .2byte ITEM_QUALOT_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gQualotBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_ReduceEV - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HONDEW BERRY$", 14 - .2byte ITEM_HONDEW_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gHondewBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_ReduceEV - .4byte 0 - .4byte NULL - .4byte 0 - - .string "GREPA BERRY$", 14 - .2byte ITEM_GREPA_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gGrepaBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_ReduceEV - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TAMATO BERRY$", 14 - .2byte ITEM_TAMATO_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gTamatoBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 1 - .4byte ItemUseOutOfBattle_ReduceEV - .4byte 0 - .4byte NULL - .4byte 0 - - .string "CORNN BERRY$", 14 - .2byte ITEM_CORNN_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gCornnBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MAGOST BERRY$", 14 - .2byte ITEM_MAGOST_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gMagostBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RABUTA BERRY$", 14 - .2byte ITEM_RABUTA_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gRabutaBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "NOMEL BERRY$", 14 - .2byte ITEM_NOMEL_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gNomelBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SPELON BERRY$", 14 - .2byte ITEM_SPELON_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gSpelonBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "PAMTRE BERRY$", 14 - .2byte ITEM_PAMTRE_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gPamtreBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "WATMEL BERRY$", 14 - .2byte ITEM_WATMEL_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gWatmelBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "DURIN BERRY$", 14 - .2byte ITEM_DURIN_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gDurinBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BELUE BERRY$", 14 - .2byte ITEM_BELUE_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gBelueBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LIECHI BERRY$", 14 - .2byte ITEM_LIECHI_BERRY - .2byte 20 @ price - .byte 15 - .byte 4 - .4byte gLiechiBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "GANLON BERRY$", 14 - .2byte ITEM_GANLON_BERRY - .2byte 20 @ price - .byte 16 - .byte 4 - .4byte gGanlonBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SALAC BERRY$", 14 - .2byte ITEM_SALAC_BERRY - .2byte 20 @ price - .byte 17 - .byte 4 - .4byte gSalacBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "PETAYA BERRY$", 14 - .2byte ITEM_PETAYA_BERRY - .2byte 20 @ price - .byte 18 - .byte 4 - .4byte gPetayaBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "APICOT BERRY$", 14 - .2byte ITEM_APICOT_BERRY - .2byte 20 @ price - .byte 19 - .byte 4 - .4byte gApicotBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LANSAT BERRY$", 14 - .2byte ITEM_LANSAT_BERRY - .2byte 20 @ price - .byte 20 - .byte 4 - .4byte gLansatBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "STARF BERRY$", 14 - .2byte ITEM_STARF_BERRY - .2byte 20 @ price - .byte 21 - .byte 4 - .4byte gStarfBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "ENIGMA BERRY$", 14 - .2byte ITEM_ENIGMA_BERRY - .2byte 20 @ price - .byte 0 - .byte 0 - .4byte gEnigmaBerryItemDescription - .byte 0 - .byte 0 - .byte POCKET_BERRIES - .byte 4 - .4byte ItemUseOutOfBattle_EnigmaBerry - .4byte 1 - .4byte ItemUseInBattle_EnigmaBerry - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BRIGHTPOWDER$", 14 - .2byte ITEM_BRIGHT_POWDER - .2byte 10 @ price - .byte 22 - .byte 10 - .4byte gBrightPowderItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "WHITE HERB$", 14 - .2byte ITEM_WHITE_HERB - .2byte 100 @ price - .byte 23 - .byte 0 - .4byte gWhiteHerbItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MACHO BRACE$", 14 - .2byte ITEM_MACHO_BRACE - .2byte 3000 @ price - .byte 24 - .byte 0 - .4byte gMachoBraceItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "EXP. SHARE$", 14 - .2byte ITEM_EXP_SHARE - .2byte 3000 @ price - .byte 25 - .byte 0 - .4byte gExpShareItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "QUICK CLAW$", 14 - .2byte ITEM_QUICK_CLAW - .2byte 100 @ price - .byte 26 - .byte 20 - .4byte gQuickClawItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SOOTHE BELL$", 14 - .2byte ITEM_SOOTHE_BELL - .2byte 100 @ price - .byte 27 - .byte 0 - .4byte gSootheBellItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MENTAL HERB$", 14 - .2byte ITEM_MENTAL_HERB - .2byte 100 @ price - .byte 28 - .byte 0 - .4byte gMentalHerbItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "CHOICE BAND$", 14 - .2byte ITEM_CHOICE_BAND - .2byte 100 @ price - .byte 29 - .byte 0 - .4byte gChoiceBandItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "KING’S ROCK$", 14 - .2byte ITEM_KINGS_ROCK - .2byte 100 @ price - .byte 30 - .byte 10 - .4byte gKingsRockItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SILVERPOWDER$", 14 - .2byte ITEM_SILVER_POWDER - .2byte 100 @ price - .byte 31 - .byte 10 - .4byte gSilverPowderItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "AMULET COIN$", 14 - .2byte ITEM_AMULET_COIN - .2byte 100 @ price - .byte 32 - .byte 10 - .4byte gAmuletCoinItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "CLEANSE TAG$", 14 - .2byte ITEM_CLEANSE_TAG - .2byte 200 @ price - .byte 33 - .byte 0 - .4byte gCleanseTagItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SOUL DEW$", 14 - .2byte ITEM_SOUL_DEW - .2byte 200 @ price - .byte 34 - .byte 0 - .4byte gSoulDewItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "DEEPSEATOOTH$", 14 - .2byte ITEM_DEEP_SEA_TOOTH - .2byte 200 @ price - .byte 35 - .byte 0 - .4byte gDeepSeaToothItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "DEEPSEASCALE$", 14 - .2byte ITEM_DEEP_SEA_SCALE - .2byte 200 @ price - .byte 36 - .byte 0 - .4byte gDeepSeaScaleItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SMOKE BALL$", 14 - .2byte ITEM_SMOKE_BALL - .2byte 200 @ price - .byte 37 - .byte 0 - .4byte gSmokeBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "EVERSTONE$", 14 - .2byte ITEM_EVERSTONE - .2byte 200 @ price - .byte 38 - .byte 0 - .4byte gEverstoneItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "FOCUS BAND$", 14 - .2byte ITEM_FOCUS_BAND - .2byte 200 @ price - .byte 39 - .byte 10 - .4byte gFocusBandItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LUCKY EGG$", 14 - .2byte ITEM_LUCKY_EGG - .2byte 200 @ price - .byte 40 - .byte 0 - .4byte gLuckyEggItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SCOPE LENS$", 14 - .2byte ITEM_SCOPE_LENS - .2byte 200 @ price - .byte 41 - .byte 0 - .4byte gScopeLensItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "METAL COAT$", 14 - .2byte ITEM_METAL_COAT - .2byte 100 @ price - .byte 42 - .byte 10 - .4byte gMetalCoatItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LEFTOVERS$", 14 - .2byte ITEM_LEFTOVERS - .2byte 200 @ price - .byte 43 - .byte 10 - .4byte gLeftoversItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "DRAGON SCALE$", 14 - .2byte ITEM_DRAGON_SCALE - .2byte 2100 @ price - .byte 44 - .byte 10 - .4byte gDragonScaleItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LIGHT BALL$", 14 - .2byte ITEM_LIGHT_BALL - .2byte 100 @ price - .byte 45 - .byte 0 - .4byte gLightBallItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SOFT SAND$", 14 - .2byte ITEM_SOFT_SAND - .2byte 100 @ price - .byte 46 - .byte 10 - .4byte gSoftSandItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HARD STONE$", 14 - .2byte ITEM_HARD_STONE - .2byte 100 @ price - .byte 47 - .byte 10 - .4byte gHardStoneItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MIRACLE SEED$", 14 - .2byte ITEM_MIRACLE_SEED - .2byte 100 @ price - .byte 48 - .byte 10 - .4byte gMiracleSeedItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BLACKGLASSES$", 14 - .2byte ITEM_BLACK_GLASSES - .2byte 100 @ price - .byte 49 - .byte 10 - .4byte gBlackGlassesItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BLACK BELT$", 14 - .2byte ITEM_BLACK_BELT - .2byte 100 @ price - .byte 50 - .byte 10 - .4byte gBlackBeltItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MAGNET$", 14 - .2byte ITEM_MAGNET - .2byte 100 @ price - .byte 51 - .byte 10 - .4byte gMagnetItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MYSTIC WATER$", 14 - .2byte ITEM_MYSTIC_WATER - .2byte 100 @ price - .byte 52 - .byte 10 - .4byte gMysticWaterItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SHARP BEAK$", 14 - .2byte ITEM_SHARP_BEAK - .2byte 100 @ price - .byte 53 - .byte 10 - .4byte gSharpBeakItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "POISON BARB$", 14 - .2byte ITEM_POISON_BARB - .2byte 100 @ price - .byte 54 - .byte 10 - .4byte gPoisonBarbItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "NEVERMELTICE$", 14 - .2byte ITEM_NEVER_MELT_ICE - .2byte 100 @ price - .byte 55 - .byte 10 - .4byte gNeverMeltIceItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SPELL TAG$", 14 - .2byte ITEM_SPELL_TAG - .2byte 100 @ price - .byte 56 - .byte 10 - .4byte gSpellTagItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TWISTEDSPOON$", 14 - .2byte ITEM_TWISTED_SPOON - .2byte 100 @ price - .byte 57 - .byte 10 - .4byte gTwistedSpoonItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "CHARCOAL$", 14 - .2byte ITEM_CHARCOAL - .2byte 9800 @ price - .byte 58 - .byte 10 - .4byte gCharcoalItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "DRAGON FANG$", 14 - .2byte ITEM_DRAGON_FANG - .2byte 100 @ price - .byte 59 - .byte 10 - .4byte gDragonFangItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SILK SCARF$", 14 - .2byte ITEM_SILK_SCARF - .2byte 100 @ price - .byte 60 - .byte 10 - .4byte gSilkScarfItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "UP-GRADE$", 14 - .2byte ITEM_UP_GRADE - .2byte 2100 @ price - .byte 61 - .byte 0 - .4byte gUpGradeItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SHELL BELL$", 14 - .2byte ITEM_SHELL_BELL - .2byte 200 @ price - .byte 62 - .byte 8 - .4byte gShellBellItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SEA INCENSE$", 14 - .2byte ITEM_SEA_INCENSE - .2byte 9600 @ price - .byte 52 - .byte 5 - .4byte gSeaIncenseItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LAX INCENSE$", 14 - .2byte ITEM_LAX_INCENSE - .2byte 9600 @ price - .byte 22 - .byte 5 - .4byte gLaxIncenseItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LUCKY PUNCH$", 14 - .2byte ITEM_LUCKY_PUNCH - .2byte 10 @ price - .byte 63 - .byte 0 - .4byte gLuckyPunchItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "METAL POWDER$", 14 - .2byte ITEM_METAL_POWDER - .2byte 10 @ price - .byte 64 - .byte 0 - .4byte gMetalPowderItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "THICK CLUB$", 14 - .2byte ITEM_THICK_CLUB - .2byte 500 @ price - .byte 65 - .byte 0 - .4byte gThickClubItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "STICK$", 14 - .2byte ITEM_STICK - .2byte 200 @ price - .byte 66 - .byte 0 - .4byte gStickItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RED SCARF$", 14 - .2byte ITEM_RED_SCARF - .2byte 100 @ price - .byte 0 - .byte 0 - .4byte gRedScarfItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BLUE SCARF$", 14 - .2byte ITEM_BLUE_SCARF - .2byte 100 @ price - .byte 0 - .byte 0 - .4byte gBlueScarfItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "PINK SCARF$", 14 - .2byte ITEM_PINK_SCARF - .2byte 100 @ price - .byte 0 - .byte 0 - .4byte gPinkScarfItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "GREEN SCARF$", 14 - .2byte ITEM_GREEN_SCARF - .2byte 100 @ price - .byte 0 - .byte 0 - .4byte gGreenScarfItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "YELLOW SCARF$", 14 - .2byte ITEM_YELLOW_SCARF - .2byte 100 @ price - .byte 0 - .byte 0 - .4byte gYellowScarfItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MACH BIKE$", 14 - .2byte ITEM_MACH_BIKE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gMachBikeItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_Bike - .4byte 0 - .4byte NULL - .4byte 0 - - .string "COIN CASE$", 14 - .2byte ITEM_COIN_CASE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gCoinCaseItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CoinCase - .4byte 0 - .4byte NULL - .4byte 0 - - .string "ITEMFINDER$", 14 - .2byte ITEM_ITEMFINDER - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gItemfinderItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_Itemfinder - .4byte 0 - .4byte NULL - .4byte 0 - - .string "OLD ROD$", 14 - .2byte ITEM_OLD_ROD - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gOldRodItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_Rod - .4byte 0 - .4byte NULL - .4byte 0 - - .string "GOOD ROD$", 14 - .2byte ITEM_GOOD_ROD - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gGoodRodItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_Rod - .4byte 0 - .4byte NULL - .4byte 1 - - .string "SUPER ROD$", 14 - .2byte ITEM_SUPER_ROD - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gSuperRodItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_Rod - .4byte 0 - .4byte NULL - .4byte 2 - - .string "S.S. TICKET$", 14 - .2byte ITEM_SS_TICKET - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gSSTicketItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "CONTEST PASS$", 14 - .2byte ITEM_CONTEST_PASS - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gContestPassItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "WAILMER PAIL$", 14 - .2byte ITEM_WAILMER_PAIL - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gWailmerPailItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_WailmerPail - .4byte 0 - .4byte NULL - .4byte 0 - - .string "DEVON GOODS$", 14 - .2byte ITEM_DEVON_GOODS - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDevonGoodsItemDescription - .byte 2 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SOOT SACK$", 14 - .2byte ITEM_SOOT_SACK - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gSootSackItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BASEMENT KEY$", 14 - .2byte ITEM_BASEMENT_KEY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gBasementKeyItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "ACRO BIKE$", 14 - .2byte ITEM_ACRO_BIKE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gAcroBikeItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_Bike - .4byte 0 - .4byte NULL - .4byte 1 - - .string "{POKEBLOCK} CASE$", 14 - .2byte ITEM_POKEBLOCK_CASE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gPokeblockCaseItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 3 - .4byte ItemUseOutOfBattle_PokeblockCase - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LETTER$", 14 - .2byte ITEM_LETTER - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gLetterItemDescription - .byte 2 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "EON TICKET$", 14 - .2byte ITEM_EON_TICKET - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gEonTicketItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 1 - - .string "RED ORB$", 14 - .2byte ITEM_RED_ORB - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gRedOrbItemDescription - .byte 2 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BLUE ORB$", 14 - .2byte ITEM_BLUE_ORB - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gBlueOrbItemDescription - .byte 2 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SCANNER$", 14 - .2byte ITEM_SCANNER - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gScannerItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "GO-GOGGLES$", 14 - .2byte ITEM_GO_GOGGLES - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gGoGogglesItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "METEORITE$", 14 - .2byte ITEM_METEORITE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gMeteoriteItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RM. 1 KEY$", 14 - .2byte ITEM_ROOM_1_KEY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gRoom1KeyItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RM. 2 KEY$", 14 - .2byte ITEM_ROOM_2_KEY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gRoom2KeyItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RM. 4 KEY$", 14 - .2byte ITEM_ROOM_4_KEY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gRoom4KeyItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RM. 6 KEY$", 14 - .2byte ITEM_ROOM_6_KEY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gRoom6KeyItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "STORAGE KEY$", 14 - .2byte ITEM_STORAGE_KEY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gStorageKeyItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "ROOT FOSSIL$", 14 - .2byte ITEM_ROOT_FOSSIL - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gRootFossilItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "CLAW FOSSIL$", 14 - .2byte ITEM_CLAW_FOSSIL - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gClawFossilItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "DEVON SCOPE$", 14 - .2byte ITEM_DEVON_SCOPE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDevonScopeItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM01$", 14 - .2byte ITEM_TM01 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM01ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM02$", 14 - .2byte ITEM_TM02 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM02ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM03$", 14 - .2byte ITEM_TM03 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM03ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM04$", 14 - .2byte ITEM_TM04 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM04ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM05$", 14 - .2byte ITEM_TM05 - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gTM05ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM06$", 14 - .2byte ITEM_TM06 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM06ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM07$", 14 - .2byte ITEM_TM07 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM07ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM08$", 14 - .2byte ITEM_TM08 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM08ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM09$", 14 - .2byte ITEM_TM09 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM09ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM10$", 14 - .2byte ITEM_TM10 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM10ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM11$", 14 - .2byte ITEM_TM11 - .2byte 2000 @ price - .byte 0 - .byte 0 - .4byte gTM11ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM12$", 14 - .2byte ITEM_TM12 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM12ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM13$", 14 - .2byte ITEM_TM13 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM13ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM14$", 14 - .2byte ITEM_TM14 - .2byte 5500 @ price - .byte 0 - .byte 0 - .4byte gTM14ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM15$", 14 - .2byte ITEM_TM15 - .2byte 7500 @ price - .byte 0 - .byte 0 - .4byte gTM15ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM16$", 14 - .2byte ITEM_TM16 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM16ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM17$", 14 - .2byte ITEM_TM17 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM17ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM18$", 14 - .2byte ITEM_TM18 - .2byte 2000 @ price - .byte 0 - .byte 0 - .4byte gTM18ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM19$", 14 - .2byte ITEM_TM19 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM19ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM20$", 14 - .2byte ITEM_TM20 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM20ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM21$", 14 - .2byte ITEM_TM21 - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gTM21ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM22$", 14 - .2byte ITEM_TM22 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM22ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM23$", 14 - .2byte ITEM_TM23 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM23ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM24$", 14 - .2byte ITEM_TM24 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM24ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM25$", 14 - .2byte ITEM_TM25 - .2byte 5500 @ price - .byte 0 - .byte 0 - .4byte gTM25ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM26$", 14 - .2byte ITEM_TM26 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM26ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM27$", 14 - .2byte ITEM_TM27 - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gTM27ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM28$", 14 - .2byte ITEM_TM28 - .2byte 2000 @ price - .byte 0 - .byte 0 - .4byte gTM28ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM29$", 14 - .2byte ITEM_TM29 - .2byte 2000 @ price - .byte 0 - .byte 0 - .4byte gTM29ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM30$", 14 - .2byte ITEM_TM30 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM30ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM31$", 14 - .2byte ITEM_TM31 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM31ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM32$", 14 - .2byte ITEM_TM32 - .2byte 2000 @ price - .byte 0 - .byte 0 - .4byte gTM32ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM33$", 14 - .2byte ITEM_TM33 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM33ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM34$", 14 - .2byte ITEM_TM34 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM34ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM35$", 14 - .2byte ITEM_TM35 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM35ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM36$", 14 - .2byte ITEM_TM36 - .2byte 1000 @ price - .byte 0 - .byte 0 - .4byte gTM36ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM37$", 14 - .2byte ITEM_TM37 - .2byte 2000 @ price - .byte 0 - .byte 0 - .4byte gTM37ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM38$", 14 - .2byte ITEM_TM38 - .2byte 5500 @ price - .byte 0 - .byte 0 - .4byte gTM38ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM39$", 14 - .2byte ITEM_TM39 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM39ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM40$", 14 - .2byte ITEM_TM40 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM40ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM41$", 14 - .2byte ITEM_TM41 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM41ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM42$", 14 - .2byte ITEM_TM42 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM42ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM43$", 14 - .2byte ITEM_TM43 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM43ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM44$", 14 - .2byte ITEM_TM44 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM44ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM45$", 14 - .2byte ITEM_TM45 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM45ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM46$", 14 - .2byte ITEM_TM46 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM46ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM47$", 14 - .2byte ITEM_TM47 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM47ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM48$", 14 - .2byte ITEM_TM48 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM48ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM49$", 14 - .2byte ITEM_TM49 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM49ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM50$", 14 - .2byte ITEM_TM50 - .2byte 3000 @ price - .byte 0 - .byte 0 - .4byte gTM50ItemDescription - .byte 0 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HM01$", 14 - .2byte ITEM_HM01 - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gHM01ItemDescription - .byte 1 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HM02$", 14 - .2byte ITEM_HM02 - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gHM02ItemDescription - .byte 1 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HM03$", 14 - .2byte ITEM_HM03 - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gHM03ItemDescription - .byte 1 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HM04$", 14 - .2byte ITEM_HM04 - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gHM04ItemDescription - .byte 1 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HM05$", 14 - .2byte ITEM_HM05 - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gHM05ItemDescription - .byte 1 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HM06$", 14 - .2byte ITEM_HM06 - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gHM06ItemDescription - .byte 1 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HM07$", 14 - .2byte ITEM_HM07 - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gHM07ItemDescription - .byte 1 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HM08$", 14 - .2byte ITEM_HM08 - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gHM08ItemDescription - .byte 1 - .byte 0 - .byte POCKET_TM_HM - .byte 1 - .4byte ItemUseOutOfBattle_TMHM - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "????????$", 14 - .2byte ITEM_NONE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDummyItemDescription - .byte 0 - .byte 0 - .byte POCKET_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "OAK’S PARCEL$", 14 - .2byte ITEM_OAKS_PARCEL - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gOaksParcelItemDescription - .byte 2 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "POKé FLUTE$", 14 - .2byte ITEM_POKE_FLUTE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gPokeFluteItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SECRET KEY$", 14 - .2byte ITEM_SECRET_KEY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gSecretKeyItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BIKE VOUCHER$", 14 - .2byte ITEM_BIKE_VOUCHER - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gBikeVoucherItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "GOLD TEETH$", 14 - .2byte ITEM_GOLD_TEETH - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gGoldTeethItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "OLD AMBER$", 14 - .2byte ITEM_OLD_AMBER - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gOldAmberItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "CARD KEY$", 14 - .2byte ITEM_CARD_KEY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gCardKeyItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "LIFT KEY$", 14 - .2byte ITEM_LIFT_KEY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gLiftKeyItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "HELIX FOSSIL$", 14 - .2byte ITEM_HELIX_FOSSIL - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gHelixFossilItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "DOME FOSSIL$", 14 - .2byte ITEM_DOME_FOSSIL - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gDomeFossilItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SILPH SCOPE$", 14 - .2byte ITEM_SILPH_SCOPE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gSilphScopeItemDescription - .byte 1 - .byte 0 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BICYCLE$", 14 - .2byte ITEM_BICYCLE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gBicycleItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TOWN MAP$", 14 - .2byte ITEM_TOWN_MAP - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gTownMapItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "VS SEEKER$", 14 - .2byte ITEM_VS_SEEKER - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gVSSeekerItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "FAME CHECKER$", 14 - .2byte ITEM_FAME_CHECKER - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gFameCheckerItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TM CASE$", 14 - .2byte ITEM_TM_CASE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gTMCaseItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "BERRY POUCH$", 14 - .2byte ITEM_BERRY_POUCH - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gBerryPouchItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TEACHY TV$", 14 - .2byte ITEM_TEACHY_TV - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gTeachyTVItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 2 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TRI-PASS$", 14 - .2byte ITEM_TRI_PASS - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gTriPassItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RAINBOW PASS$", 14 - .2byte ITEM_RAINBOW_PASS - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gRainbowPassItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "TEA$", 14 - .2byte ITEM_TEA - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gTeaItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MYSTICTICKET$", 14 - .2byte ITEM_MYSTIC_TICKET - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gMysticTicketItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "AURORATICKET$", 14 - .2byte ITEM_AURORA_TICKET - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gAuroraTicketItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "POWDER JAR$", 14 - .2byte ITEM_POWDER_JAR - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gPowderJarItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_PowderJar - .4byte 0 - .4byte NULL - .4byte 0 - - .string "RUBY$", 14 - .2byte ITEM_RUBY - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gRubyItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "SAPPHIRE$", 14 - .2byte ITEM_SAPPHIRE - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gSapphireItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "MAGMA EMBLEM$", 14 - .2byte ITEM_MAGMA_EMBLEM - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gMagmaEmblemItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 - - .string "OLD SEA MAP$", 14 - .2byte ITEM_OLD_SEA_MAP - .2byte 0 @ price - .byte 0 - .byte 0 - .4byte gOldSeaMapItemDescription - .byte 1 - .byte 1 - .byte POCKET_KEY_ITEMS - .byte 4 - .4byte ItemUseOutOfBattle_CannotUse - .4byte 0 - .4byte NULL - .4byte 0 -- cgit v1.2.3 From 25c669e36b8d23a24da567007bda1210ad9ce97e Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Sun, 29 Apr 2018 13:36:26 +0200 Subject: decompile item --- data/scripts/maps/MauvilleCity_BikeShop.inc | 2 +- data/specials.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/scripts/maps/MauvilleCity_BikeShop.inc b/data/scripts/maps/MauvilleCity_BikeShop.inc index d4915a478..0231e5bde 100644 --- a/data/scripts/maps/MauvilleCity_BikeShop.inc +++ b/data/scripts/maps/MauvilleCity_BikeShop.inc @@ -58,7 +58,7 @@ MauvilleCity_BikeShop_EventScript_20EC6D:: @ 820EC6D MauvilleCity_BikeShop_EventScript_20EC87:: @ 820EC87 msgbox MauvilleCity_BikeShop_Text_20F1BD, 4 - special sub_80D6EDC + special SwapRegisteredBike release end diff --git a/data/specials.inc b/data/specials.inc index 2290c9d21..91580fa96 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -141,7 +141,7 @@ gSpecials:: @ 81DBA64 def_special TrendyPhraseIsOld def_special sub_811EF6C def_special GetDewfordHallPaintingNameIndex - def_special sub_80D6EDC + def_special SwapRegisteredBike def_special CalculatePlayerPartyCount def_special CountPartyNonEggMons def_special CountPartyAliveNonEggMons_IgnoreVar0x8004Slot -- cgit v1.2.3 From fd40e93cb5fe4eb43551ae1a8f584e86bcc7ecf1 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Sun, 29 Apr 2018 14:21:59 +0200 Subject: clear item, save and load save files --- data/scripts/cable_club.inc | 4 ++-- .../maps/BattleFrontier_BattleArenaBattleRoom.inc | 4 ++-- .../maps/BattleFrontier_BattleArenaLobby.inc | 10 +++++----- .../maps/BattleFrontier_BattleDomeLobby.inc | 16 ++++++++-------- .../BattleFrontier_BattleDomePreBattleRoom.inc | 2 +- .../maps/BattleFrontier_BattleFactoryLobby.inc | 10 +++++----- .../BattleFrontier_BattleFactoryPreBattleRoom.inc | 2 +- .../maps/BattleFrontier_BattlePalaceBattleRoom.inc | 4 ++-- .../maps/BattleFrontier_BattlePalaceLobby.inc | 10 +++++----- .../maps/BattleFrontier_BattlePikeLobby.inc | 12 ++++++------ .../BattleFrontier_BattlePikeThreePathRoom.inc | 4 ++-- .../BattleFrontier_BattlePyramidEmptySquare.inc | 2 +- .../maps/BattleFrontier_BattlePyramidLobby.inc | 12 ++++++------ .../maps/BattleFrontier_BattlePyramidTop.inc | 2 +- .../maps/BattleFrontier_BattleTowerBattleRoom2.inc | 2 +- .../maps/BattleFrontier_BattleTowerLobby.inc | 22 +++++++++++----------- .../maps/FallarborTown_BattleTentBattleRoom.inc | 8 ++++---- .../scripts/maps/FallarborTown_BattleTentLobby.inc | 8 ++++---- data/scripts/maps/MossdeepCity_SpaceCenter_2F.inc | 6 +++--- data/scripts/maps/PetalburgCity.inc | 4 ++-- .../maps/SlateportCity_BattleTentBattleRoom.inc | 4 ++-- .../maps/SlateportCity_BattleTentCorridor.inc | 2 +- .../scripts/maps/SlateportCity_BattleTentLobby.inc | 4 ++-- .../maps/SootopolisCity_MysteryEventsHouse_1F.inc | 10 +++++----- .../maps/SootopolisCity_MysteryEventsHouse_B1F.inc | 2 +- .../maps/VerdanturfTown_BattleTentBattleRoom.inc | 8 ++++---- .../maps/VerdanturfTown_BattleTentLobby.inc | 8 ++++---- data/specials.inc | 6 +++--- 28 files changed, 94 insertions(+), 94 deletions(-) (limited to 'data') diff --git a/data/scripts/cable_club.inc b/data/scripts/cable_club.inc index e5b330bf3..4c9f2d4d7 100644 --- a/data/scripts/cable_club.inc +++ b/data/scripts/cable_club.inc @@ -450,8 +450,8 @@ OldaleTown_PokemonCenter_2F_EventScript_276F60:: @ 8276F60 OldaleTown_PokemonCenter_2F_EventScript_276FBD:: @ 8276FBD special HealPlayerParty - special copy_player_party_to_sav1 - special copy_bags_and_unk_data_from_save_blocks + special SavePlayerParty + special LoadPlayerBag copyvar VAR_0x4087, VAR_0x8004 messageautoscroll OldaleTown_PokemonCenter_2F_Text_278197 waitmessage diff --git a/data/scripts/maps/BattleFrontier_BattleArenaBattleRoom.inc b/data/scripts/maps/BattleFrontier_BattleArenaBattleRoom.inc index 52351b549..88a0f9989 100644 --- a/data/scripts/maps/BattleFrontier_BattleArenaBattleRoom.inc +++ b/data/scripts/maps/BattleFrontier_BattleArenaBattleRoom.inc @@ -136,8 +136,8 @@ BattleFrontier_BattleArenaBattleRoom_EventScript_257630:: @ 8257630 applymovement 8, BattleFrontier_BattleArenaBattleRoom_Movement_257BEB waitmovement 0 msgbox BattleFrontier_BattleArenaBattleRoom_Text_257CE9, 4 - special copy_player_party_from_sav1 - special copy_player_party_to_sav1 + special LoadPlayerParty + special SavePlayerParty setvar VAR_0x8004, 3 setvar VAR_0x8005, 3 special sub_81A1780 diff --git a/data/scripts/maps/BattleFrontier_BattleArenaLobby.inc b/data/scripts/maps/BattleFrontier_BattleArenaLobby.inc index 303a2c4c9..85147b418 100644 --- a/data/scripts/maps/BattleFrontier_BattleArenaLobby.inc +++ b/data/scripts/maps/BattleFrontier_BattleArenaLobby.inc @@ -89,7 +89,7 @@ BattleFrontier_BattleArenaLobby_EventScript_255D2B:: @ 8255D2B BattleFrontier_BattleArenaLobby_EventScript_255D59:: @ 8255D59 setvar VAR_0x8004, 8 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty special HealPlayerParty setvar VAR_0x8004, 3 setvar VAR_0x8005, 0 @@ -134,7 +134,7 @@ BattleFrontier_BattleArenaLobby_EventScript_255DF4:: @ 8255DF4 faceplayer setvar VAR_FRONTIER_FACILITY, 3 setvar VAR_0x40CE, 0 - special copy_player_party_to_sav1 + special SavePlayerParty msgbox BattleFrontier_BattleArenaLobby_Text_256166, 4 BattleFrontier_BattleArenaLobby_EventScript_255E0B:: @ 8255E0B @@ -196,7 +196,7 @@ BattleFrontier_BattleArenaLobby_EventScript_255EE8:: @ 8255EE8 setvar VAR_0x8005, 3 setvar VAR_0x8006, 0 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty closemessage delay 2 call BattleFrontier_BattleArenaLobby_EventScript_27134F @@ -205,7 +205,7 @@ BattleFrontier_BattleArenaLobby_EventScript_255EE8:: @ 8255EE8 goto_eq BattleFrontier_BattleArenaLobby_EventScript_255FE1 BattleFrontier_BattleArenaLobby_EventScript_255F54:: @ 8255F54 - special copy_player_party_to_sav1 + special SavePlayerParty setvar VAR_0x8004, 3 setvar VAR_0x8005, 3 special sub_81A1780 @@ -248,7 +248,7 @@ BattleFrontier_BattleArenaLobby_EventScript_255FE1:: @ 8255FE1 goto BattleFrontier_BattleArenaLobby_EventScript_255FFB BattleFrontier_BattleArenaLobby_EventScript_255FF8:: @ 8255FF8 - special copy_player_party_from_sav1 + special LoadPlayerParty BattleFrontier_BattleArenaLobby_EventScript_255FFB:: @ 8255FFB msgbox BattleFrontier_BattleArenaLobby_Text_25621F, 4 diff --git a/data/scripts/maps/BattleFrontier_BattleDomeLobby.inc b/data/scripts/maps/BattleFrontier_BattleDomeLobby.inc index 33b5654d0..aebe5abe3 100644 --- a/data/scripts/maps/BattleFrontier_BattleDomeLobby.inc +++ b/data/scripts/maps/BattleFrontier_BattleDomeLobby.inc @@ -76,7 +76,7 @@ BattleFrontier_BattleDomeLobby_EventScript_2498C9:: @ 82498C9 msgbox BattleFrontier_BattleDomeLobby_Text_241520, 9 message BattleFrontier_BattleDomeLobby_Text_24A5D6 waitmessage - special copy_player_party_from_sav1 + special LoadPlayerParty setvar VAR_0x8004, 3 setvar VAR_0x8005, 3 special sub_81A1780 @@ -94,7 +94,7 @@ BattleFrontier_BattleDomeLobby_EventScript_2498C9:: @ 82498C9 setvar VAR_0x8005, 1 setvar VAR_0x8006, 1 special sub_818E9AC - special copy_player_party_from_sav1 + special LoadPlayerParty special HealPlayerParty goto BattleFrontier_BattleDomeLobby_EventScript_249991 @@ -103,7 +103,7 @@ BattleFrontier_BattleDomeLobby_EventScript_249940:: @ 8249940 msgbox BattleFrontier_BattleDomeLobby_Text_24A5BF, 4 message BattleFrontier_BattleDomeLobby_Text_24A5D6 waitmessage - special copy_player_party_from_sav1 + special LoadPlayerParty setvar VAR_0x8004, 3 setvar VAR_0x8005, 3 special sub_81A1780 @@ -117,7 +117,7 @@ BattleFrontier_BattleDomeLobby_EventScript_249940:: @ 8249940 setvar VAR_0x8005, 6 setvar VAR_0x8006, 1 special sub_818E9AC - special copy_player_party_from_sav1 + special LoadPlayerParty special HealPlayerParty BattleFrontier_BattleDomeLobby_EventScript_249991:: @ 8249991 @@ -181,7 +181,7 @@ BattleFrontier_BattleDomeLobby_EventScript_249A47:: @ 8249A47 end BattleFrontier_BattleDomeLobby_EventScript_249A59:: @ 8249A59 - special copy_player_party_to_sav1 + special SavePlayerParty compare VAR_0x40CE, 0 call_if 1, BattleFrontier_BattleDomeLobby_EventScript_249CFD compare VAR_0x40CE, 1 @@ -245,7 +245,7 @@ BattleFrontier_BattleDomeLobby_EventScript_249B60:: @ 8249B60 setvar VAR_0x8005, 3 setvar VAR_0x8006, 0 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty closemessage delay 2 call BattleFrontier_BattleDomeLobby_EventScript_27134F @@ -256,7 +256,7 @@ BattleFrontier_BattleDomeLobby_EventScript_249B60:: @ 8249B60 special sub_818E9AC BattleFrontier_BattleDomeLobby_EventScript_249BC2:: @ 8249BC2 - special copy_player_party_to_sav1 + special SavePlayerParty setvar VAR_0x8004, 3 setvar VAR_0x8005, 3 special sub_81A1780 @@ -299,7 +299,7 @@ BattleFrontier_BattleDomeLobby_EventScript_249C4A:: @ 8249C4A goto BattleFrontier_BattleDomeLobby_EventScript_249C64 BattleFrontier_BattleDomeLobby_EventScript_249C61:: @ 8249C61 - special copy_player_party_from_sav1 + special LoadPlayerParty BattleFrontier_BattleDomeLobby_EventScript_249C64:: @ 8249C64 msgbox BattleFrontier_BattleDomeLobby_Text_249F74, 4 diff --git a/data/scripts/maps/BattleFrontier_BattleDomePreBattleRoom.inc b/data/scripts/maps/BattleFrontier_BattleDomePreBattleRoom.inc index 5de099292..a9b6af7f7 100644 --- a/data/scripts/maps/BattleFrontier_BattleDomePreBattleRoom.inc +++ b/data/scripts/maps/BattleFrontier_BattleDomePreBattleRoom.inc @@ -243,7 +243,7 @@ BattleFrontier_BattleDomePreBattleRoom_EventScript_24B5BE:: @ 824B5BE BattleFrontier_BattleDomePreBattleRoom_EventScript_24B5C7:: @ 824B5C7 setvar VAR_0x4000, 1 msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24B760, 4 - special copy_player_party_from_sav1 + special LoadPlayerParty setvar VAR_0x8004, 3 setvar VAR_0x8005, 3 special sub_81A1780 diff --git a/data/scripts/maps/BattleFrontier_BattleFactoryLobby.inc b/data/scripts/maps/BattleFrontier_BattleFactoryLobby.inc index 791a666d5..5822ca318 100644 --- a/data/scripts/maps/BattleFrontier_BattleFactoryLobby.inc +++ b/data/scripts/maps/BattleFrontier_BattleFactoryLobby.inc @@ -74,7 +74,7 @@ BattleFrontier_BattleFactoryLobby_EventScript_2584C6:: @ 82584C6 waitmessage setvar VAR_0x8004, 8 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty setvar VAR_0x8004, 3 setvar VAR_0x8005, 0 special sub_81A5E74 @@ -89,7 +89,7 @@ BattleFrontier_BattleFactoryLobby_EventScript_258506:: @ 8258506 waitmessage setvar VAR_0x8004, 8 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty setvar VAR_0x8004, 2 setvar VAR_0x8005, 2 setvar VAR_0x8006, 0 @@ -154,7 +154,7 @@ BattleFrontier_BattleFactoryLobby_EventScript_2585DD:: @ 82585DD end BattleFrontier_BattleFactoryLobby_EventScript_2585ED:: @ 82585ED - special copy_player_party_to_sav1 + special SavePlayerParty compare VAR_0x40CE, 0 call_if 1, BattleFrontier_BattleFactoryLobby_EventScript_2587B1 compare VAR_0x40CE, 1 @@ -215,7 +215,7 @@ BattleFrontier_BattleFactoryLobby_EventScript_2586B9:: @ 82586B9 setvar VAR_0x8006, 0 BattleFrontier_BattleFactoryLobby_EventScript_25871A:: @ 825871A - special copy_player_party_to_sav1 + special SavePlayerParty msgbox BattleFrontier_BattleFactoryLobby_Text_258CB1, 4 closemessage compare VAR_0x40CE, 0 @@ -253,7 +253,7 @@ BattleFrontier_BattleFactoryLobby_EventScript_258783:: @ 8258783 goto BattleFrontier_BattleFactoryLobby_EventScript_25879D BattleFrontier_BattleFactoryLobby_EventScript_25879A:: @ 825879A - special copy_player_party_from_sav1 + special LoadPlayerParty BattleFrontier_BattleFactoryLobby_EventScript_25879D:: @ 825879D msgbox BattleFrontier_BattleFactoryLobby_Text_258BC5, 4 diff --git a/data/scripts/maps/BattleFrontier_BattleFactoryPreBattleRoom.inc b/data/scripts/maps/BattleFrontier_BattleFactoryPreBattleRoom.inc index 4c0528e34..2f5cdeef2 100644 --- a/data/scripts/maps/BattleFrontier_BattleFactoryPreBattleRoom.inc +++ b/data/scripts/maps/BattleFrontier_BattleFactoryPreBattleRoom.inc @@ -236,7 +236,7 @@ BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259E47:: @ 8259E47 end BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259E69:: @ 8259E69 - special copy_player_party_to_sav1 + special SavePlayerParty setvar VAR_0x8004, 10 setvar VAR_0x8005, 0 special sub_81A5E74 diff --git a/data/scripts/maps/BattleFrontier_BattlePalaceBattleRoom.inc b/data/scripts/maps/BattleFrontier_BattlePalaceBattleRoom.inc index ccd285a3a..8393d7501 100644 --- a/data/scripts/maps/BattleFrontier_BattlePalaceBattleRoom.inc +++ b/data/scripts/maps/BattleFrontier_BattlePalaceBattleRoom.inc @@ -93,8 +93,8 @@ BattleFrontier_BattlePalaceBattleRoom_EventScript_24F911:: @ 824F911 applymovement 3, BattleFrontier_BattlePalaceBattleRoom_Movement_24FEAC waitmovement 0 msgbox BattleFrontier_BattlePalaceBattleRoom_Text_24FF00, 4 - special copy_player_party_from_sav1 - special copy_player_party_to_sav1 + special LoadPlayerParty + special SavePlayerParty setvar VAR_0x8004, 3 setvar VAR_0x8005, 3 special sub_81A1780 diff --git a/data/scripts/maps/BattleFrontier_BattlePalaceLobby.inc b/data/scripts/maps/BattleFrontier_BattlePalaceLobby.inc index 2e0f152b4..5cb6baad0 100644 --- a/data/scripts/maps/BattleFrontier_BattlePalaceLobby.inc +++ b/data/scripts/maps/BattleFrontier_BattlePalaceLobby.inc @@ -89,7 +89,7 @@ BattleFrontier_BattlePalaceLobby_EventScript_24D873:: @ 824D873 BattleFrontier_BattlePalaceLobby_EventScript_24D8A1:: @ 824D8A1 setvar VAR_0x8004, 8 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty special HealPlayerParty setvar VAR_0x8004, 7 setvar VAR_0x8005, 0 @@ -152,7 +152,7 @@ BattleFrontier_BattlePalaceLobby_EventScript_24D968:: @ 824D968 special sub_8195960 compare VAR_RESULT, 0 goto_if 5, BattleFrontier_BattlePalaceLobby_EventScript_24D817 - special copy_player_party_to_sav1 + special SavePlayerParty compare VAR_0x40CE, 0 call_if 1, BattleFrontier_BattlePalaceLobby_EventScript_24DB9E compare VAR_0x40CE, 1 @@ -220,7 +220,7 @@ BattleFrontier_BattlePalaceLobby_EventScript_24DA87:: @ 824DA87 setvar VAR_0x8005, 3 setvar VAR_0x8006, 0 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty closemessage delay 2 call BattleFrontier_BattlePalaceLobby_EventScript_27134F @@ -229,7 +229,7 @@ BattleFrontier_BattlePalaceLobby_EventScript_24DA87:: @ 824DA87 goto_eq BattleFrontier_BattlePalaceLobby_EventScript_24DB7A BattleFrontier_BattlePalaceLobby_EventScript_24DAF3:: @ 824DAF3 - special copy_player_party_to_sav1 + special SavePlayerParty setvar VAR_0x8004, 3 setvar VAR_0x8005, 3 special sub_81A1780 @@ -272,7 +272,7 @@ BattleFrontier_BattlePalaceLobby_EventScript_24DB7A:: @ 824DB7A goto BattleFrontier_BattlePalaceLobby_EventScript_24DB94 BattleFrontier_BattlePalaceLobby_EventScript_24DB91:: @ 824DB91 - special copy_player_party_from_sav1 + special LoadPlayerParty BattleFrontier_BattlePalaceLobby_EventScript_24DB94:: @ 824DB94 msgbox BattleFrontier_BattlePalaceLobby_Text_24E0D8, 4 diff --git a/data/scripts/maps/BattleFrontier_BattlePikeLobby.inc b/data/scripts/maps/BattleFrontier_BattlePikeLobby.inc index 40b5e437f..05eb8ea33 100644 --- a/data/scripts/maps/BattleFrontier_BattlePikeLobby.inc +++ b/data/scripts/maps/BattleFrontier_BattlePikeLobby.inc @@ -76,7 +76,7 @@ BattleFrontier_BattlePikeLobby_EventScript_25B78D:: @ 825B78D setvar VAR_0x8005, 3 copyvar VAR_0x8006, VAR_RESULT special sub_81A703C - special copy_player_party_from_sav1 + special LoadPlayerParty special HealPlayerParty setvar VAR_0x8004, 27 special sub_81A703C @@ -107,7 +107,7 @@ BattleFrontier_BattlePikeLobby_EventScript_25B806:: @ 825B806 setvar VAR_0x8005, 4 setvar VAR_0x8006, 0 special sub_81A703C - special copy_player_party_from_sav1 + special LoadPlayerParty special HealPlayerParty setvar VAR_0x8004, 27 special sub_81A703C @@ -127,7 +127,7 @@ BattleFrontier_BattlePikeLobby_EventScript_25B868:: @ 825B868 faceplayer setvar VAR_FRONTIER_FACILITY, 5 setvar VAR_0x40CE, 0 - special copy_player_party_to_sav1 + special SavePlayerParty msgbox BattleFrontier_BattlePikeLobby_Text_25BB52, 4 BattleFrontier_BattlePikeLobby_EventScript_25B87F:: @ 825B87F @@ -192,7 +192,7 @@ BattleFrontier_BattlePikeLobby_EventScript_25B95C:: @ 825B95C setvar VAR_0x8005, 3 setvar VAR_0x8006, 0 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty closemessage delay 2 call BattleFrontier_BattlePikeLobby_EventScript_27134F @@ -201,7 +201,7 @@ BattleFrontier_BattlePikeLobby_EventScript_25B95C:: @ 825B95C special sub_81A703C compare VAR_RESULT, 0 goto_eq BattleFrontier_BattlePikeLobby_EventScript_25BA5C - special copy_player_party_to_sav1 + special SavePlayerParty setvar VAR_0x8004, 3 setvar VAR_0x8005, 3 special sub_81A1780 @@ -242,7 +242,7 @@ BattleFrontier_BattlePikeLobby_EventScript_25BA5C:: @ 825BA5C goto BattleFrontier_BattlePikeLobby_EventScript_25BA76 BattleFrontier_BattlePikeLobby_EventScript_25BA73:: @ 825BA73 - special copy_player_party_from_sav1 + special LoadPlayerParty BattleFrontier_BattlePikeLobby_EventScript_25BA76:: @ 825BA76 msgbox BattleFrontier_BattlePikeLobby_Text_25BE02, 4 diff --git a/data/scripts/maps/BattleFrontier_BattlePikeThreePathRoom.inc b/data/scripts/maps/BattleFrontier_BattlePikeThreePathRoom.inc index 74da4c01c..d4723acc7 100644 --- a/data/scripts/maps/BattleFrontier_BattlePikeThreePathRoom.inc +++ b/data/scripts/maps/BattleFrontier_BattlePikeThreePathRoom.inc @@ -45,7 +45,7 @@ BattleFrontier_BattlePikeThreePathRoom_EventScript_25C8A4:: @ 825C8A4 setvar VAR_0x8006, 0 special sub_81A1780 setvar VAR_0x4000, 255 - special copy_player_party_to_sav1 + special SavePlayerParty setvar VAR_0x8004, 3 setvar VAR_0x8005, 3 special sub_81A1780 @@ -136,7 +136,7 @@ BattleFrontier_BattlePikeThreePathRoom_EventScript_25C9FD:: @ 825C9FD special sub_81A1780 message BattleFrontier_BattlePikeThreePathRoom_Text_25CE08 waitmessage - special copy_player_party_from_sav1 + special LoadPlayerParty setvar VAR_0x8004, 8 setvar VAR_0x8005, 2 special sub_81A703C diff --git a/data/scripts/maps/BattleFrontier_BattlePyramidEmptySquare.inc b/data/scripts/maps/BattleFrontier_BattlePyramidEmptySquare.inc index b7dc59257..29485ef12 100644 --- a/data/scripts/maps/BattleFrontier_BattlePyramidEmptySquare.inc +++ b/data/scripts/maps/BattleFrontier_BattlePyramidEmptySquare.inc @@ -99,7 +99,7 @@ BattleFrontier_BattlePyramidEmptySquare_EventScript_252B8D:: @ 8252B8D setvar VAR_0x8004, 3 setvar VAR_0x8005, 1 special sub_81A8E7C - special copy_player_party_to_sav1 + special SavePlayerParty setvar VAR_0x8004, 2 setvar VAR_0x8005, 0 setvar VAR_0x8006, 0 diff --git a/data/scripts/maps/BattleFrontier_BattlePyramidLobby.inc b/data/scripts/maps/BattleFrontier_BattlePyramidLobby.inc index 9455479a7..17218658e 100644 --- a/data/scripts/maps/BattleFrontier_BattlePyramidLobby.inc +++ b/data/scripts/maps/BattleFrontier_BattlePyramidLobby.inc @@ -67,7 +67,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_2507DA:: @ 82507DA clearflag FLAG_SPECIAL_FLAG_0x4004 setvar VAR_0x8004, 8 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty setvar VAR_0x8004, 14 special sub_81A8E7C special HealPlayerParty @@ -97,7 +97,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_2507DA:: @ 82507DA BattleFrontier_BattlePyramidLobby_EventScript_250852:: @ 8250852 setvar VAR_0x8004, 8 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty setvar VAR_0x8004, 14 special sub_81A8E7C special HealPlayerParty @@ -131,7 +131,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_2508B1:: @ 82508B1 faceplayer setvar VAR_FRONTIER_FACILITY, 6 setvar VAR_0x40CE, 0 - special copy_player_party_to_sav1 + special SavePlayerParty msgbox BattleFrontier_BattlePyramidLobby_Text_250F31, 4 BattleFrontier_BattlePyramidLobby_EventScript_2508C8:: @ 82508C8 @@ -197,7 +197,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_2509A5:: @ 82509A5 special sub_81A8E7C setvar VAR_0x8004, 9 special sub_81A8E7C - special copy_player_party_from_sav1 + special LoadPlayerParty closemessage delay 2 call BattleFrontier_BattlePyramidLobby_EventScript_27134F @@ -206,7 +206,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_2509A5:: @ 82509A5 goto_eq BattleFrontier_BattlePyramidLobby_EventScript_250AAA BattleFrontier_BattlePyramidLobby_EventScript_250A21:: @ 8250A21 - special copy_player_party_to_sav1 + special SavePlayerParty setvar VAR_0x8004, 3 setvar VAR_0x8005, 3 special sub_81A1780 @@ -249,7 +249,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_250AAA:: @ 8250AAA goto BattleFrontier_BattlePyramidLobby_EventScript_250AC4 BattleFrontier_BattlePyramidLobby_EventScript_250AC1:: @ 8250AC1 - special copy_player_party_from_sav1 + special LoadPlayerParty BattleFrontier_BattlePyramidLobby_EventScript_250AC4:: @ 8250AC4 msgbox BattleFrontier_BattlePyramidLobby_Text_250FE5, 4 diff --git a/data/scripts/maps/BattleFrontier_BattlePyramidTop.inc b/data/scripts/maps/BattleFrontier_BattlePyramidTop.inc index 3ba3a5a6a..07e66efa8 100644 --- a/data/scripts/maps/BattleFrontier_BattlePyramidTop.inc +++ b/data/scripts/maps/BattleFrontier_BattlePyramidTop.inc @@ -72,7 +72,7 @@ BattleFrontier_BattlePyramidTop_EventScript_255193:: @ 8255193 setvar VAR_0x8004, 3 setvar VAR_0x8005, 1 special sub_81A8E7C - special copy_player_party_to_sav1 + special SavePlayerParty setvar VAR_0x8004, 2 setvar VAR_0x8005, 0 setvar VAR_0x8006, 0 diff --git a/data/scripts/maps/BattleFrontier_BattleTowerBattleRoom2.inc b/data/scripts/maps/BattleFrontier_BattleTowerBattleRoom2.inc index feaa18c8d..ec2994591 100644 --- a/data/scripts/maps/BattleFrontier_BattleTowerBattleRoom2.inc +++ b/data/scripts/maps/BattleFrontier_BattleTowerBattleRoom2.inc @@ -153,7 +153,7 @@ BattleFrontier_BattleTowerBattleRoom2_EventScript_249118:: @ 8249118 delay 48 BattleFrontier_BattleTowerBattleRoom2_EventScript_249121:: @ 8249121 - special copy_player_party_from_sav1 + special LoadPlayerParty setvar VAR_0x8004, 3 setvar VAR_0x8005, 2 special sub_81A1780 diff --git a/data/scripts/maps/BattleFrontier_BattleTowerLobby.inc b/data/scripts/maps/BattleFrontier_BattleTowerLobby.inc index def3dd122..350d1f05a 100644 --- a/data/scripts/maps/BattleFrontier_BattleTowerLobby.inc +++ b/data/scripts/maps/BattleFrontier_BattleTowerLobby.inc @@ -152,7 +152,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23E84D:: @ 823E84D waitmessage setvar VAR_0x8004, 8 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty special HealPlayerParty setvar VAR_0x8004, 6 setvar VAR_0x8005, 0 @@ -240,7 +240,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23E936:: @ 823E936 lock faceplayer setvar VAR_FRONTIER_FACILITY, 0 - special copy_player_party_to_sav1 + special SavePlayerParty msgbox BattleFrontier_BattleTowerLobby_Text_240537, 4 BattleFrontier_BattleTowerLobby_EventScript_23E948:: @ 823E948 @@ -299,7 +299,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EA2A:: @ 823EA2A setvar VAR_0x8005, 3 setvar VAR_0x8006, 0 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty closemessage delay 2 call BattleFrontier_BattleTowerLobby_EventScript_27134F @@ -320,7 +320,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EA9F:: @ 823EA9F lock faceplayer setvar VAR_FRONTIER_FACILITY, 0 - special copy_player_party_to_sav1 + special SavePlayerParty msgbox BattleFrontier_BattleTowerLobby_Text_2407E2, 4 BattleFrontier_BattleTowerLobby_EventScript_23EAB1:: @ 823EAB1 @@ -379,7 +379,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EB93:: @ 823EB93 setvar VAR_0x8005, 3 setvar VAR_0x8006, 0 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty closemessage delay 2 call BattleFrontier_BattleTowerLobby_EventScript_27134F @@ -401,7 +401,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EC08:: @ 823EC08 faceplayer setvar VAR_FRONTIER_FACILITY, 0 clearflag FLAG_0x152 - special copy_player_party_to_sav1 + special SavePlayerParty msgbox BattleFrontier_BattleTowerLobby_Text_240A8B, 4 BattleFrontier_BattleTowerLobby_EventScript_23EC1D:: @ 823EC1D @@ -460,7 +460,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23ECFF:: @ 823ECFF setvar VAR_0x8005, 3 setvar VAR_0x8006, 0 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty closemessage delay 2 call BattleFrontier_BattleTowerLobby_EventScript_27134F @@ -481,7 +481,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23ED74:: @ 823ED74 lock faceplayer setvar VAR_FRONTIER_FACILITY, 0 - special copy_player_party_to_sav1 + special SavePlayerParty msgbox BattleFrontier_BattleTowerLobby_Text_240E15, 4 BattleFrontier_BattleTowerLobby_EventScript_23ED86:: @ 823ED86 @@ -540,7 +540,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EE68:: @ 823EE68 setvar VAR_0x8005, 3 setvar VAR_0x8006, 0 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty closemessage delay 2 setvar VAR_0x8004, 6 @@ -722,7 +722,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23F0D0:: @ 823F0D0 end BattleFrontier_BattleTowerLobby_EventScript_23F0E3:: @ 823F0E3 - special copy_player_party_from_sav1 + special LoadPlayerParty BattleFrontier_BattleTowerLobby_EventScript_23F0E6:: @ 823F0E6 special CloseLink @@ -733,7 +733,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23F0F1:: @ 823F0F1 end BattleFrontier_BattleTowerLobby_EventScript_23F0F3:: @ 823F0F3 - special copy_player_party_to_sav1 + special SavePlayerParty setvar VAR_0x8004, 3 call BattleFrontier_BattleTowerLobby_EventScript_23F272 special sub_81A1780 diff --git a/data/scripts/maps/FallarborTown_BattleTentBattleRoom.inc b/data/scripts/maps/FallarborTown_BattleTentBattleRoom.inc index b4d0a5d9c..16cb9fff5 100644 --- a/data/scripts/maps/FallarborTown_BattleTentBattleRoom.inc +++ b/data/scripts/maps/FallarborTown_BattleTentBattleRoom.inc @@ -72,7 +72,7 @@ FallarborTown_BattleTentBattleRoom_EventScript_20097E:: @ 820097E setvar VAR_0x8005, 0 setvar VAR_0x8006, 4 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty warp FALLARBOR_TOWN_BATTLE_TENT_LOBBY, 255, 6, 6 waitstate @@ -103,8 +103,8 @@ FallarborTown_BattleTentBattleRoom_EventScript_2009B3:: @ 82009B3 applymovement 1, FallarborTown_BattleTentBattleRoom_Movement_200B94 waitmovement 0 msgbox FallarborTown_BattleTentBattleRoom_Text_257CE9, 4 - special copy_player_party_from_sav1 - special copy_player_party_to_sav1 + special LoadPlayerParty + special SavePlayerParty setvar VAR_0x8004, 3 setvar VAR_0x8005, 3 special sub_81A1780 @@ -157,7 +157,7 @@ FallarborTown_BattleTentBattleRoom_EventScript_200AF3:: @ 8200AF3 setvar VAR_0x8005, 0 setvar VAR_0x8006, 3 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty warp FALLARBOR_TOWN_BATTLE_TENT_LOBBY, 255, 6, 6 waitstate setvar VAR_0x8004, 1 diff --git a/data/scripts/maps/FallarborTown_BattleTentLobby.inc b/data/scripts/maps/FallarborTown_BattleTentLobby.inc index 347c55659..78a067a55 100644 --- a/data/scripts/maps/FallarborTown_BattleTentLobby.inc +++ b/data/scripts/maps/FallarborTown_BattleTentLobby.inc @@ -134,7 +134,7 @@ FallarborTown_BattleTentLobby_EventScript_200001:: @ 8200001 special sub_81B9B80 compare VAR_RESULT, 0 goto_if 5, FallarborTown_BattleTentLobby_EventScript_1FFF84 - special copy_player_party_to_sav1 + special SavePlayerParty msgbox FallarborTown_BattleTentLobby_Text_2C47EB, 4 FallarborTown_BattleTentLobby_EventScript_200021:: @ 8200021 @@ -188,7 +188,7 @@ FallarborTown_BattleTentLobby_EventScript_2000E2:: @ 82000E2 setvar VAR_0x8005, 3 setvar VAR_0x8006, 0 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty closemessage delay 2 call FallarborTown_BattleTentLobby_EventScript_27134F @@ -197,7 +197,7 @@ FallarborTown_BattleTentLobby_EventScript_2000E2:: @ 82000E2 goto_eq FallarborTown_BattleTentLobby_EventScript_2001AB FallarborTown_BattleTentLobby_EventScript_20013C:: @ 820013C - special copy_player_party_to_sav1 + special SavePlayerParty setvar VAR_0x8004, 3 setvar VAR_0x8005, 3 special sub_81A1780 @@ -234,7 +234,7 @@ FallarborTown_BattleTentLobby_EventScript_2001AB:: @ 82001AB goto FallarborTown_BattleTentLobby_EventScript_2001C5 FallarborTown_BattleTentLobby_EventScript_2001C2:: @ 82001C2 - special copy_player_party_from_sav1 + special LoadPlayerParty FallarborTown_BattleTentLobby_EventScript_2001C5:: @ 82001C5 msgbox FallarborTown_BattleTentLobby_Text_2C487F, 4 diff --git a/data/scripts/maps/MossdeepCity_SpaceCenter_2F.inc b/data/scripts/maps/MossdeepCity_SpaceCenter_2F.inc index b23da6481..cee99c4d5 100644 --- a/data/scripts/maps/MossdeepCity_SpaceCenter_2F.inc +++ b/data/scripts/maps/MossdeepCity_SpaceCenter_2F.inc @@ -250,13 +250,13 @@ MossdeepCity_SpaceCenter_2F_EventScript_223FDA:: @ 8223FDA MossdeepCity_SpaceCenter_2F_EventScript_22400C:: @ 822400C applymovement VAR_LAST_TALKED, MossdeepCity_SpaceCenter_2F_Movement_2725AA waitmovement 0 - special copy_player_party_to_sav1 + special SavePlayerParty fadescreen 1 special sub_80F9438 waitstate compare VAR_RESULT, 0 goto_if 5, MossdeepCity_SpaceCenter_2F_EventScript_224032 - special copy_player_party_from_sav1 + special LoadPlayerParty goto MossdeepCity_SpaceCenter_2F_EventScript_223FDA MossdeepCity_SpaceCenter_2F_EventScript_224032:: @ 8224032 @@ -270,7 +270,7 @@ MossdeepCity_SpaceCenter_2F_EventScript_224032:: @ 8224032 waitstate setvar VAR_0x8004, 6 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty switch VAR_RESULT case 1, MossdeepCity_SpaceCenter_2F_EventScript_224071 fadescreen 1 diff --git a/data/scripts/maps/PetalburgCity.inc b/data/scripts/maps/PetalburgCity.inc index 0da686052..c297d61a7 100644 --- a/data/scripts/maps/PetalburgCity.inc +++ b/data/scripts/maps/PetalburgCity.inc @@ -30,7 +30,7 @@ PetalburgCity_MapScript2_1DC31C: @ 81DC31C PetalburgCity_EventScript_1DC32E:: @ 81DC32E lockall - special copy_player_party_to_sav1 + special SavePlayerParty special PutZigzagoonInPlayerParty applymovement 2, PetalburgCity_Movement_1DC451 applymovement 255, PetalburgCity_Movement_1DC430 @@ -47,7 +47,7 @@ PetalburgCity_EventScript_1DC32E:: @ 81DC32E setvar VAR_0x4057, 3 fadedefaultbgm clearflag FLAG_SPECIAL_FLAG_0x4001 - special copy_player_party_from_sav1 + special LoadPlayerParty setvar VAR_0x4085, 1 warp PETALBURG_CITY_GYM, 255, 4, 108 waitstate diff --git a/data/scripts/maps/SlateportCity_BattleTentBattleRoom.inc b/data/scripts/maps/SlateportCity_BattleTentBattleRoom.inc index e0c6da76c..e52828a19 100644 --- a/data/scripts/maps/SlateportCity_BattleTentBattleRoom.inc +++ b/data/scripts/maps/SlateportCity_BattleTentBattleRoom.inc @@ -67,7 +67,7 @@ SlateportCity_BattleTentCorridor_EventScript_209A1B:: @ 8209A1B setvar VAR_0x8005, 0 setvar VAR_0x8006, 4 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty warp SLATEPORT_CITY_BATTLE_TENT_LOBBY, 255, 6, 6 waitstate @@ -93,7 +93,7 @@ SlateportCity_BattleTentCorridor_EventScript_209A7B:: @ 8209A7B setvar VAR_0x8005, 0 setvar VAR_0x8006, 3 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty warp SLATEPORT_CITY_BATTLE_TENT_LOBBY, 255, 6, 6 waitstate @ forced stop diff --git a/data/scripts/maps/SlateportCity_BattleTentCorridor.inc b/data/scripts/maps/SlateportCity_BattleTentCorridor.inc index 6a0bafb45..b293dc140 100644 --- a/data/scripts/maps/SlateportCity_BattleTentCorridor.inc +++ b/data/scripts/maps/SlateportCity_BattleTentCorridor.inc @@ -140,7 +140,7 @@ SlateportCity_BattleTentCorridor_EventScript_209022:: @ 8209022 end SlateportCity_BattleTentCorridor_EventScript_209044:: @ 8209044 - special copy_player_party_to_sav1 + special SavePlayerParty setvar VAR_0x8004, 10 setvar VAR_0x8005, 0 special sub_81A5E74 diff --git a/data/scripts/maps/SlateportCity_BattleTentLobby.inc b/data/scripts/maps/SlateportCity_BattleTentLobby.inc index ca51ab57e..e5f510179 100644 --- a/data/scripts/maps/SlateportCity_BattleTentLobby.inc +++ b/data/scripts/maps/SlateportCity_BattleTentLobby.inc @@ -122,7 +122,7 @@ SlateportCity_BattleTentLobby_EventScript_2088AA:: @ 82088AA special sub_81B9D08 compare VAR_RESULT, 0 goto_if 5, SlateportCity_BattleTentLobby_EventScript_2087E9 - special copy_player_party_to_sav1 + special SavePlayerParty msgbox SlateportCity_BattleTentLobby_Text_2C5810, 4 SlateportCity_BattleTentLobby_EventScript_2088CA:: @ 82088CA @@ -228,7 +228,7 @@ SlateportCity_BattleTentLobby_EventScript_208A14:: @ 8208A14 goto SlateportCity_BattleTentLobby_EventScript_208A2E SlateportCity_BattleTentLobby_EventScript_208A2B:: @ 8208A2B - special copy_player_party_from_sav1 + special LoadPlayerParty SlateportCity_BattleTentLobby_EventScript_208A2E:: @ 8208A2E msgbox SlateportCity_BattleTentLobby_Text_2C5AA5, 4 diff --git a/data/scripts/maps/SootopolisCity_MysteryEventsHouse_1F.inc b/data/scripts/maps/SootopolisCity_MysteryEventsHouse_1F.inc index 019bdce10..eaca36e59 100644 --- a/data/scripts/maps/SootopolisCity_MysteryEventsHouse_1F.inc +++ b/data/scripts/maps/SootopolisCity_MysteryEventsHouse_1F.inc @@ -45,7 +45,7 @@ SootopolisCity_MysteryEventsHouse_1F_EventScript_2279B7:: @ 82279B7 call_if 1, SootopolisCity_MysteryEventsHouse_1F_EventScript_227A0D compare VAR_0x40C0, 3 call_if 1, SootopolisCity_MysteryEventsHouse_1F_EventScript_227A16 - special copy_player_party_from_sav1 + special LoadPlayerParty setvar VAR_0x40C0, 0 releaseall end @@ -90,7 +90,7 @@ SootopolisCity_MysteryEventsHouse_1F_EventScript_227A4E:: @ 8227A4E end SootopolisCity_MysteryEventsHouse_1F_EventScript_227A58:: @ 8227A58 - special copy_player_party_to_sav1 + special SavePlayerParty special sub_8139238 msgbox SootopolisCity_MysteryEventsHouse_1F_Text_227BFC, 5 compare VAR_RESULT, 0 @@ -101,11 +101,11 @@ SootopolisCity_MysteryEventsHouse_1F_EventScript_227A58:: @ 8227A58 msgbox SootopolisCity_MysteryEventsHouse_1F_Text_227CEB, 5 compare VAR_RESULT, 0 goto_eq SootopolisCity_MysteryEventsHouse_1F_EventScript_227AE2 - special copy_player_party_from_sav1 + special LoadPlayerParty call SootopolisCity_MysteryEventsHouse_1F_EventScript_27134F compare VAR_RESULT, 0 goto_eq SootopolisCity_MysteryEventsHouse_1F_EventScript_227AE2 - special copy_player_party_to_sav1 + special SavePlayerParty special sub_80F94E8 msgbox SootopolisCity_MysteryEventsHouse_1F_Text_227D21, 4 closemessage @@ -121,7 +121,7 @@ SootopolisCity_MysteryEventsHouse_1F_EventScript_227A58:: @ 8227A58 end SootopolisCity_MysteryEventsHouse_1F_EventScript_227AE2:: @ 8227AE2 - special copy_player_party_from_sav1 + special LoadPlayerParty msgbox SootopolisCity_MysteryEventsHouse_1F_Text_227C44, 4 release end diff --git a/data/scripts/maps/SootopolisCity_MysteryEventsHouse_B1F.inc b/data/scripts/maps/SootopolisCity_MysteryEventsHouse_B1F.inc index 78c7303ae..0dec00967 100644 --- a/data/scripts/maps/SootopolisCity_MysteryEventsHouse_B1F.inc +++ b/data/scripts/maps/SootopolisCity_MysteryEventsHouse_B1F.inc @@ -32,7 +32,7 @@ SootopolisCity_MysteryEventsHouse_B1F_EventScript_227E68:: @ 8227E68 special HealPlayerParty applymovement 255, SootopolisCity_MysteryEventsHouse_B1F_Movement_227EF9 waitmovement 0 - special copy_player_party_from_sav1 + special LoadPlayerParty setvar VAR_0x4001, 1 warp SOOTOPOLIS_CITY_MYSTERY_EVENTS_HOUSE_1F, 255, 3, 1 waitstate diff --git a/data/scripts/maps/VerdanturfTown_BattleTentBattleRoom.inc b/data/scripts/maps/VerdanturfTown_BattleTentBattleRoom.inc index b673e959b..ad2749ba8 100644 --- a/data/scripts/maps/VerdanturfTown_BattleTentBattleRoom.inc +++ b/data/scripts/maps/VerdanturfTown_BattleTentBattleRoom.inc @@ -59,7 +59,7 @@ VerdanturfTown_BattleTentBattleRoom_EventScript_2023AA:: @ 82023AA setvar VAR_0x8005, 0 setvar VAR_0x8006, 4 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty warp VERDANTURF_TOWN_BATTLE_TENT_LOBBY, 255, 6, 6 waitstate @@ -81,8 +81,8 @@ VerdanturfTown_BattleTentBattleRoom_EventScript_2023C8:: @ 82023C8 applymovement 1, VerdanturfTown_BattleTentBattleRoom_Movement_2725A6 waitmovement 0 msgbox VerdanturfTown_BattleTentBattleRoom_Text_24FF00, 4 - special copy_player_party_from_sav1 - special copy_player_party_to_sav1 + special LoadPlayerParty + special SavePlayerParty setvar VAR_0x8004, 3 setvar VAR_0x8005, 3 special sub_81A1780 @@ -132,7 +132,7 @@ VerdanturfTown_BattleTentBattleRoom_EventScript_202501:: @ 8202501 setvar VAR_0x8005, 0 setvar VAR_0x8006, 3 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty warp VERDANTURF_TOWN_BATTLE_TENT_LOBBY, 255, 6, 6 waitstate diff --git a/data/scripts/maps/VerdanturfTown_BattleTentLobby.inc b/data/scripts/maps/VerdanturfTown_BattleTentLobby.inc index a7f496820..6f1624a2d 100644 --- a/data/scripts/maps/VerdanturfTown_BattleTentLobby.inc +++ b/data/scripts/maps/VerdanturfTown_BattleTentLobby.inc @@ -135,7 +135,7 @@ VerdanturfTown_BattleTentLobby_EventScript_201873:: @ 8201873 special sub_81B99B4 compare VAR_RESULT, 0 goto_if 5, VerdanturfTown_BattleTentLobby_EventScript_2017EE - special copy_player_party_to_sav1 + special SavePlayerParty msgbox VerdanturfTown_BattleTentLobby_Text_2C50C3, 4 VerdanturfTown_BattleTentLobby_EventScript_201893:: @ 8201893 @@ -189,7 +189,7 @@ VerdanturfTown_BattleTentLobby_EventScript_201954:: @ 8201954 setvar VAR_0x8005, 3 setvar VAR_0x8006, 0 special sub_81A1780 - special copy_player_party_from_sav1 + special LoadPlayerParty closemessage delay 2 call VerdanturfTown_BattleTentLobby_EventScript_27134F @@ -198,7 +198,7 @@ VerdanturfTown_BattleTentLobby_EventScript_201954:: @ 8201954 goto_eq VerdanturfTown_BattleTentLobby_EventScript_201A1D VerdanturfTown_BattleTentLobby_EventScript_2019AE:: @ 82019AE - special copy_player_party_to_sav1 + special SavePlayerParty setvar VAR_0x8004, 3 setvar VAR_0x8005, 3 special sub_81A1780 @@ -235,7 +235,7 @@ VerdanturfTown_BattleTentLobby_EventScript_201A1D:: @ 8201A1D goto VerdanturfTown_BattleTentLobby_EventScript_201A37 VerdanturfTown_BattleTentLobby_EventScript_201A34:: @ 8201A34 - special copy_player_party_from_sav1 + special LoadPlayerParty VerdanturfTown_BattleTentLobby_EventScript_201A37:: @ 8201A37 msgbox VerdanturfTown_BattleTentLobby_Text_2C539A, 4 diff --git a/data/specials.inc b/data/specials.inc index 91580fa96..04867ee66 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -48,8 +48,8 @@ gSpecials:: @ 81DBA64 def_special sub_80B2FD8 def_special GetLinkPartnerNames def_special SpawnLinkPartnerFieldObject - def_special copy_player_party_to_sav1 - def_special copy_player_party_from_sav1 + def_special SavePlayerParty + def_special LoadPlayerParty def_special sub_80F9438 def_special sp02A_crash_sound def_special FieldObjectInteractionGetBerryTreeData @@ -341,7 +341,7 @@ gSpecials:: @ 81DBA64 def_special sub_81B98DC def_special nullsub_54 def_special sub_80E9B70 - def_special copy_bags_and_unk_data_from_save_blocks + def_special LoadPlayerBag def_special sub_80B05B4 def_special sub_8139754 def_special sub_813970C -- cgit v1.2.3 From f9a2f6c4a2bd8ce60d2c7a720eddf5cdde7446a9 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Tue, 1 May 2018 12:38:55 +0200 Subject: start decompiling battle records --- data/battle_records.s | 37 ------------------------------------- data/scripts/cable_club.inc | 2 +- data/specials.inc | 2 +- 3 files changed, 2 insertions(+), 39 deletions(-) delete mode 100644 data/battle_records.s (limited to 'data') diff --git a/data/battle_records.s b/data/battle_records.s deleted file mode 100644 index 86dc9d8b9..000000000 --- a/data/battle_records.s +++ /dev/null @@ -1,37 +0,0 @@ - - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - - .align 2 -gUnknown_085B3484:: @ 85B3484 - .incbin "graphics/unknown/unknown_5B3484.4bpp" - - .align 2 -gUnknown_085B3544:: @ 85B3544 - .incbin "graphics/unknown/unknown_5B3484.gbapal" - - .align 2 -gUnknown_085B3564:: @ 85B3564 - .incbin "graphics/unknown/unknown_5B3564.bin" - - .align 2 -gUnknown_085B3D64:: @ 85B3D64 - .4byte 0x000001f0, 0x000031e7 - - .align 2 -gUnknown_085B3D6C:: @ 85B3D6C - window_template 0x00, 0x02, 0x01, 0x1a, 0x12, 0x0f, 0x0014 - null_window_template - - .align 2 -gUnknown_085B3D7C:: @ 85B3D7C - window_template 0x00, 0x02, 0x01, 0x1a, 0x11, 0x0f, 0x0001 - -gUnknown_085B3D84:: @ 85B3D84 - .string "-------$" - -gUnknown_085B3D8C:: @ 85B3D8C - .string "----$" - diff --git a/data/scripts/cable_club.inc b/data/scripts/cable_club.inc index e5b330bf3..870e4e305 100644 --- a/data/scripts/cable_club.inc +++ b/data/scripts/cable_club.inc @@ -787,7 +787,7 @@ MossdeepCity_GameCorner_1F_Movement_277360: @ 8277360 gUnknown_08277365:: @ 8277365 lockall setvar VAR_0x8004, 0 - special sub_813C4BC + special ShowLinkBattleRecords waitbuttonpress special sub_813C5A0 releaseall diff --git a/data/specials.inc b/data/specials.inc index 2290c9d21..366413eaf 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -207,7 +207,7 @@ gSpecials:: @ 81DBA64 def_special ScriptHatchMon def_special EggHatch def_special sub_8071614 - def_special sub_813C4BC + def_special ShowLinkBattleRecords def_special IsEnoughForCostInVar0x8005 def_special SubtractMoneyFromVar0x8005 def_special sub_80F972C -- cgit v1.2.3 From ae7878672379cf8bc1e071c3cc392696785ac3e6 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Tue, 1 May 2018 15:33:13 +0200 Subject: identify and name battle records things --- data/scripts/cable_club.inc | 2 +- data/scripts/maps/BattleFrontier_BattleArenaLobby.inc | 2 +- data/scripts/maps/BattleFrontier_BattleDomeLobby.inc | 4 ++-- data/scripts/maps/BattleFrontier_BattleFactoryLobby.inc | 4 ++-- data/scripts/maps/BattleFrontier_BattlePalaceLobby.inc | 4 ++-- data/scripts/maps/BattleFrontier_BattlePikeLobby.inc | 2 +- data/scripts/maps/BattleFrontier_BattlePyramidLobby.inc | 2 +- data/scripts/maps/BattleFrontier_BattleTowerLobby.inc | 8 ++++---- data/scripts/maps/BattleFrontier_RankingHall.inc | 2 +- data/scripts/maps/LilycoveCity_ContestLobby.inc | 4 ++-- data/scripts/maps/TrainerHill_Entrance.inc | 2 +- data/specials.inc | 4 ++-- 12 files changed, 20 insertions(+), 20 deletions(-) (limited to 'data') diff --git a/data/scripts/cable_club.inc b/data/scripts/cable_club.inc index 870e4e305..499766dc3 100644 --- a/data/scripts/cable_club.inc +++ b/data/scripts/cable_club.inc @@ -789,7 +789,7 @@ gUnknown_08277365:: @ 8277365 setvar VAR_0x8004, 0 special ShowLinkBattleRecords waitbuttonpress - special sub_813C5A0 + special RemoveRecordsWindow releaseall end diff --git a/data/scripts/maps/BattleFrontier_BattleArenaLobby.inc b/data/scripts/maps/BattleFrontier_BattleArenaLobby.inc index 303a2c4c9..fb61415e4 100644 --- a/data/scripts/maps/BattleFrontier_BattleArenaLobby.inc +++ b/data/scripts/maps/BattleFrontier_BattleArenaLobby.inc @@ -348,7 +348,7 @@ BattleFrontier_BattleArenaLobby_EventScript_256092:: @ 8256092 setvar VAR_0x8005, 3 special sub_81A1780 waitbuttonpress - special sub_813C5A0 + special RemoveRecordsWindow releaseall end diff --git a/data/scripts/maps/BattleFrontier_BattleDomeLobby.inc b/data/scripts/maps/BattleFrontier_BattleDomeLobby.inc index 33b5654d0..79a8284e3 100644 --- a/data/scripts/maps/BattleFrontier_BattleDomeLobby.inc +++ b/data/scripts/maps/BattleFrontier_BattleDomeLobby.inc @@ -415,7 +415,7 @@ BattleFrontier_BattleDomeLobby_EventScript_249D52:: @ 8249D52 setvar VAR_0x8006, 0 special sub_81A1780 waitbuttonpress - special sub_813C5A0 + special RemoveRecordsWindow releaseall end @@ -426,7 +426,7 @@ BattleFrontier_BattleDomeLobby_EventScript_249D6B:: @ 8249D6B setvar VAR_0x8006, 1 special sub_81A1780 waitbuttonpress - special sub_813C5A0 + special RemoveRecordsWindow releaseall end diff --git a/data/scripts/maps/BattleFrontier_BattleFactoryLobby.inc b/data/scripts/maps/BattleFrontier_BattleFactoryLobby.inc index 791a666d5..bfa6d6793 100644 --- a/data/scripts/maps/BattleFrontier_BattleFactoryLobby.inc +++ b/data/scripts/maps/BattleFrontier_BattleFactoryLobby.inc @@ -305,7 +305,7 @@ BattleFrontier_BattleFactoryLobby_EventScript_2587E1:: @ 82587E1 setvar VAR_0x8006, 0 special sub_81A1780 waitbuttonpress - special sub_813C5A0 + special RemoveRecordsWindow releaseall end @@ -316,7 +316,7 @@ BattleFrontier_BattleFactoryLobby_EventScript_2587FA:: @ 82587FA setvar VAR_0x8006, 1 special sub_81A1780 waitbuttonpress - special sub_813C5A0 + special RemoveRecordsWindow releaseall end diff --git a/data/scripts/maps/BattleFrontier_BattlePalaceLobby.inc b/data/scripts/maps/BattleFrontier_BattlePalaceLobby.inc index 2e0f152b4..175d7325b 100644 --- a/data/scripts/maps/BattleFrontier_BattlePalaceLobby.inc +++ b/data/scripts/maps/BattleFrontier_BattlePalaceLobby.inc @@ -366,7 +366,7 @@ BattleFrontier_BattlePalaceLobby_EventScript_24DC50:: @ 824DC50 setvar VAR_0x8006, 0 special sub_81A1780 waitbuttonpress - special sub_813C5A0 + special RemoveRecordsWindow releaseall end @@ -377,7 +377,7 @@ BattleFrontier_BattlePalaceLobby_EventScript_24DC69:: @ 824DC69 setvar VAR_0x8006, 1 special sub_81A1780 waitbuttonpress - special sub_813C5A0 + special RemoveRecordsWindow releaseall end diff --git a/data/scripts/maps/BattleFrontier_BattlePikeLobby.inc b/data/scripts/maps/BattleFrontier_BattlePikeLobby.inc index 40b5e437f..9e2964071 100644 --- a/data/scripts/maps/BattleFrontier_BattlePikeLobby.inc +++ b/data/scripts/maps/BattleFrontier_BattlePikeLobby.inc @@ -257,7 +257,7 @@ BattleFrontier_BattlePikeLobby_EventScript_25BA80:: @ 825BA80 setvar VAR_0x8005, 5 special sub_81A1780 waitbuttonpress - special sub_813C5A0 + special RemoveRecordsWindow releaseall end diff --git a/data/scripts/maps/BattleFrontier_BattlePyramidLobby.inc b/data/scripts/maps/BattleFrontier_BattlePyramidLobby.inc index 9455479a7..e06a4f00f 100644 --- a/data/scripts/maps/BattleFrontier_BattlePyramidLobby.inc +++ b/data/scripts/maps/BattleFrontier_BattlePyramidLobby.inc @@ -428,7 +428,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_250D42:: @ 8250D42 setvar VAR_0x8005, 6 special sub_81A1780 waitbuttonpress - special sub_813C5A0 + special RemoveRecordsWindow releaseall end diff --git a/data/scripts/maps/BattleFrontier_BattleTowerLobby.inc b/data/scripts/maps/BattleFrontier_BattleTowerLobby.inc index def3dd122..8675df345 100644 --- a/data/scripts/maps/BattleFrontier_BattleTowerLobby.inc +++ b/data/scripts/maps/BattleFrontier_BattleTowerLobby.inc @@ -636,7 +636,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EFC7:: @ 823EFC7 setvar VAR_0x8006, 0 special sub_81A1780 waitbuttonpress - special sub_813C5A0 + special RemoveRecordsWindow releaseall end @@ -647,7 +647,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EFE0:: @ 823EFE0 setvar VAR_0x8006, 1 special sub_81A1780 waitbuttonpress - special sub_813C5A0 + special RemoveRecordsWindow releaseall end @@ -658,7 +658,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EFF9:: @ 823EFF9 setvar VAR_0x8006, 2 special sub_81A1780 waitbuttonpress - special sub_813C5A0 + special RemoveRecordsWindow releaseall end @@ -669,7 +669,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23F012:: @ 823F012 setvar VAR_0x8006, 3 special sub_81A1780 waitbuttonpress - special sub_813C5A0 + special RemoveRecordsWindow releaseall end diff --git a/data/scripts/maps/BattleFrontier_RankingHall.inc b/data/scripts/maps/BattleFrontier_RankingHall.inc index b13bfe343..e469024e9 100644 --- a/data/scripts/maps/BattleFrontier_RankingHall.inc +++ b/data/scripts/maps/BattleFrontier_RankingHall.inc @@ -66,7 +66,7 @@ BattleFrontier_RankingHall_EventScript_25E522:: @ 825E522 waitbuttonpress special sub_81A4AE8 waitbuttonpress - special sub_813C5A0 + special RemoveRecordsWindow releaseall end diff --git a/data/scripts/maps/LilycoveCity_ContestLobby.inc b/data/scripts/maps/LilycoveCity_ContestLobby.inc index beb96e171..4a7279fb2 100644 --- a/data/scripts/maps/LilycoveCity_ContestLobby.inc +++ b/data/scripts/maps/LilycoveCity_ContestLobby.inc @@ -554,7 +554,7 @@ LilycoveCity_ContestLobby_EventScript_21A77A:: @ 821A77A lockall special ShowBerryBlenderRecordWindow waitbuttonpress - special sub_813C5A0 + special RemoveRecordsWindow releaseall end @@ -564,7 +564,7 @@ LilycoveCity_ContestLobby_EventScript_21A784:: @ 821A784 setvar VAR_0x8005, 7 special sub_81A1780 waitbuttonpress - special sub_813C5A0 + special RemoveRecordsWindow releaseall end diff --git a/data/scripts/maps/TrainerHill_Entrance.inc b/data/scripts/maps/TrainerHill_Entrance.inc index 77b67fb14..eb12efb4b 100644 --- a/data/scripts/maps/TrainerHill_Entrance.inc +++ b/data/scripts/maps/TrainerHill_Entrance.inc @@ -236,7 +236,7 @@ TrainerHill_Entrance_Movement_268385: @ 8268385 TrainerHill_Entrance_EventScript_268388:: @ 8268388 lockall fadescreen 1 - special sub_813C904 + special ShowTrainerHillRecords waitstate releaseall end diff --git a/data/specials.inc b/data/specials.inc index 366413eaf..d598b021a 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -526,12 +526,12 @@ gSpecials:: @ 81DBA64 def_special sub_8139ED0 def_special sub_813B968 def_special sub_80F8B94 - def_special sub_813C904 + def_special ShowTrainerHillRecords def_special sub_80B4808 def_special sub_813B9A0 def_special sub_81B9918 def_special sub_80722E0 def_special sub_80B45D0 - def_special sub_813C5A0 + def_special RemoveRecordsWindow def_special sub_8139C10 def_special sub_80B3BC4 -- cgit v1.2.3 From 4acbcf5759cb2d5453631dd104e3a845931df66c Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 1 May 2018 15:19:24 -0400 Subject: Port trader from Ruby --- data/scripts/mauville_man.inc | 12 ++++++------ data/specials.inc | 12 ++++++------ data/trader.s | 22 ---------------------- 3 files changed, 12 insertions(+), 34 deletions(-) delete mode 100644 data/trader.s (limited to 'data') diff --git a/data/scripts/mauville_man.inc b/data/scripts/mauville_man.inc index 2e00ee702..917e2cf89 100644 --- a/data/scripts/mauville_man.inc +++ b/data/scripts/mauville_man.inc @@ -157,7 +157,7 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E4D4:: @ 828E4D4 msgbox MauvilleCity_PokemonCenter_1F_Text_28E1B1, 5 compare VAR_RESULT, 0 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E503 - special sub_8133CD8 + special ScrSpecial_GetTraderTradedFlag compare VAR_RESULT, 1 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E50D message MauvilleCity_PokemonCenter_1F_Text_28E23F @@ -176,7 +176,7 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E50D:: @ 828E50D end MauvilleCity_PokemonCenter_1F_EventScript_28E517:: @ 828E517 - special sub_8133EC0 + special ScrSpecial_TraderMenuGetDecoration waitstate compare VAR_0x8004, 0 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E558 @@ -185,7 +185,7 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E517:: @ 828E517 msgbox MauvilleCity_PokemonCenter_1F_Text_28E2A9, 5 compare VAR_RESULT, 0 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E56E - special sub_8133CF4 + special ScrSpecial_DoesPlayerHaveNoDecorations compare VAR_RESULT, 1 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E57A goto MauvilleCity_PokemonCenter_1F_EventScript_28E584 @@ -215,19 +215,19 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E57A:: @ 828E57A MauvilleCity_PokemonCenter_1F_EventScript_28E584:: @ 828E584 msgbox MauvilleCity_PokemonCenter_1F_Text_28E323, 4 - special sub_8133D8C + special ScrSpecial_TraderMenuGiveDecoration waitstate compare VAR_0x8006, 0 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E5D4 compare VAR_0x8006, 65535 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E5DE - special sub_8133D2C + special ScrSpecial_IsDecorationFull compare VAR_RESULT, 1 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E5EC msgbox MauvilleCity_PokemonCenter_1F_Text_28E3C4, 5 compare VAR_RESULT, 0 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E584 - special sub_8133E38 + special ScrSpecial_TraderDoDecorationTrade msgbox MauvilleCity_PokemonCenter_1F_Text_28E424, 4 release end diff --git a/data/specials.inc b/data/specials.inc index 2290c9d21..7b79e21d9 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -124,12 +124,12 @@ gSpecials:: @ 81DBA64 def_special sub_81213D8 def_special sub_8121450 def_special sub_8121424 - def_special sub_8133EC0 - def_special sub_8133CD8 - def_special sub_8133CF4 - def_special sub_8133D2C - def_special sub_8133D8C - def_special sub_8133E38 + def_special ScrSpecial_TraderMenuGetDecoration + def_special ScrSpecial_GetTraderTradedFlag + def_special ScrSpecial_DoesPlayerHaveNoDecorations + def_special ScrSpecial_IsDecorationFull + def_special ScrSpecial_TraderMenuGiveDecoration + def_special ScrSpecial_TraderDoDecorationTrade def_special GetSeedotSizeRecordInfo def_special CompareSeedotSize def_special GetLotadSizeRecordInfo diff --git a/data/trader.s b/data/trader.s deleted file mode 100644 index 1fe929ae7..000000000 --- a/data/trader.s +++ /dev/null @@ -1,22 +0,0 @@ - - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - - .align 2 -gUnknown_085B09E4:: @ 85B09E4 - .4byte gText_Tristan - .4byte gText_Philip - .4byte gText_Dennis - .4byte gText_Roberto - - .align 2 -gUnknown_085B09F4:: @ 85B09F4 - .byte 0x5b, 0x6b, 0x25, 0x15 - - .align 2 -gUnknown_085B09F8:: @ 85B09F8 - .4byte 0x0a010100, 0x00010f0a - - -- cgit v1.2.3 From 21c3e7e8e5555af964f7419aa9213446eaa421d6 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 2 May 2018 11:31:58 -0400 Subject: through SetMauvilleOldMan --- data/mauville_old_man.s | 3 --- 1 file changed, 3 deletions(-) (limited to 'data') diff --git a/data/mauville_old_man.s b/data/mauville_old_man.s index c1b4dd1be..0eee9698a 100644 --- a/data/mauville_old_man.s +++ b/data/mauville_old_man.s @@ -4,9 +4,6 @@ .section .rodata .align 2, 0 -gUnknown_0859EFE4:: @ 859EFE4 - .2byte 0x2811, 0x1029, 0x1018, 0xE0D, 0x1A1A, 0x1A1D - gUnknown_0859EFF0:: @ 859EFF0 .4byte gText_SoPretty .4byte gText_SoDarling -- cgit v1.2.3 From cae0fb8ec277adc4a7a6a27d1bbfa5aff8c49239 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 2 May 2018 16:57:34 -0400 Subject: through sub_81203FC --- data/event_scripts.s | 4 ++-- data/mauville_old_man.s | 20 -------------------- 2 files changed, 2 insertions(+), 22 deletions(-) (limited to 'data') diff --git a/data/event_scripts.s b/data/event_scripts.s index 25b0c7b52..c2906e649 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -5887,10 +5887,10 @@ gText_SoAmusing:: @ 82942E3 gText_SoMagical:: @ 82942F0 .string " so magical!$" -gUnknown_082942FD:: @ 82942FD +gOtherText_Is:: @ 82942FD .string " is$" -gUnknown_08294301:: @ 8294301 +gOtherText_DontYouAgree:: @ 8294301 .string "\n" .string "Don’t you agree?$" diff --git a/data/mauville_old_man.s b/data/mauville_old_man.s index 0eee9698a..ae39505ef 100644 --- a/data/mauville_old_man.s +++ b/data/mauville_old_man.s @@ -4,26 +4,6 @@ .section .rodata .align 2, 0 -gUnknown_0859EFF0:: @ 859EFF0 - .4byte gText_SoPretty - .4byte gText_SoDarling - .4byte gText_SoRelaxed - .4byte gText_SoSunny - .4byte gText_SoDesirable - .4byte gText_SoExciting - .4byte gText_SoAmusing - .4byte gText_SoMagical - -gUnknown_0859F010:: @ 859F010 - .4byte gUnknown_08294313 - .4byte gUnknown_08294359 - .4byte gUnknown_08294398 - .4byte gUnknown_082943DA - .4byte gUnknown_0829441C - .4byte gUnknown_08294460 - .4byte gUnknown_082944A0 - .4byte gUnknown_082944D5 - gUnknown_0859F030:: @ 859F030 .4byte 0, 12, 13, 18, 19, 21 -- cgit v1.2.3 From 0bc7759f9b2ee1e8b442d2b7cc9da44bb146e765 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 3 May 2018 13:40:08 -0400 Subject: through sub_8120748 --- data/mauville_old_man.s | 3 --- 1 file changed, 3 deletions(-) (limited to 'data') diff --git a/data/mauville_old_man.s b/data/mauville_old_man.s index ae39505ef..f58909390 100644 --- a/data/mauville_old_man.s +++ b/data/mauville_old_man.s @@ -4,9 +4,6 @@ .section .rodata .align 2, 0 -gUnknown_0859F030:: @ 859F030 - .4byte 0, 12, 13, 18, 19, 21 - gUnknown_0859F048:: @ 859F048 .4byte 0x00000132, MauvilleCity_PokemonCenter_1F_Text_28E930, MauvilleCity_PokemonCenter_1F_Text_28E947, MauvilleCity_PokemonCenter_1F_Text_28E956, 0x00000102, MauvilleCity_PokemonCenter_1F_Text_28E9D7, MauvilleCity_PokemonCenter_1F_Text_28E9EF, MauvilleCity_PokemonCenter_1F_Text_28E9FE .4byte 0x00000103, MauvilleCity_PokemonCenter_1F_Text_28EA7D, MauvilleCity_PokemonCenter_1F_Text_28EA98, MauvilleCity_PokemonCenter_1F_Text_28EAA8, 0x00000104, MauvilleCity_PokemonCenter_1F_Text_28EB19, MauvilleCity_PokemonCenter_1F_Text_28EB31, MauvilleCity_PokemonCenter_1F_Text_28EB3E -- cgit v1.2.3 From c6115a2fec2955803e65eedf5e8de1b8a134c188 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 3 May 2018 17:03:52 -0400 Subject: through sub_8120C0C --- data/mauville_old_man.s | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'data') diff --git a/data/mauville_old_man.s b/data/mauville_old_man.s index f58909390..fe7056541 100644 --- a/data/mauville_old_man.s +++ b/data/mauville_old_man.s @@ -4,29 +4,5 @@ .section .rodata .align 2, 0 -gUnknown_0859F048:: @ 859F048 - .4byte 0x00000132, MauvilleCity_PokemonCenter_1F_Text_28E930, MauvilleCity_PokemonCenter_1F_Text_28E947, MauvilleCity_PokemonCenter_1F_Text_28E956, 0x00000102, MauvilleCity_PokemonCenter_1F_Text_28E9D7, MauvilleCity_PokemonCenter_1F_Text_28E9EF, MauvilleCity_PokemonCenter_1F_Text_28E9FE - .4byte 0x00000103, MauvilleCity_PokemonCenter_1F_Text_28EA7D, MauvilleCity_PokemonCenter_1F_Text_28EA98, MauvilleCity_PokemonCenter_1F_Text_28EAA8, 0x00000104, MauvilleCity_PokemonCenter_1F_Text_28EB19, MauvilleCity_PokemonCenter_1F_Text_28EB31, MauvilleCity_PokemonCenter_1F_Text_28EB3E - .4byte 0x00000106, MauvilleCity_PokemonCenter_1F_Text_28EBB5, MauvilleCity_PokemonCenter_1F_Text_28EBCD, MauvilleCity_PokemonCenter_1F_Text_28EBDD, 0x00000109, MauvilleCity_PokemonCenter_1F_Text_28EC60, MauvilleCity_PokemonCenter_1F_Text_28EC79, MauvilleCity_PokemonCenter_1F_Text_28EC81 - .4byte 0x0000010b, MauvilleCity_PokemonCenter_1F_Text_28ED04, MauvilleCity_PokemonCenter_1F_Text_28ED21, MauvilleCity_PokemonCenter_1F_Text_28ED30, 0x0000010c, MauvilleCity_PokemonCenter_1F_Text_28EDA1, MauvilleCity_PokemonCenter_1F_Text_28EDB5, MauvilleCity_PokemonCenter_1F_Text_28EDCF - .4byte 0x0000010d, MauvilleCity_PokemonCenter_1F_Text_28EE45, MauvilleCity_PokemonCenter_1F_Text_28EE5D, MauvilleCity_PokemonCenter_1F_Text_28EE6A, 0x0000010e, MauvilleCity_PokemonCenter_1F_Text_28EEDD, MauvilleCity_PokemonCenter_1F_Text_28EEF1, MauvilleCity_PokemonCenter_1F_Text_28EF01 - .4byte 0x0000010f, MauvilleCity_PokemonCenter_1F_Text_28EF73, MauvilleCity_PokemonCenter_1F_Text_28EF95, MauvilleCity_PokemonCenter_1F_Text_28EFAA, 0x00000110, MauvilleCity_PokemonCenter_1F_Text_28F045, MauvilleCity_PokemonCenter_1F_Text_28F05A, MauvilleCity_PokemonCenter_1F_Text_28F071 - .4byte 0x00000111, MauvilleCity_PokemonCenter_1F_Text_28F0F3, MauvilleCity_PokemonCenter_1F_Text_28F10D, MauvilleCity_PokemonCenter_1F_Text_28F125, 0x00000112, MauvilleCity_PokemonCenter_1F_Text_28F1BE, MauvilleCity_PokemonCenter_1F_Text_28F1D5, MauvilleCity_PokemonCenter_1F_Text_28F1DE - .4byte 0x00000113, MauvilleCity_PokemonCenter_1F_Text_28F24F, MauvilleCity_PokemonCenter_1F_Text_28F269, MauvilleCity_PokemonCenter_1F_Text_28F277, 0x00000114, MauvilleCity_PokemonCenter_1F_Text_28F2FC, MauvilleCity_PokemonCenter_1F_Text_28F314, MauvilleCity_PokemonCenter_1F_Text_28F32A - .4byte 0x0000011a, MauvilleCity_PokemonCenter_1F_Text_28F3AD, MauvilleCity_PokemonCenter_1F_Text_28F3C6, MauvilleCity_PokemonCenter_1F_Text_28F3D2, 0x0000011b, MauvilleCity_PokemonCenter_1F_Text_28F44B, MauvilleCity_PokemonCenter_1F_Text_28F461, MauvilleCity_PokemonCenter_1F_Text_28F47C - .4byte 0x0000011c, MauvilleCity_PokemonCenter_1F_Text_28F50C, MauvilleCity_PokemonCenter_1F_Text_28F51B, MauvilleCity_PokemonCenter_1F_Text_28F538, 0x0000021d, MauvilleCity_PokemonCenter_1F_Text_28F5BE, MauvilleCity_PokemonCenter_1F_Text_28F5D1, MauvilleCity_PokemonCenter_1F_Text_28F5F2 - .4byte 0x0000011e, MauvilleCity_PokemonCenter_1F_Text_28F678, MauvilleCity_PokemonCenter_1F_Text_28F694, MauvilleCity_PokemonCenter_1F_Text_28F6B4, 0x00000121, MauvilleCity_PokemonCenter_1F_Text_28F751, MauvilleCity_PokemonCenter_1F_Text_28F76A, MauvilleCity_PokemonCenter_1F_Text_28F776 - .4byte 0x00000124, MauvilleCity_PokemonCenter_1F_Text_28F7F6, MauvilleCity_PokemonCenter_1F_Text_28F811, MauvilleCity_PokemonCenter_1F_Text_28F822, 0x00000125, MauvilleCity_PokemonCenter_1F_Text_28F89C, MauvilleCity_PokemonCenter_1F_Text_28F8AF, MauvilleCity_PokemonCenter_1F_Text_28F8BC - .4byte 0x00000126, MauvilleCity_PokemonCenter_1F_Text_28F92F, MauvilleCity_PokemonCenter_1F_Text_28F941, MauvilleCity_PokemonCenter_1F_Text_28F949, 0x00000127, MauvilleCity_PokemonCenter_1F_Text_28F9D1, MauvilleCity_PokemonCenter_1F_Text_28F9EA, MauvilleCity_PokemonCenter_1F_Text_28F9FD - .4byte 0x00000128, MauvilleCity_PokemonCenter_1F_Text_28FA81, MauvilleCity_PokemonCenter_1F_Text_28FA99, MauvilleCity_PokemonCenter_1F_Text_28FAA7, 0x00000129, MauvilleCity_PokemonCenter_1F_Text_28FB1D, MauvilleCity_PokemonCenter_1F_Text_28FB35, MauvilleCity_PokemonCenter_1F_Text_28FB47 - .4byte 0x0000012a, MauvilleCity_PokemonCenter_1F_Text_28FBC4, MauvilleCity_PokemonCenter_1F_Text_28FBD9, MauvilleCity_PokemonCenter_1F_Text_28FBEA, 0x0000012b, MauvilleCity_PokemonCenter_1F_Text_28FC6B, MauvilleCity_PokemonCenter_1F_Text_28FC85, MauvilleCity_PokemonCenter_1F_Text_28FC98 - .4byte 0x0000012c, MauvilleCity_PokemonCenter_1F_Text_28FD1D, MauvilleCity_PokemonCenter_1F_Text_28FD35, MauvilleCity_PokemonCenter_1F_Text_28FD40, 0x0000012d, MauvilleCity_PokemonCenter_1F_Text_28FDA2, MauvilleCity_PokemonCenter_1F_Text_28FDBD, MauvilleCity_PokemonCenter_1F_Text_28FDCE - .4byte 0x0000012e, MauvilleCity_PokemonCenter_1F_Text_28FE57, MauvilleCity_PokemonCenter_1F_Text_28FE72, MauvilleCity_PokemonCenter_1F_Text_28FE88, 0x0000012f, MauvilleCity_PokemonCenter_1F_Text_28FF0C, MauvilleCity_PokemonCenter_1F_Text_28FF27, MauvilleCity_PokemonCenter_1F_Text_28FF44 - .4byte 0x00000130, MauvilleCity_PokemonCenter_1F_Text_28FFDD, MauvilleCity_PokemonCenter_1F_Text_28FFFA, MauvilleCity_PokemonCenter_1F_Text_29000D - - -gUnknown_0859F278:: @ 859F278 - .4byte 0x00000131, MauvilleCity_PokemonCenter_1F_Text_290097, MauvilleCity_PokemonCenter_1F_Text_2900B5, MauvilleCity_PokemonCenter_1F_Text_2900CB - gUnknown_0859F288:: @ 859F288 .4byte 0x00000024, 0x00000008 -- cgit v1.2.3 From 8aa462cd747ab3c3127401aa8905d0bdd5e2a1f4 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 3 May 2018 18:05:07 -0400 Subject: through sub_8121178 --- data/mauville_old_man.s | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 data/mauville_old_man.s (limited to 'data') diff --git a/data/mauville_old_man.s b/data/mauville_old_man.s deleted file mode 100644 index fe7056541..000000000 --- a/data/mauville_old_man.s +++ /dev/null @@ -1,8 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - .align 2, 0 - -gUnknown_0859F288:: @ 859F288 - .4byte 0x00000024, 0x00000008 -- cgit v1.2.3 From 546217d28124daa204f804469e7d4bc18a048398 Mon Sep 17 00:00:00 2001 From: Slawter666 <38655737+Slawter666@users.noreply.github.com> Date: Sat, 5 May 2018 23:27:26 +0100 Subject: Convert item_graphics.inc to C I have tried to group the items that share the same icon but have different palettes where possible. This commit also splits data/graphics.s into two files. --- data/graphics.s | 1318 ----------------------- data/graphics/items/item_graphics.inc | 1883 --------------------------------- data/graphics2.s | 1316 +++++++++++++++++++++++ 3 files changed, 1316 insertions(+), 3201 deletions(-) delete mode 100644 data/graphics/items/item_graphics.inc create mode 100644 data/graphics2.s (limited to 'data') diff --git a/data/graphics.s b/data/graphics.s index 8527e570d..8fc5924da 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -3869,1321 +3869,3 @@ gRaySceneHushRing_Map:: @ 8DAAF98 .align 2 gRaySceneHushBg_Pal:: @ 8DAAFEC .incbin "graphics/rayquaza_scene/hush_bg.gbapal.lz" - -@ 8DAB058 - .include "data/graphics/items/item_graphics.inc" - -@ 8DB7AA0 - .include "data/graphics/decorations/decoration_graphics.inc" - - .align 2 -gBattleAnimSpritePalette_282:: @ 8E7E7D0 - .incbin "graphics/battle_anims/sprites/282.gbapal.lz" - - .align 2 -gBattleAnimSpriteSheet_282:: @ 8E7E7F8 - .incbin "graphics/battle_anims/sprites/282.4bpp.lz" - - .align 2 -gBattleAnimSpritePalette_270:: @ 8E7E9E0 - .incbin "graphics/battle_anims/sprites/270.gbapal.lz" - - .align 2 -gBattleAnimSpriteSheet_270:: @ 8E7E9FC - .incbin "graphics/battle_anims/sprites/270.4bpp.lz" - - .align 2 -gBattleAnimSpritePalette_271:: @ 8E7EB24 - .incbin "graphics/battle_anims/sprites/271.gbapal.lz" - - .align 2 -gBattleAnimSpriteSheet_271:: @ 8E7EB3C - .incbin "graphics/battle_anims/sprites/271.4bpp.lz" - - .align 2 -gUnknown_08DBA518:: @ 8DBA518 - .incbin "graphics/misc/cable_car_bg.gbapal" - - .align 2 -gCableCar_Pal:: @ 8DBA598 - .incbin "graphics/misc/cable_car.gbapal" - - .align 2 -gUnknown_08DBA5B8:: @ 8DBA5B8 - .incbin "graphics/misc/cable_car_bg.4bpp.lz" - - .align 2 -gCableCar_Gfx:: @ 8DBBF90 - .incbin "graphics/misc/cable_car.4bpp.lz" - - .align 2 -gCableCarDoor_Gfx:: @ 8DBC290 - .incbin "graphics/misc/cable_car_door.4bpp.lz" - - .align 2 -gCableCarCord_Gfx:: @ 8DBC2C0 - .incbin "graphics/misc/cable_car_cord.4bpp.lz" - - .align 2 -gRouletteMenuTiles:: @ 8DBC2E8 - .incbin "graphics/roulette/window.4bpp.lz" - - .align 2 -gRouletteWheelTiles:: - .incbin "graphics/roulette/wheel.8bpp.lz" - - .align 2 -gRouletteCenter_Gfx:: - .incbin "graphics/roulette/center.4bpp.lz" - - .align 2 -gRouletteHeadersTiles:: @ 8E824BC - .incbin "graphics/roulette/headers.4bpp.lz" - - .align 2 -gRouletteCreditTiles:: @ 8E82AE0 - .incbin "graphics/roulette/credit.4bpp.lz" - - .align 2 -gRouletteNumbersTiles:: @ 8E82C30 - .incbin "graphics/roulette/numbers.4bpp.lz" - - .align 2 -gRouletteMultiplierTiles:: @ 8E82D14 - .incbin "graphics/roulette/multiplier.4bpp.lz" - - .align 2 -gMailPalette_Orange:: @ 0x08DBE818 - .incbin "graphics/mail/orange/palette.gbapal" - - .align 2 -gMailPalette_Harbor:: @ 0x08DBE838 - .incbin "graphics/mail/harbor/palette.gbapal" - - .align 2 -gMailPalette_Glitter:: @ 0x08DBE858 - .incbin "graphics/mail/glitter/palette.gbapal" - - .align 2 -gMailPalette_Mech:: @ 0x08DBE878 - .incbin "graphics/mail/mech/palette.gbapal" - - .align 2 -gMailPalette_Wood:: @ 0x08DBE898 - .incbin "graphics/mail/wood/palette.gbapal" - - .align 2 -gMailPalette_Wave:: @ 0x08DBE8B8 - .incbin "graphics/mail/wave/palette.gbapal" - - .align 2 -gMailPalette_Bead:: @ 0x08DBE8D8 - .incbin "graphics/mail/bead/palette.gbapal" - - .align 2 -gMailPalette_Shadow:: @ 0x08DBE8F8 - .incbin "graphics/mail/shadow/palette.gbapal" - - .align 2 -gMailPalette_Tropic:: @ 0x08DBE918 - .incbin "graphics/mail/tropic/palette.gbapal" - - .align 2 -gMailPalette_Dream:: @ 0x08DBE938 - .incbin "graphics/mail/dream/palette.gbapal" - - .align 2 -gMailPalette_Fab:: @ 0x08DBE958 - .incbin "graphics/mail/fab/palette.gbapal" - - .align 2 -gMailPalette_Retro:: @ 0x08DBE978 - .incbin "graphics/mail/retro/palette.gbapal" - - .align 2 -gMailTiles_Orange:: @ 0x08DBE998 - .incbin "graphics/mail/orange/tiles.4bpp.lz" - - .align 2 -gMailTiles_Harbor:: @ 0x08DBEB38 - .incbin "graphics/mail/harbor/tiles.4bpp.lz" - - .align 2 -gMailTiles_Glitter:: @ 0x08DBEC74 - .incbin "graphics/mail/glitter/tiles.4bpp.lz" - - .align 2 -gMailTiles_Mech:: @ 0x08DBEE84 - .incbin "graphics/mail/mech/tiles.4bpp.lz" - - .align 2 -gMailTiles_Wood:: @ 0x08DBEF5C - .incbin "graphics/mail/wood/tiles.4bpp.lz" - - .align 2 -gMailTiles_Wave:: @ 0x08DBF154 - .incbin "graphics/mail/wave/tiles.4bpp.lz" - - .align 2 -gMailTiles_Bead:: @ 0x08DBF2D4 - .incbin "graphics/mail/bead/tiles.4bpp.lz" - - .align 2 -gMailTiles_Shadow:: @ 0x08DBF37C - .incbin "graphics/mail/shadow/tiles.4bpp.lz" - - .align 2 -gMailTiles_Tropic:: @ 0x08DBF50C - .incbin "graphics/mail/tropic/tiles.4bpp.lz" - - .align 2 -gMailTiles_Dream:: @ 0x08DBF64C - .incbin "graphics/mail/dream/tiles.4bpp.lz" - - .align 2 -gMailTiles_Fab:: @ 0x08DBF7B4 - .incbin "graphics/mail/fab/tiles.4bpp.lz" - - .align 2 -gMailTiles_Retro:: @ 0x08DBF904 - .incbin "graphics/mail/retro/tiles.4bpp.lz" - - .align 2 -gMailTilemap_Orange:: @ 0x08DBFBA4 - .incbin "graphics/mail/orange/map.bin.lz" - - .align 2 -gMailTilemap_Harbor:: @ 0x08DBFC7C - .incbin "graphics/mail/harbor/map.bin.lz" - - .align 2 -gMailTilemap_Glitter:: @ 0x08DBFD5C - .incbin "graphics/mail/glitter/map.bin.lz" - - .align 2 -gMailTilemap_Mech:: @ 0x08DBFE68 - .incbin "graphics/mail/mech/map.bin.lz" - - .align 2 -gMailTilemap_Wood:: @ 0x08DBFF44 - .incbin "graphics/mail/wood/map.bin.lz" - - .align 2 -gMailTilemap_Wave:: @ 0x08DC0034 - .incbin "graphics/mail/wave/map.bin.lz" - - .align 2 -gMailTilemap_Bead:: @ 0x08DC0114 - .incbin "graphics/mail/bead/map.bin.lz" - - .align 2 -gMailTilemap_Shadow:: @ 0x08DC01F4 - .incbin "graphics/mail/shadow/map.bin.lz" - - .align 2 -gMailTilemap_Tropic:: @ 0x08DC0300 - .incbin "graphics/mail/tropic/map.bin.lz" - - .align 2 -gMailTilemap_Dream:: @ 0x08DC03F0 - .incbin "graphics/mail/dream/map.bin.lz" - - .align 2 -gMailTilemap_Fab:: @ 0x08DC04E8 - .incbin "graphics/mail/fab/map.bin.lz" - - .align 2 -gMailTilemap_Retro:: @ 0x08DC0600 - .incbin "graphics/mail/retro/map.bin.lz" - - .align 2 -gFrontierFactorySelectMenu_Pal:: @ 8DC0714 - .incbin "graphics/battle_frontier/factory_menu1.gbapal" - .incbin "graphics/battle_frontier/factory_menu2.gbapal" - - .align 2 -gFrontierFactorySelectMenu_Gfx:: @ 8DC0754 - .incbin "graphics/battle_frontier/factory_menu1.4bpp" - .incbin "graphics/battle_frontier/factory_menu2.4bpp" - - .align 2 -gFrontierFactorySelectMenu_Tilemap:: @ 8DC0B94 - .incbin "graphics/battle_frontier/factory_menu.bin" - - .align 2 -gFrontierPassMedals_Gfx:: @ 8DC1394 - .incbin "graphics/frontier_pass/medals.4bpp.lz" @ battle frontier medals - - .align 2 -gFrontierPassCursor_Pal:: @ 8DC1674 - .incbin "graphics/frontier_pass/cursor.gbapal" @ frontier pass cursor pal - - .align 2 -gFrontierPassMapCursor_Pal:: @ 8DC1694 - .incbin "graphics/frontier_pass/map_cursor.gbapal" @ frontier pass map cursor pal - - .align 2 -gFrontierPassMedalsSilver_Pal:: @ 8DC16B4 - .incbin "graphics/frontier_pass/silver.gbapal" - - .align 2 -gFrontierPassMedalsGold_Pal:: @ 8DC16D4 - .incbin "graphics/frontier_pass/gold.gbapal" - - .align 2 -gPokedexText_Pal:: @ 8DC16F4 - .incbin "graphics/pokedex/text.gbapal" - - .align 2 -gPokedexCaughtScreenFade_Pal:: @ 8DC1756 - .incbin "graphics/pokedex/fade.gbapal" - - .align 2 -gPokedexHoennBg_Pal:: @ 8DC17B6 - .incbin "graphics/pokedex/hoenn_bg.gbapal" - - .align 2 -gPokedexNationalBg_Pal:: @ 8DC1876 - .incbin "graphics/pokedex/national_bg.gbapal" - - .align 2 -gPokedexMenu_Gfx:: @ 8DC1934 - .incbin "graphics/pokedex/menu.4bpp.lz" - - .align 2 -gPokedexMenu2_Gfx:: @ 8DC234C - .incbin "graphics/pokedex/menu2.4bpp.lz" - - .align 2 - .incbin "graphics/pokedex/noball_unused.4bpp.lz" @ unused - - @ these are a series of 9 tilemaps used for something pokedex related. - - .align 2 -gUnknown_08DC2A08:: @ 8DC2A08 - .incbin "graphics/pokedex/tilemap1.bin.lz" - - .align 2 -gUnknown_08DC2B1C:: @ 8DC2B1C - .incbin "graphics/pokedex/tilemap2.bin.lz" - - .align 2 -gUnknown_08DC2C5C:: @ 8DC2C5C - .incbin "graphics/pokedex/tilemap3.bin.lz" - - .align 2 -gUnknown_08DC2DAC:: @ 8DC2DAC - .incbin "graphics/pokedex/tilemap4.bin.lz" - - .align 2 -gUnknown_08DC2E6C:: @ 8DC2E6C - .incbin "graphics/pokedex/tilemap5.bin.lz" - - .align 2 -gUnknown_08DC2F5C:: @ 8DC2F5C - .incbin "graphics/pokedex/tilemap6.bin.lz" - - .align 2 -gUnknown_08DC2FEC:: @ 8DC2FEC - .incbin "graphics/pokedex/tilemap7.bin.lz" - - .align 2 -gUnknown_08DC3080:: @ 8DC3080 - .incbin "graphics/pokedex/tilemap8.bin.lz" - - .align 2 -gUnknown_08DC3198:: @ 8DC3198 - .incbin "graphics/pokedex/tilemap9.bin.lz" @ all tilemaps - - .align 2 -gPokedexSearchMenu_Pal:: @ 8DC3284 - .incbin "graphics/pokedex/search_menu.gbapal" - - .align 2 -gPokedexSearchMenu_Gfx:: @ 8DC3304 - .incbin "graphics/pokedex/search_menu.4bpp.lz" - - .align 2 -gPokedexSearch1_Tilemap:: @ 8DC3870 - .incbin "graphics/pokedex/search1.bin.lz" - - .align 2 -gPokedexSearch2_Tilemap:: @ 8DC3A0C - .incbin "graphics/pokedex/search2.bin.lz" - - .align 2 -gSummaryScreenPowAcc_Tilemap:: @ 8DC3B94 - .incbin "graphics/interface/powacc_tilemap.bin" @ pow/acc tilemap - - .align 2 -gUnknown_08DC3C34:: @ 8DC3C34 - .incbin "graphics/interface/unk_tilemap.bin" @ probably trade summary screen related? cant check - - .align 2 -gSummaryScreenWindow_Tilemap:: @ 8DC3CD4 - .incbin "graphics/interface/summary.bin" - - .align 2 -gIntroCopyright_Pal:: @ 8DC3D54 - .incbin "graphics/intro/copyright.gbapal" - - .align 2 -gIntroCopyright_Gfx:: @ 8DC3D74 - .incbin "graphics/intro/copyright.4bpp.lz" - - .align 2 -gIntroCopyright_Tilemap:: @ 8DC3FD4 - .incbin "graphics/intro/copyright.bin.lz" - - .align 2 -gPokedexAreaScreenAreaUnknown_Pal:: @ 8DC4120 - .incbin "graphics/pokedex/area_unknown.gbapal" - - .align 2 -gPokedexAreaScreenAreaUnknown_Gfx:: @ 8DC4140 - .incbin "graphics/pokedex/area_unknown.4bpp.lz" - - @ seems to be fire red leftovers, but the menu elements is reused in the item menu for TM descriptions. - - .align 2 -gFireRedMenuElements1_Pal:: @ 8DC4318 - .incbin "graphics/interface_fr/menu1.gbapal" - - .align 2 -gFireRedMenuElements2_Pal:: @ 8DC4338 - .incbin "graphics/interface_fr/menu2.gbapal" - - .align 2 -gFireRedMenuElements3_Pal:: @ 8DC4358 - .incbin "graphics/interface_fr/menu3.gbapal" - - .align 2 -gFireRedMenuElements_Gfx:: @ 8DC4378 - .incbin "graphics/interface_fr/menu.4bpp" @ the types are reused for item menu - - .align 2 -gBagMenuHMIcon_Gfx:: @ 8DC6378 - .incbin "graphics/interface/hm.4bpp" - - @ contest link stuff, appears to be a set of tilemaps - - .align 2 -gUnknown_08DC63F8:: @ 8DC63F8 - .incbin "graphics/contest/clink_tilemap1.bin" - - .align 2 -gUnknown_08DC6420:: @ 8DC6420 - .incbin "graphics/contest/clink_tilemap2.bin" - - .align 2 -gUnknown_08DC6448:: @ 8DC6448 - .incbin "graphics/contest/clink_tilemap3.bin" - - .align 2 -gUnknown_08DC6470:: @ 8DC6470 - .incbin "graphics/contest/clink_tilemap4.bin" - - .align 2 -gUnknown_08DC6498:: @ 8DC6498 - .incbin "graphics/contest/clink_tilemap5.bin" - - .align 2 -gUnknown_08DC64AC:: @ 8DC64AC - .incbin "graphics/contest/clink_tilemap6.bin" - - .align 2 -gUnknown_08DC64C0:: @ 8DC64C0 - .incbin "graphics/contest/clink_tilemap7.bin" - - .align 2 -gUnknown_08DC64D4:: @ 8DC64D4 - .incbin "graphics/contest/clink_tilemap8.bin" - - .align 2 -gUnknown_08DC64E8:: @ 8DC64E8 - .incbin "graphics/contest/clink_tilemap9.bin" - - .align 2 -gUnknown_08DC64FC:: @ 8DC64FC - .incbin "graphics/contest/clink_tilemap10.bin" - - .align 2 -gUnknown_08DC6510:: @ 8DC6510 - .incbin "graphics/contest/clink_tilemap11.bin" - - @ pokenav - - .align 2 -gPokenavCondition_Pal:: @ 8DC6528 - .incbin "graphics/pokenav/condition.gbapal" - - .align 2 -gPokenavCondition_Gfx:: @ 8DC6548 - .incbin "graphics/pokenav/condition.4bpp.lz" - - .align 2 -gPokenavCondition_Tilemap:: @ 8DC6DFC - .incbin "graphics/pokenav/condition.bin.lz" - - .align 2 -gPokenavOptions_Tilemap:: @ 8DC7070 - .incbin "graphics/pokenav/options/options.bin" - - .align 2 -gPokenavOptions_Gfx:: - .incbin "graphics/pokenav/options/options.4bpp.lz" - - .align 2 -gPokenavOptions_Pal:: - .incbin "graphics/pokenav/options/options.gbapal" - - .align 2 -gPokenavHeader_Pal:: @ 8DC7B60 - .incbin "graphics/pokenav/header.gbapal" - - .align 2 -gPokenavHeader_Gfx:: @ 8DC7B80 - .incbin "graphics/pokenav/header.4bpp.lz" @ TODO: use width 9 and makefile rule for cleanliness, make wasnt behaving, didnt want to apply num_tiles to this - - .align 2 -gPokenavHeader_Tilemap:: @ 8DC7D84 - .incbin "graphics/pokenav/header.bin.lz" - - .align 2 -gPokenavLeftHeader_Pal:: @ 8DC7F00 - .incbin "graphics/pokenav/left_headers/palette.gbapal" - - .align 2 -gPokenavLeftHeaderBeauty_Gfx:: @ 8DC7FA0 - .incbin "graphics/pokenav/left_headers/beauty.4bpp.lz" - - .align 2 -gPokenavLeftHeaderSmart_Gfx:: @ 8DC80DC - .incbin "graphics/pokenav/left_headers/smart.4bpp.lz" - - .align 2 -gPokenavLeftHeaderCondition_Gfx:: @ 8DC8208 - .incbin "graphics/pokenav/left_headers/condition.4bpp.lz" - - .align 2 -gPokenavLeftHeaderCute_Gfx:: @ 8DC838C - .incbin "graphics/pokenav/left_headers/cute.4bpp.lz" - - .align 2 -gPokenavLeftHeaderMatchCall_Gfx:: @ 8DC84AC - .incbin "graphics/pokenav/left_headers/match_call.4bpp.lz" - - .align 2 -gPokenavLeftHeaderMainMenu_Gfx:: @ 8DC864C - .incbin "graphics/pokenav/left_headers/main_menu.4bpp.lz" - - .align 2 -gPokenavLeftHeaderHoennMap_Gfx:: @ 8DC87F8 - .incbin "graphics/pokenav/left_headers/hoenn_map.4bpp.lz" - - .align 2 -gPokenavLeftHeaderRibbons_Gfx:: @ 8DC8AA4 - .incbin "graphics/pokenav/left_headers/ribbons.4bpp.lz" - - .align 2 -gPokenavLeftHeaderSearch_Gfx:: @ 8DC8C14 - .incbin "graphics/pokenav/left_headers/search.4bpp.lz" - - .align 2 -gPokenavLeftHeaderTough_Gfx:: @ 8DC8D50 - .incbin "graphics/pokenav/left_headers/tough.4bpp.lz" - - .align 2 -gPokenavLeftHeaderCool_Gfx:: @ 8DC8E64 - .incbin "graphics/pokenav/left_headers/cool.4bpp.lz" - - .align 2 -gPokenavLeftHeaderParty_Gfx:: @ 8DC8F64 - .incbin "graphics/pokenav/left_headers/party.4bpp.lz" - - .align 2 -gPokenavMessageBox_Pal:: @ 8DC90C0 - .incbin "graphics/pokenav/message.gbapal" - - .align 2 -gPokenavMessageBox_Gfx:: @ 8DC90E0 - .incbin "graphics/pokenav/message.4bpp.lz" - - .align 2 -gPokenavMessageBox_Tilemap:: @ 8DC9130 - .incbin "graphics/pokenav/message.bin.lz" - - .align 2 -gHoennMapZoomIcons_Pal:: @ 8DC91E8 - .incbin "graphics/pokenav/zoom.gbapal" - - .align 2 -gHoennMapZoomIcons_Gfx:: @ 8DC9208 - .incbin "graphics/pokenav/zoom.4bpp.lz" - - .align 2 -gPokenavConditionCancel_Pal:: - .incbin "graphics/pokenav/cancel.gbapal" - - .align 2 -gPokenavConditionCancel_Gfx:: - .incbin "graphics/pokenav/cancel.4bpp" - - .align 2 -gPokenavConditionMarker_Pal:: @ 8DC9608 - .incbin "graphics/pokenav/marker.gbapal" - - .align 2 -gPokenavConditionMarker_Gfx:: @ 8DC9628 - .incbin "graphics/pokenav/marker.4bpp" - - .align 2 -gBerryBlenderMiscPalette:: @ 8DCAB88 - .incbin "graphics/berry_blender/misc.gbapal" - - .align 2 -gBerryBlenderArrowPalette:: @ 8DC9948 - .incbin "graphics/berry_blender/arrow.gbapal" - - .align 2 -gBerryBlenderBetaArrow_Gfx:: @ 8DC9988 - .incbin "graphics/berry_blender/arrow_old.4bpp" @ unused - - .align 2 -gBerryBlenderMarubatsuTiles:: @ 8DC9B88 - .incbin "graphics/berry_blender/marubatsu.4bpp" - - .align 2 -gBerryBlenderParticlesTiles:: @ 8E90818 - .incbin "graphics/berry_blender/particles.4bpp" - - .space 0x120 - - .align 2 -gBerryBlenderCountdownNumbersTiles:: @ 8DC9F88 - .incbin "graphics/berry_blender/countdown_numbers.4bpp" - - .align 2 -gBerryBlenderStartTiles:: @ 8DCA588 - .incbin "graphics/berry_blender/start.4bpp" - - .space 0x200 - - .align 2 -gBerryBlenderArrowTiles:: @ 8DCAB88 - .incbin "graphics/berry_blender/arrow.4bpp" - - .space 0x2C0 - - .align 2 -gEasyChatCursor_Pal:: @ 8DCB648 - .incbin "graphics/easy_chat/cursor.gbapal" - - .align 2 -gEasyChatCursor_Gfx:: @ 8DCB668 - .incbin "graphics/easy_chat/cursor.4bpp.lz" - - .align 2 -gEasyChatRightWindow_Pal:: @ 8DCB86C - .incbin "graphics/easy_chat/rwindow.gbapal" - - .align 2 -gEasyChatRightWindow_Gfx:: @ 8DCB88C - .incbin "graphics/easy_chat/rwindow.4bpp.lz" - - .align 2 -gEasyChatMode_Gfx:: @ 8DCBAB0 - .incbin "graphics/easy_chat/mode.4bpp.lz" - - .align 2 -gEasyChatMode_Pal:: @ 8DCBDB0 - .incbin "graphics/easy_chat/mode.gbapal" - - .align 2 -gEasyChatWindow_Gfx:: @ 8DCBDD0 - .incbin "graphics/easy_chat/window.4bpp.lz" @ uses mode pal - - .align 2 -gEasyChatWindow_Tilemap:: @ 8DCBF10 - .incbin "graphics/easy_chat/window.bin.lz" - - .align 2 -gWallclockMale_Pal:: @ 8DCC01C - .incbin "graphics/interface/wallclock_male.gbapal" - - .align 2 -gWallclockFemale_Pal:: @ 8DCC03C - .incbin "graphics/interface/wallclock_female.gbapal" - - .align 2 -gWallclock_Gfx:: @ 8DCC05C - .incbin "graphics/interface/wallclock.4bpp.lz" - - .align 2 -gUnknown_08DCC648:: @ 8DCC648 - .incbin "graphics/interface/wallclock1.bin.lz" - - .align 2 -gUnknown_08DCC908:: @ 8DCC908 - .incbin "graphics/interface/wallclock2.bin.lz" - - .align 2 -gUsePokeblockCondition_Pal:: @ 8DCCB98 - .incbin "graphics/pokeblock/use_screen/condition.gbapal" - - .align 2 -gUsePokeblockCondition_Gfx:: @ 8DCCBB8 - .incbin "graphics/pokeblock/use_screen/condition.4bpp.lz" - - .align 2 -gUsePokeblockUpDown_Pal:: @ 8DCCD3C - .incbin "graphics/pokeblock/use_screen/updown.gbapal" - - .align 2 -gUsePokeblockUpDown_Gfx:: @ 8DCCD5C - .incbin "graphics/pokeblock/use_screen/updown.4bpp" - - .align 2 -gUsePokeblockGraph_Pal:: @ 8DCCF5C - .incbin "graphics/pokeblock/use_screen/graph.gbapal" - - .align 2 -gUsePokeblockGraph_Gfx:: @ 8DCCF7C - .incbin "graphics/pokeblock/use_screen/graph.4bpp.lz" - - .align 2 -gUsePokeblockGraph_Tilemap:: @ 8DCD81C - .incbin "graphics/pokeblock/use_screen/graph.bin.lz" - - .align 2 -gUsePokeblockNatureWin_Pal:: @ 8DCDA30 - .incbin "graphics/pokeblock/use_screen/nature.gbapal" - - @ slot machine - - .align 2 -gSlotMachineMenu_Pal:: @ 8DCDA90 - .incbin "graphics/slot_machine/menu.gbapal" - - .align 2 -gSlotMachineMenu_Gfx:: @ 8DCDB30 - .incbin "graphics/slot_machine/menu.4bpp.lz" - - .align 2 -gSlotMachineMenu_Tilemap:: @ 8DCE770 - .incbin "graphics/slot_machine/menu.bin" - - .align 2 -gUnknown_08DCEC70:: @ 8DCEC70 - .incbin "graphics/slot_machine/slots_layout.bin" - - .align 2 -gUnknown_08DCF170:: - .incbin "graphics/slot_machine/reel_symbols/1.gbapal" - - .align 2 -gUnknown_08DCF190:: - .incbin "graphics/slot_machine/reel_pikachu.gbapal" - - .align 2 -gUnknown_08DCF1B0:: - .incbin "graphics/slot_machine/shadow.gbapal" - - .align 2 -gSlotMachineReelTime_Pal:: - .incbin "graphics/slot_machine/reel_time.gbapal" - - .align 2 -gUnknown_08DCF1F0:: - .incbin "graphics/slot_machine/smoke.gbapal" @ also duck and pika aura - - .align 2 -gUnknown_08DCF210:: - .incbin "graphics/slot_machine/reel_time_explosion/0.gbapal" - - .align 2 -gUnknown_08DCF230:: - .incbin "graphics/slot_machine/spr6.gbapal" @ huh? - - .align 2 -gSlotMachineReelSymbol1Tiles:: @ 8DCF250 - .incbin "graphics/slot_machine/reel_symbols/1.4bpp" - - .align 2 -gSlotMachineReelSymbol2Tiles:: - .incbin "graphics/slot_machine/reel_symbols/2.4bpp" - - .align 2 -gSlotMachineReelSymbol3Tiles:: - .incbin "graphics/slot_machine/reel_symbols/3.4bpp" - - .align 2 -gSlotMachineReelSymbol4Tiles:: - .incbin "graphics/slot_machine/reel_symbols/4.4bpp" - - .align 2 -gSlotMachineReelSymbol5Tiles:: - .incbin "graphics/slot_machine/reel_symbols/5.4bpp" - - .align 2 -gSlotMachineReelSymbol6Tiles:: - .incbin "graphics/slot_machine/reel_symbols/6.4bpp" - - .align 2 -gSlotMachineReelSymbol7Tiles:: - .incbin "graphics/slot_machine/reel_symbols/7.4bpp" - - .align 2 -gSlotMachineReelTime_Gfx:: @ 8DD0050 - .incbin "graphics/slot_machine/reel_time.4bpp.lz" - - .align 2 -gSlotMachineNumber0Tiles:: - .incbin "graphics/slot_machine/numbers/0.4bpp" - - .align 2 -gSlotMachineNumber1Tiles:: - .incbin "graphics/slot_machine/numbers/1.4bpp" - - .align 2 -gSlotMachineNumber2Tiles:: - .incbin "graphics/slot_machine/numbers/2.4bpp" - - .align 2 -gSlotMachineNumber3Tiles:: - .incbin "graphics/slot_machine/numbers/3.4bpp" - - .align 2 -gSlotMachineNumber4Tiles:: - .incbin "graphics/slot_machine/numbers/4.4bpp" - - .align 2 -gSlotMachineNumber5Tiles:: - .incbin "graphics/slot_machine/numbers/5.4bpp" - - .align 2 -gSlotMachineNumber6Tiles:: - .incbin "graphics/slot_machine/numbers/6.4bpp" - - .align 2 -gSlotMachineNumber7Tiles:: - .incbin "graphics/slot_machine/numbers/7.4bpp" - - .align 2 -gSlotMachineNumber8Tiles:: - .incbin "graphics/slot_machine/numbers/8.4bpp" - - .align 2 -gSlotMachineNumber9Tiles:: - .incbin "graphics/slot_machine/numbers/9.4bpp" - - .align 2 -gSlotMachineReelTimeBolt:: - .incbin "graphics/slot_machine/bolt.4bpp" - - .align 2 -gSlotMachineReelTimeDuck:: - .incbin "graphics/slot_machine/duck.4bpp" - - .align 2 -gSlotMachineReelTimeSmoke:: - .incbin "graphics/slot_machine/smoke.4bpp" - - .align 2 -gSlotMachineReelTimeNumber0:: - .incbin "graphics/slot_machine/reel_time_numbers/0.4bpp" - - .align 2 -gSlotMachineReelTimeNumber1:: - .incbin "graphics/slot_machine/reel_time_numbers/1.4bpp" - - .align 2 -gSlotMachineReelTimeNumber2:: - .incbin "graphics/slot_machine/reel_time_numbers/2.4bpp" - - .align 2 -gSlotMachineReelTimeNumber3:: - .incbin "graphics/slot_machine/reel_time_numbers/3.4bpp" - - .align 2 -gSlotMachineReelTimeNumber4:: - .incbin "graphics/slot_machine/reel_time_numbers/4.4bpp" - - .align 2 -gSlotMachineReelTimeNumber5:: - .incbin "graphics/slot_machine/reel_time_numbers/5.4bpp" - - .align 2 -gSlotMachineReelTimeLargeBolt0:: - .incbin "graphics/slot_machine/large_bolt/0.4bpp" - - .align 2 -gSlotMachineReelTimeLargeBolt1:: - .incbin "graphics/slot_machine/large_bolt/1.4bpp" - - .align 2 -gSlotMachineReelTimeExplosion0:: - .incbin "graphics/slot_machine/reel_time_explosion/0.4bpp" - - .align 2 -gSlotMachineReelTimeExplosion1:: - .incbin "graphics/slot_machine/reel_time_explosion/1.4bpp" - - .align 2 -gSlotMachineReelTimeShadow:: - .incbin "graphics/slot_machine/shadow.4bpp" - - .align 2 -gSlotMachineReelTimePikaAura:: - .incbin "graphics/slot_machine/pika_aura.4bpp" - - .align 2 -gUnknown_08DD19F8:: - .incbin "graphics/unknown/unknown_DD19F8.bin" @ might be a palette? - - .align 2 -gUnknown_08DD1A18:: - .incbin "graphics/unknown/unknown_DD1A18.4bpp" - - @ trainer card - - .align 2 -gEmeraldTrainerCard0Star_Pal:: @ 8DD1A58 - .incbin "graphics/trainer_card/0star.gbapal" - - .align 2 -gEmeraldTrainerCard_Gfx:: @ 8DD1AB8 - .incbin "graphics/trainer_card/card.4bpp.lz" - - @ what are these? lz compressed files used for something, cant tell if tilemaps - - .align 2 -gUnknown_08DD1F78:: @ 8DD1F78 - .incbin "graphics/unknown/unknown_DD1F78.bin.lz" - - .align 2 -gUnknown_08DD2010:: @ 8DD2010 - .incbin "graphics/unknown/unknown_DD2010.bin.lz" - - .align 2 -gUnknown_08DD21B0:: @ 8DD21B0 - .incbin "graphics/unknown/unknown_DD21B0.bin.lz" - - .align 2 -gUnknown_08DD228C:: @ 8DD228C - .incbin "graphics/unknown/unknown_DD228C.bin.lz" - - .align 2 -gFireRedTrainerCard0Star_Pal:: @ 8DD240C - .incbin "graphics/trainer_card/0star_fr.gbapal" - - .align 2 -gFireRedTrainerCard_Gfx:: @ 8DD246C - .incbin "graphics/trainer_card/card_fr.4bpp.lz" - - @ more of these weird compressed files, probably for the FR trainer card - - .align 2 -gUnknown_08DD2AE0:: @ 8DD2AE0 - .incbin "graphics/unknown/unknown_DD2AE0.bin.lz" - - .align 2 -gUnknown_08DD2B78:: @ 8DD2B78 - .incbin "graphics/unknown/unknown_DD2B78.bin.lz" - - .align 2 -gUnknown_08DD2D30:: @ 8DD2D30 - .incbin "graphics/unknown/unknown_DD2D30.bin.lz" - - .align 2 -gUnknown_08DD2E5C:: @ 8DD2E5C - .incbin "graphics/unknown/unknown_DD2E5C.bin.lz" - - @ pokemon storage system - - .align 2 -gPSSMenu_Gfx:: @ 8DD2FE8 - .incbin "graphics/pokemon_storage/menu.4bpp.lz" - - .align 2 -gPSSMenu_Pal:: @ 8DD36A8 - .incbin "graphics/pokemon_storage/menu.gbapal" @ pal for the options in the gfx - - .align 2 -gUnknown_08DD36C8:: @ 8DD36C8 - .incbin "graphics/unknown/unknown_DD36C8.bin.lz" - - @ naming screen - - .align 2 -gNamingScreenMenu_Pal:: @ 8DD3778 - .incbin "graphics/naming_screen/menu.gbapal" - - .align 2 -gNamingScreenMenu_Gfx:: @ 8DD3838 - .incbin "graphics/naming_screen/menu.4bpp.lz" - - .align 2 -gNamingScreenRWindow_Gfx:: @ 8DD3A04 - .incbin "graphics/naming_screen/rwindow.4bpp" - - .align 2 -gNamingScreenROptions_Gfx:: @ 8DD4044 - .incbin "graphics/naming_screen/roptions.4bpp" - - .align 2 -gNamingScreenCursor_Gfx:: @ 8DD4224 - .incbin "graphics/naming_screen/cursor.4bpp" - - .align 2 -gNamingScreenKeyboardButton_Gfx:: @ 8DD43E4 - .incbin "graphics/naming_screen/keyboard_button.4bpp" - - .align 2 -gNamingScreenRightPointingTriangleTiles:: @ 8DD4504 - .incbin "graphics/naming_screen/right_pointing_triangle.4bpp" - - .align 2 -gNamingScreenUnderscoreTiles:: @ 8DD4524 - .incbin "graphics/naming_screen/underscore.4bpp" - - .align 2 -gUnknown_08DD4544:: @ 8DD4544 - .incbin "graphics/unknown/unknown_DD4544.bin.lz" - - .align 2 -gUnknown_08DD4620:: @ 8DD4620 - .incbin "graphics/unknown/unknown_DD4620.bin.lz" - - .align 2 -gUnknown_08DD46E0:: @ 8DD46E0 - .incbin "graphics/unknown/unknown_DD46E0.bin.lz" - - .align 2 -gUnknown_08DD47A0:: @ 8DD47A0 - .incbin "graphics/unknown/unknown_DD47A0.bin.lz" - - @ link - - .align 2 -gLinkMiscMenu_Pal:: @ 8DD4860 - .incbin "graphics/link/misc.gbapal" - - .align 2 -gLinkMiscMenu_Gfx:: @ 8DD4880 - .incbin "graphics/link/misc.4bpp.lz" @ dont know where this is used - - .align 2 -gLinkMiscMenu_Tilemap:: @ 8DD4AB8 - .incbin "graphics/link/misc.bin.lz" - - .align 2 -gUnknown_08DD4BB0:: @ 8DD4BB0 - .incbin "graphics/link/link1.gbapal" - - .align 2 -gUnknown_08DD4BD0:: @ 8DD4BD0 - .incbin "graphics/link/link2.gbapal" - - .align 2 -gUnknown_08DD4BF0:: @ 8DD4BF0 - .incbin "graphics/link/link_winedge.4bpp.lz" - - .align 2 -gUnknown_08DD4C4C:: @ 8DD4C4C - .incbin "graphics/link/link_winedge.bin.lz" - - .align 2 -gUnknown_08DD4CF8:: @ 8DD4CF8 - .incbin "graphics/interface/unk_change_case.4bpp.lz" - - .align 2 -gTilesetPalettes_General:: @ 8DD4E10 - .incbin "data/tilesets/primary/general/palettes/00.gbapal" - .incbin "data/tilesets/primary/general/palettes/01.gbapal" - .incbin "data/tilesets/primary/general/palettes/02.gbapal" - .incbin "data/tilesets/primary/general/palettes/03.gbapal" - .incbin "data/tilesets/primary/general/palettes/04.gbapal" - .incbin "data/tilesets/primary/general/palettes/05.gbapal" - .incbin "data/tilesets/primary/general/palettes/06.gbapal" - .incbin "data/tilesets/primary/general/palettes/07.gbapal" - .incbin "data/tilesets/primary/general/palettes/08.gbapal" - .incbin "data/tilesets/primary/general/palettes/09.gbapal" - .incbin "data/tilesets/primary/general/palettes/10.gbapal" - .incbin "data/tilesets/primary/general/palettes/11.gbapal" - .incbin "data/tilesets/primary/general/palettes/12.gbapal" - .incbin "data/tilesets/primary/general/palettes/13.gbapal" - .incbin "data/tilesets/primary/general/palettes/14.gbapal" - .incbin "data/tilesets/primary/general/palettes/15.gbapal" - - .align 2 -gTilesetTiles_General:: @ 8DD5010 - .incbin "data/tilesets/primary/general/tiles.4bpp.lz" - - @ trade/egg hatch - - .align 2 -gTradeGba_Pal:: @ 8DD72E0 - .incbin "graphics/link/gba.gbapal" - - .align 2 -gTradeGba2_Pal:: @ 8DD7300 - .incbin "graphics/link/gba_pal2.gbapal" @ used for in-game trade GBA? - - .align 2 -gTradeGba_Gfx:: @ 8DD7360 - .incbin "graphics/link/gba.4bpp" - - @ 8DD8760 - .space 0x20 @ blank palette?? - - @ berry fix program - - .align 2 -gBerryFixGameboy_Pal:: @ 8DD8780 - .incbin "graphics/berry_fix/gba_small.gbapal" - - .align 2 -gBerryFixGameboy_Gfx:: @ 8DD87C0 - .incbin "graphics/berry_fix/gba_small.4bpp.lz" - - .align 2 -gBerryFixGameboy_Tilemap:: @ 8DD8EE0 - .incbin "graphics/berry_fix/gba_small.bin.lz" - - .align 2 -gBerryFixGameboyLogo_Pal:: @ 8DD9080 - .incbin "graphics/berry_fix/logo.gbapal" - - .align 2 -gBerryFixGameboyLogo_Gfx:: @ 8DD90E0 - .incbin "graphics/berry_fix/logo.4bpp.lz" - - .align 2 -gBerryFixGameboyLogo_Tilemap:: @ 8DD9718 - .incbin "graphics/berry_fix/logo.bin.lz" - - .align 2 -gBerryFixGbaTransfer_Pal:: @ 8DD9874 - .incbin "graphics/berry_fix/gba_transfer.gbapal" - - .align 2 -gBerryFixGbaTransfer_Gfx:: @ 8DD98B4 - .incbin "graphics/berry_fix/gba_transfer.4bpp.lz" - - .align 2 -gBerryFixGbaTransfer_Tilemap:: @ 8DD9E58 - .incbin "graphics/berry_fix/gba_transfer.bin.lz" - - .align 2 -gBerryFixGbaTransferHighlight_Pal:: @ 8DD9FEC - .incbin "graphics/berry_fix/gba_transfer_highlight.gbapal" - - .align 2 -gBerryFixGbaTransferHighlight_Gfx:: @ 8DDA02C - .incbin "graphics/berry_fix/gba_transfer_highlight.4bpp.lz" - - .align 2 -gBerryFixGbaTransferHighlight_Tilemap:: @ 8DDA63C - .incbin "graphics/berry_fix/gba_transfer_highlight.bin.lz" - - .align 2 -gBerryFixGbaTransferError_Pal:: @ 8DDA800 - .incbin "graphics/berry_fix/gba_transfer_error.gbapal" - - .align 2 -gBerryFixGbaTransferError_Gfx:: @ 8DDA840 - .incbin "graphics/berry_fix/gba_transfer_error.4bpp.lz" - - .align 2 -gBerryFixGbaTransferError_Tilemap:: @ 8DDAE40 - .incbin "graphics/berry_fix/gba_transfer_error.bin.lz" - - .align 2 -gBerryFixWindow_Pal:: @ 8DDAFE0 - .incbin "graphics/berry_fix/window.gbapal" - - .align 2 -gBerryFixWindow_Gfx:: @ 8DDB020 - .incbin "graphics/berry_fix/window.4bpp.lz" @ why the absurd length? - - .align 2 -gBerryFixWindow_Tilemap:: @ 8DDB2C4 - .incbin "graphics/berry_fix/window.bin.lz" - - @ more trade stuff? - - .align 2 -gUnknown_08DDB3E4:: @ 8DDB3E4 - .incbin "graphics/trade/menu.gbapal" - - .align 2 -gUnknown_08DDB444:: @ 8DDB444 - .incbin "graphics/unknown/unknown_DDB444.gbapal" - - .align 2 -gUnknown_08DDB464:: @ 8DDB464 - .incbin "graphics/trade/menu.4bpp" - - .align 2 -gUnknown_08DDC6E4:: @ 8DDC6E4 - .incbin "graphics/trade/buttons.4bpp" - - .align 2 - .incbin "graphics/unused/unused_DDCEE4.bin" @ unused - - .align 2 -gUnknown_08DDCF04:: @ 8DDCF04 - .incbin "graphics/unknown/unknown_DDCF04.bin" @ tilemap - - .align 2 -gUnknown_08DDD704:: @ 8DDD704 - .incbin "graphics/unknown/unknown_DDD704.bin" @ textbox tilemap?? - - .align 2 -gMessageBox_Pal:: @ 8DDD728 - .incbin "graphics/text_window/message_box.gbapal" - - .align 2 -gMessageBox_Gfx:: @ 8DDD748 - .incbin "graphics/text_window/message_box.4bpp" - - .align 2 -gWallpaperIcon_Cross:: - .incbin "graphics/pokemon_storage/cross_icon.4bpp.lz" - - .align 2 -gWallpaperIcon_Bolt:: - .incbin "graphics/pokemon_storage/bolt_icon.4bpp.lz" - - .align 2 -gWallpaperIcon_Plusle:: - .incbin "graphics/pokemon_storage/plusle_icon.4bpp.lz" - - .align 2 -gWallpaperPalettes_Horizontal:: @ 8DDD950 - .incbin "graphics/pokemon_storage/friends_frame2.gbapal" - .incbin "graphics/pokemon_storage/horizontal_bg.gbapal" - - .align 2 -gWallpaperTiles_Horizontal:: @ 8DDD990 - .incbin "graphics/pokemon_storage/horizontal.4bpp.lz" - - .align 2 -gWallpaperTilemap_Horizontal:: @ 8DDDB80 - .incbin "graphics/pokemon_storage/horizontal.bin.lz" - - .align 2 -gWallpaperPalettes_Ribbon:: @ 8DDDC8C - .incbin "graphics/pokemon_storage/ribbon_frame.gbapal" - .incbin "graphics/pokemon_storage/ribbon_bg.gbapal" - - .align 2 -gWallpaperTiles_Ribbon:: @ 8DDDCCC - .incbin "graphics/pokemon_storage/ribbon.4bpp.lz" - - .align 2 -gWallpaperTilemap_Ribbon:: @ 8DDDEDC - .incbin "graphics/pokemon_storage/ribbon.bin.lz" - - @ pokenav - - .align 2 -gUnknown_08DDE010:: @ 8DDE010 - .incbin "graphics/pokenav/ribbons.gbapal" - - .align 2 -gUnknown_08DDE030:: @ 8DDE030 - .incbin "graphics/pokenav/ribbons.4bpp.lz" - - .align 2 -gUnknown_08DDE12C:: @ 8DDE12C - .incbin "graphics/pokenav/ribbons.bin.lz" - - .align 2 -gMonIconPalettes:: @ 8DDE1F8 - .incbin "graphics/pokemon/icon_palettes/icon_palette_0.gbapal" - .incbin "graphics/pokemon/icon_palettes/icon_palette_1.gbapal" - .incbin "graphics/pokemon/icon_palettes/icon_palette_2.gbapal" - - .align 2 -gTitleScreenBgPalettes:: @ 8DDE258 - .incbin "graphics/title_screen/pokemon_logo.gbapal" - .incbin "graphics/title_screen/rayquaza_and_clouds.gbapal" - - .align 2 -gTitleScreenEmeraldVersionPal:: @ 8DDE438 - .incbin "graphics/title_screen/emerald_version.gbapal" - - .align 2 -gUnknown_08DDE458:: @ 8DDE458 - .incbin "graphics/title_screen/title_screen1.bin.lz" - -gTitleScreenPokemonLogoGfx:: @ 8DDE690 - .incbin "graphics/title_screen/pokemon_logo.8bpp.lz" - - .align 2 -gTitleScreenEmeraldVersionGfx:: @ 8DDFD94 - .incbin "graphics/title_screen/emerald_version.8bpp.lz" - - .align 2 -gTitleScreenPressStartPal:: @ 8DE03C8 - .incbin "graphics/title_screen/press_start.gbapal" - - .align 2 -gTitleScreenPressStartGfx:: @ 8DE03E8 - .incbin "graphics/title_screen/press_start.4bpp.lz" - - .align 2 -gUnknown_08DE0644:: @ 8DE0644 - .incbin "graphics/title_screen/title_screen2.bin.lz" - - @ more trainer card stuff - - .align 2 -gUnknown_08DE07C8:: @ 8DE07C8 - .incbin "graphics/frontier_pass/tiles.gbapal" @ size in LoadPalette calls is reported as 0xD0 << 1, which is 0x1A0, but palette is only 0x100 bytes long so it loads garbage as well - - .align 2 -gUnknown_08DE08C8:: @ 8DE08C8 - .incbin "graphics/frontier_pass/tiles.4bpp.lz" - - .align 2 -gUnknown_08DE2084:: @ 8DE2084 - .incbin "graphics/frontier_pass/tiles2.8bpp.lz" - - .align 2 -gUnknown_08DE3060:: @ 8DE3060 - .incbin "graphics/frontier_pass/tiles.bin.lz" - - .align 2 -gUnknown_08DE3350:: @ 8DE3350 - .incbin "graphics/frontier_pass/tilemap1.bin" - - .align 2 -gUnknown_08DE3374:: @ 8DE3374 - .incbin "graphics/frontier_pass/tilemap2.bin" - - @ berry crusher - - .align 2 -gUnknown_08DE3398:: @ 8DE3398 - .incbin "graphics/berry_crusher/tiles.gbapal" - - .align 2 -gUnknown_08DE34B8:: @ 8DE34B8 - .incbin "graphics/berry_crusher/tiles.4bpp.lz" - - .align 2 -gUnknown_08DE3FD4:: @ 8DE3FD4 - .incbin "graphics/berry_crusher/tiles.bin.lz" - - @ random garbage at the end. why, game freak? - .space 0x54BAC - .byte 0x0D, 0x00, 0x58, 0x02 @ why? - @ E38BC8 - .space 0x1145 - .byte 0x02 @ whyyyyy? - .space 0x3242 - .byte 0x40 @ WHYYYYYYYY - .space 0x13 diff --git a/data/graphics/items/item_graphics.inc b/data/graphics/items/item_graphics.inc deleted file mode 100644 index 08aa00328..000000000 --- a/data/graphics/items/item_graphics.inc +++ /dev/null @@ -1,1883 +0,0 @@ - .align 2 -gItemIcon_QuestionMark:: @ 8DAB058 - .incbin "graphics/items/icons/question_mark.4bpp.lz" - - .align 2 -gItemIconPalette_QuestionMark:: @ 8DAB0D0 - .incbin "graphics/items/icon_palettes/question_mark.gbapal.lz" - - .align 2 -gItemIcon_ReturnToFieldArrow:: @ 8DAB0E4 - .incbin "graphics/items/icons/return_to_field_arrow.4bpp.lz" - - .align 2 -gItemIconPalette_ReturnToFieldArrow:: @ 8DAB16C - .incbin "graphics/items/icon_palettes/return_to_field_arrow.gbapal.lz" - - .align 2 -gItemIcon_MasterBall:: @ 8DAB184 - .incbin "graphics/items/icons/master_ball.4bpp.lz" - - .align 2 -gItemIconPalette_MasterBall:: @ 8DAB254 - .incbin "graphics/items/icon_palettes/master_ball.gbapal.lz" - - .align 2 -gItemIcon_UltraBall:: @ 8DAB27C - .incbin "graphics/items/icons/ultra_ball.4bpp.lz" - - .align 2 -gItemIconPalette_UltraBall:: @ 8DAB33C - .incbin "graphics/items/icon_palettes/ultra_ball.gbapal.lz" - - .align 2 -gItemIcon_GreatBall:: @ 8DAB364 - .incbin "graphics/items/icons/great_ball.4bpp.lz" - - .align 2 -gItemIconPalette_GreatBall:: @ 8DAB434 - .incbin "graphics/items/icon_palettes/great_ball.gbapal.lz" - - .align 2 -gItemIcon_PokeBall:: @ 8DAB45C - .incbin "graphics/items/icons/poke_ball.4bpp.lz" - - .align 2 -gItemIconPalette_PokeBall:: @ 8DAB50C - .incbin "graphics/items/icon_palettes/poke_ball.gbapal.lz" - - .align 2 -gItemIcon_SafariBall:: @ 8DAB530 - .incbin "graphics/items/icons/safari_ball.4bpp.lz" - - .align 2 -gItemIconPalette_SafariBall:: @ 8DAB600 - .incbin "graphics/items/icon_palettes/safari_ball.gbapal.lz" - - .align 2 -gItemIcon_NetBall:: @ 8DAB628 - .incbin "graphics/items/icons/net_ball.4bpp.lz" - - .align 2 -gItemIconPalette_NetBall:: @ 8DAB6FC - .incbin "graphics/items/icon_palettes/net_ball.gbapal.lz" - - .align 2 -gItemIcon_DiveBall:: @ 8DAB720 - .incbin "graphics/items/icons/dive_ball.4bpp.lz" - - .align 2 -gItemIconPalette_DiveBall:: @ 8DAB7E8 - .incbin "graphics/items/icon_palettes/dive_ball.gbapal.lz" - - .align 2 -gItemIcon_NestBall:: @ 8DAB80C - .incbin "graphics/items/icons/nest_ball.4bpp.lz" - - .align 2 -gItemIconPalette_NestBall:: @ 8DAB8D0 - .incbin "graphics/items/icon_palettes/nest_ball.gbapal.lz" - - .align 2 -gItemIcon_RepeatBall:: @ 8DAB8F8 - .incbin "graphics/items/icons/repeat_ball.4bpp.lz" - - .align 2 -gItemIconPalette_RepeatBall:: @ 8DAB9BC - .incbin "graphics/items/icon_palettes/repeat_ball.gbapal.lz" - - .align 2 -gItemIcon_TimerBall:: @ 8DAB9E4 - .incbin "graphics/items/icons/timer_ball.4bpp.lz" - - .align 2 -gItemIcon_LuxuryBall:: @ 8DABAAC - .incbin "graphics/items/icons/luxury_ball.4bpp.lz" - - .align 2 -gItemIconPalette_LuxuryBall:: @ 8DABB68 - .incbin "graphics/items/icon_palettes/luxury_ball.gbapal.lz" - - .align 2 -gItemIcon_PremierBall:: @ 8DABB90 - .incbin "graphics/items/icons/premier_ball.4bpp.lz" - - .align 2 -gItemIcon_Potion:: @ 8DABC34 - .incbin "graphics/items/icons/potion.4bpp.lz" - - .align 2 -gItemIconPalette_Potion:: @ 8DABCFC - .incbin "graphics/items/icon_palettes/potion.gbapal.lz" - - .align 2 -gItemIcon_Antidote:: @ 8DABD20 - .incbin "graphics/items/icons/antidote.4bpp.lz" - - .align 2 -gItemIconPalette_Antidote:: @ 8DABDD0 - .incbin "graphics/items/icon_palettes/antidote.gbapal.lz" - - .align 2 -gItemIconPalette_BurnHeal:: @ 8DABDF4 - .incbin "graphics/items/icon_palettes/burn_heal.gbapal.lz" - - .align 2 -gItemIconPalette_IceHeal:: @ 8DABE18 - .incbin "graphics/items/icon_palettes/ice_heal.gbapal.lz" - - .align 2 -gItemIcon_StatusHeal:: @ 8DABE3C - .incbin "graphics/items/icons/status_heal.4bpp.lz" - - .align 2 -gItemIconPalette_Awakening:: @ 8DABEEC - .incbin "graphics/items/icon_palettes/awakening.gbapal.lz" - - .align 2 -gItemIconPalette_ParalyzeHeal:: @ 8DABF10 - .incbin "graphics/items/icon_palettes/paralyze_heal.gbapal.lz" - - .align 2 -gItemIcon_LargePotion:: @ 8DABF34 - .incbin "graphics/items/icons/large_potion.4bpp.lz" - - .align 2 -gItemIconPalette_FullRestore:: @ 8DAC018 - .incbin "graphics/items/icon_palettes/full_restore.gbapal.lz" - - .align 2 -gItemIconPalette_MaxPotion:: @ 8DAC03C - .incbin "graphics/items/icon_palettes/max_potion.gbapal.lz" - - .align 2 -gItemIconPalette_HyperPotion:: @ 8DAC060 - .incbin "graphics/items/icon_palettes/hyper_potion.gbapal.lz" - - .align 2 -gItemIconPalette_SuperPotion:: @ 8DAC084 - .incbin "graphics/items/icon_palettes/super_potion.gbapal.lz" - - .align 2 -gItemIcon_FullHeal:: @ 8DAC0A8 - .incbin "graphics/items/icons/full_heal.4bpp.lz" - - .align 2 -gItemIconPalette_FullHeal:: @ 8DAC150 - .incbin "graphics/items/icon_palettes/full_heal.gbapal.lz" - - .align 2 -gItemIcon_Revive:: @ 8DAC178 - .incbin "graphics/items/icons/revive.4bpp.lz" - - .align 2 -gItemIcon_MaxRevive:: @ 8DAC1D4 - .incbin "graphics/items/icons/max_revive.4bpp.lz" - - .align 2 -gItemIconPalette_Revive:: @ 8DAC2A0 - .incbin "graphics/items/icon_palettes/revive.gbapal.lz" - - .align 2 -gItemIcon_FreshWater:: @ 8DAC2BC - .incbin "graphics/items/icons/fresh_water.4bpp.lz" - - .align 2 -gItemIconPalette_FreshWater:: @ 8DAC36C - .incbin "graphics/items/icon_palettes/fresh_water.gbapal.lz" - - .align 2 -gItemIcon_SodaPop:: @ 8DAC390 - .incbin "graphics/items/icons/soda_pop.4bpp.lz" - - .align 2 -gItemIconPalette_SodaPop:: @ 8DAC424 - .incbin "graphics/items/icon_palettes/soda_pop.gbapal.lz" - - .align 2 -gItemIcon_Lemonade:: @ 8DAC44C - .incbin "graphics/items/icons/lemonade.4bpp.lz" - - .align 2 -gItemIconPalette_Lemonade:: @ 8DAC50C - .incbin "graphics/items/icon_palettes/lemonade.gbapal.lz" - - .align 2 -gItemIcon_MoomooMilk:: @ 8DAC534 - .incbin "graphics/items/icons/moomoo_milk.4bpp.lz" - - .align 2 -gItemIconPalette_MoomooMilk:: @ 8DAC5E4 - .incbin "graphics/items/icon_palettes/moomoo_milk.gbapal.lz" - - .align 2 -gItemIcon_Powder:: @ 8DAC60C - .incbin "graphics/items/icons/powder.4bpp.lz" - - .align 2 -gItemIconPalette_EnergyPowder:: @ 8DAC698 - .incbin "graphics/items/icon_palettes/energy_powder.gbapal.lz" - - .align 2 -gItemIcon_EnergyRoot:: @ 8DAC6B8 - .incbin "graphics/items/icons/energy_root.4bpp.lz" - - .align 2 -gItemIconPalette_EnergyRoot:: @ 8DAC784 - .incbin "graphics/items/icon_palettes/energy_root.gbapal.lz" - - .align 2 -gItemIconPalette_HealPowder:: @ 8DAC7A0 - .incbin "graphics/items/icon_palettes/heal_powder.gbapal.lz" - - .align 2 -gItemIcon_RevivalHerb:: @ 8DAC7C0 - .incbin "graphics/items/icons/revival_herb.4bpp.lz" - - .align 2 -gItemIconPalette_RevivalHerb:: @ 8DAC890 - .incbin "graphics/items/icon_palettes/revival_herb.gbapal.lz" - - .align 2 -gItemIcon_Ether:: @ 8DAC8B0 - .incbin "graphics/items/icons/ether.4bpp.lz" - - .align 2 -gItemIconPalette_Ether:: @ 8DAC970 - .incbin "graphics/items/icon_palettes/ether.gbapal.lz" - - .align 2 -gItemIconPalette_MaxEther:: @ 8DAC994 - .incbin "graphics/items/icon_palettes/max_ether.gbapal.lz" - - .align 2 -gItemIconPalette_Elixir:: @ 8DAC9B8 - .incbin "graphics/items/icon_palettes/elixir.gbapal.lz" - - .align 2 -gItemIconPalette_MaxElixir:: @ 8DAC9DC - .incbin "graphics/items/icon_palettes/max_elixir.gbapal.lz" - - .align 2 -gItemIcon_LavaCookie:: @ 8DACA00 - .incbin "graphics/items/icons/lava_cookie.4bpp.lz" - - .align 2 -gItemIconPalette_LavaCookieAndLetter:: @ 8DACACC - .incbin "graphics/items/icon_palettes/lava_cookie_and_letter.gbapal.lz" - - .align 2 -gItemIcon_Flute:: @ 8DACAF0 - .incbin "graphics/items/icons/flute.4bpp.lz" - - .align 2 -gItemIconPalette_BlueFlute:: @ 8DACBA4 - .incbin "graphics/items/icon_palettes/blue_flute.gbapal.lz" - - .align 2 -gItemIconPalette_YellowFlute:: @ 8DACBC8 - .incbin "graphics/items/icon_palettes/yellow_flute.gbapal.lz" - - .align 2 -gItemIconPalette_RedFlute:: @ 8DACBEC - .incbin "graphics/items/icon_palettes/red_flute.gbapal.lz" - - .align 2 -gItemIconPalette_BlackFlute:: @ 8DACC10 - .incbin "graphics/items/icon_palettes/black_flute.gbapal.lz" - - .align 2 -gItemIconPalette_WhiteFlute:: @ 8DACC34 - .incbin "graphics/items/icon_palettes/white_flute.gbapal.lz" - - .align 2 -gItemIcon_BerryJuice:: @ 8DACC58 - .incbin "graphics/items/icons/berry_juice.4bpp.lz" - - .align 2 -gItemIconPalette_BerryJuice:: @ 8DACD38 - .incbin "graphics/items/icon_palettes/berry_juice.gbapal.lz" - - .align 2 -gItemIcon_SacredAsh:: @ 8DACD60 - .incbin "graphics/items/icons/sacred_ash.4bpp.lz" - - .align 2 -gItemIconPalette_SacredAsh:: @ 8DACE20 - .incbin "graphics/items/icon_palettes/sacred_ash.gbapal.lz" - - .align 2 -gItemIconPalette_ShoalSalt:: @ 8DACE44 - .incbin "graphics/items/icon_palettes/shoal_salt.gbapal.lz" - - .align 2 -gItemIcon_ShoalShell:: @ 8DACE64 - .incbin "graphics/items/icons/shoal_shell.4bpp.lz" - - .align 2 -gItemIconPalette_Shell:: @ 8DACF58 - .incbin "graphics/items/icon_palettes/shell.gbapal.lz" - - .align 2 -gItemIcon_Shard:: @ 8DACF80 - .incbin "graphics/items/icons/shard.4bpp.lz" - - .align 2 -gItemIconPalette_RedShard:: @ 8DACFDC - .incbin "graphics/items/icon_palettes/red_shard.gbapal.lz" - - .align 2 -gItemIconPalette_BlueShard:: @ 8DACFF4 - .incbin "graphics/items/icon_palettes/blue_shard.gbapal.lz" - - .align 2 -gItemIconPalette_YellowShard:: @ 8DAD00C - .incbin "graphics/items/icon_palettes/yellow_shard.gbapal.lz" - - .align 2 -gItemIconPalette_GreenShard:: @ 8DAD024 - .incbin "graphics/items/icon_palettes/green_shard.gbapal.lz" - - .align 2 -gItemIcon_HPUp:: @ 8DAD03C - .incbin "graphics/items/icons/hp_up.4bpp.lz" - - .align 2 -gItemIconPalette_HPUp:: @ 8DAD0F4 - .incbin "graphics/items/icon_palettes/hp_up.gbapal.lz" - - .align 2 -gItemIcon_Vitamin:: @ 8DAD11C - .incbin "graphics/items/icons/vitamin.4bpp.lz" - - .align 2 -gItemIconPalette_Protein:: @ 8DAD1CC - .incbin "graphics/items/icon_palettes/protein.gbapal.lz" - - .align 2 -gItemIconPalette_Iron:: @ 8DAD1F4 - .incbin "graphics/items/icon_palettes/iron.gbapal.lz" - - .align 2 -gItemIconPalette_Carbos:: @ 8DAD21C - .incbin "graphics/items/icon_palettes/carbos.gbapal.lz" - - .align 2 -gItemIconPalette_Calcium:: @ 8DAD244 - .incbin "graphics/items/icon_palettes/calcium.gbapal.lz" - - .align 2 -gItemIcon_RareCandy:: @ 8DAD26C - .incbin "graphics/items/icons/rare_candy.4bpp.lz" - - .align 2 -gItemIconPalette_RareCandy:: @ 8DAD330 - .incbin "graphics/items/icon_palettes/rare_candy.gbapal.lz" - - .align 2 -gItemIcon_PPUp:: @ 8DAD34C - .incbin "graphics/items/icons/pp_up.4bpp.lz" - - .align 2 -gItemIconPalette_PPUp:: @ 8DAD3FC - .incbin "graphics/items/icon_palettes/pp_up.gbapal.lz" - - .align 2 -gItemIconPalette_Zinc:: @ 8DAD424 - .incbin "graphics/items/icon_palettes/zinc.gbapal.lz" - - .align 2 -gItemIcon_PPMax:: @ 8DAD44C - .incbin "graphics/items/icons/pp_max.4bpp.lz" - - .align 2 -gItemIconPalette_PPMax:: @ 8DAD4F4 - .incbin "graphics/items/icon_palettes/pp_max.gbapal.lz" - - .align 2 -gItemIconPalette_GuardSpec:: @ 8DAD51C - .incbin "graphics/items/icon_palettes/guard_spec.gbapal.lz" - - .align 2 -gItemIconPalette_DireHit:: @ 8DAD540 - .incbin "graphics/items/icon_palettes/dire_hit.gbapal.lz" - - .align 2 -gItemIconPalette_XAttack:: @ 8DAD564 - .incbin "graphics/items/icon_palettes/x_attack.gbapal.lz" - - .align 2 -gItemIcon_BattleStatItem:: @ 8DAD588 - .incbin "graphics/items/icons/battle_stat_item.4bpp.lz" - - .align 2 -gItemIconPalette_XDefend:: @ 8DAD66C - .incbin "graphics/items/icon_palettes/x_defend.gbapal.lz" - - .align 2 -gItemIconPalette_XSpeed:: @ 8DAD690 - .incbin "graphics/items/icon_palettes/x_speed.gbapal.lz" - - .align 2 -gItemIconPalette_XAccuracy:: @ 8DAD6B4 - .incbin "graphics/items/icon_palettes/x_accuracy.gbapal.lz" - - .align 2 -gItemIconPalette_XSpecial:: @ 8DAD6D8 - .incbin "graphics/items/icon_palettes/x_special.gbapal.lz" - - .align 2 -gItemIcon_PokeDoll:: @ 8DAD6FC - .incbin "graphics/items/icons/poke_doll.4bpp.lz" - - .align 2 -gItemIconPalette_PokeDoll:: @ 8DAD7EC - .incbin "graphics/items/icon_palettes/poke_doll.gbapal.lz" - - .align 2 -gItemIcon_FluffyTail:: @ 8DAD808 - .incbin "graphics/items/icons/fluffy_tail.4bpp.lz" - - .align 2 -gItemIconPalette_FluffyTail:: @ 8DAD8F8 - .incbin "graphics/items/icon_palettes/fluffy_tail.gbapal.lz" - - .align 2 -gItemIcon_Repel:: @ 8DAD91C - .incbin "graphics/items/icons/repel.4bpp.lz" - - .align 2 -gItemIconPalette_SuperRepel:: @ 8DAD9BC - .incbin "graphics/items/icon_palettes/super_repel.gbapal.lz" - - .align 2 -gItemIconPalette_MaxRepel:: @ 8DAD9E4 - .incbin "graphics/items/icon_palettes/max_repel.gbapal.lz" - - .align 2 -gItemIcon_EscapeRope:: @ 8DADA0C - .incbin "graphics/items/icons/escape_rope.4bpp.lz" - - .align 2 -gItemIconPalette_EscapeRope:: @ 8DADAC0 - .incbin "graphics/items/icon_palettes/escape_rope.gbapal.lz" - - .align 2 -gItemIconPalette_Repel:: @ 8DADAE4 - .incbin "graphics/items/icon_palettes/repel.gbapal.lz" - - .align 2 -gItemIcon_SunStone:: @ 8DADB0C - .incbin "graphics/items/icons/sun_stone.4bpp.lz" - - .align 2 -gItemIconPalette_SunStone:: @ 8DADC04 - .incbin "graphics/items/icon_palettes/sun_stone.gbapal.lz" - - .align 2 -gItemIcon_MoonStone:: @ 8DADC20 - .incbin "graphics/items/icons/moon_stone.4bpp.lz" - - .align 2 -gItemIconPalette_MoonStone:: @ 8DADCF4 - .incbin "graphics/items/icon_palettes/moon_stone.gbapal.lz" - - .align 2 -gItemIcon_FireStone:: @ 8DADD14 - .incbin "graphics/items/icons/fire_stone.4bpp.lz" - - .align 2 -gItemIconPalette_FireStone:: @ 8DADE08 - .incbin "graphics/items/icon_palettes/fire_stone.gbapal.lz" - - .align 2 -gItemIcon_ThunderStone:: @ 8DADE30 - .incbin "graphics/items/icons/thunder_stone.4bpp.lz" - - .align 2 -gItemIconPalette_ThunderStone:: @ 8DADF18 - .incbin "graphics/items/icon_palettes/thunder_stone.gbapal.lz" - - .align 2 -gItemIcon_WaterStone:: @ 8DADF38 - .incbin "graphics/items/icons/water_stone.4bpp.lz" - - .align 2 -gItemIconPalette_WaterStone:: @ 8DAE018 - .incbin "graphics/items/icon_palettes/water_stone.gbapal.lz" - - .align 2 -gItemIcon_LeafStone:: @ 8DAE03C - .incbin "graphics/items/icons/leaf_stone.4bpp.lz" - - .align 2 -gItemIconPalette_LeafStone:: @ 8DAE130 - .incbin "graphics/items/icon_palettes/leaf_stone.gbapal.lz" - - .align 2 -gItemIcon_TinyMushroom:: @ 8DAE158 - .incbin "graphics/items/icons/tiny_mushroom.4bpp.lz" - - .align 2 -gItemIcon_BigMushroom:: @ 8DAE1D8 - .incbin "graphics/items/icons/big_mushroom.4bpp.lz" - - .align 2 -gItemIconPalette_Mushroom:: @ 8DAE290 - .incbin "graphics/items/icon_palettes/mushroom.gbapal.lz" - - .align 2 -gItemIcon_Pearl:: @ 8DAE2B4 - .incbin "graphics/items/icons/pearl.4bpp.lz" - - .align 2 -gItemIconPalette_Pearl:: @ 8DAE330 - .incbin "graphics/items/icon_palettes/pearl.gbapal.lz" - - .align 2 -gItemIcon_BigPearl:: @ 8DAE358 - .incbin "graphics/items/icons/big_pearl.4bpp.lz" - - .align 2 -gItemIcon_Stardust:: @ 8DAE410 - .incbin "graphics/items/icons/stardust.4bpp.lz" - - .align 2 -gItemIconPalette_Star:: @ 8DAE4D0 - .incbin "graphics/items/icon_palettes/star.gbapal.lz" - - .align 2 -gItemIcon_StarPiece:: @ 8DAE4F4 - .incbin "graphics/items/icons/star_piece.4bpp.lz" - - .align 2 -gItemIcon_Nugget:: @ 8DAE578 - .incbin "graphics/items/icons/nugget.4bpp.lz" - - .align 2 -gItemIconPalette_Nugget:: @ 8DAE604 - .incbin "graphics/items/icon_palettes/nugget.gbapal.lz" - - .align 2 -gItemIcon_HeartScale:: @ 8DAE624 - .incbin "graphics/items/icons/heart_scale.4bpp.lz" - - .align 2 -gItemIconPalette_HeartScale:: @ 8DAE6C4 - .incbin "graphics/items/icon_palettes/heart_scale.gbapal.lz" - - .align 2 -gItemIcon_OrangeMail:: @ 8DAE6E0 - .incbin "graphics/items/icons/orange_mail.4bpp.lz" - - .align 2 -gItemIconPalette_OrangeMail:: @ 8DAE7B4 - .incbin "graphics/items/icon_palettes/orange_mail.gbapal.lz" - - .align 2 -gItemIcon_HarborMail:: @ 8DAE7D4 - .incbin "graphics/items/icons/harbor_mail.4bpp.lz" - - .align 2 -gItemIconPalette_HarborMail:: @ 8DAE89C - .incbin "graphics/items/icon_palettes/harbor_mail.gbapal.lz" - - .align 2 -gItemIcon_GlitterMail:: @ 8DAE8BC - .incbin "graphics/items/icons/glitter_mail.4bpp.lz" - - .align 2 -gItemIconPalette_GlitterMail:: @ 8DAE998 - .incbin "graphics/items/icon_palettes/glitter_mail.gbapal.lz" - - .align 2 -gItemIcon_MechMail:: @ 8DAE9C0 - .incbin "graphics/items/icons/mech_mail.4bpp.lz" - - .align 2 -gItemIconPalette_MechMail:: @ 8DAEA9C - .incbin "graphics/items/icon_palettes/mech_mail.gbapal.lz" - - .align 2 -gItemIcon_WoodMail:: @ 8DAEABC - .incbin "graphics/items/icons/wood_mail.4bpp.lz" - - .align 2 -gItemIconPalette_WoodMail:: @ 8DAEB9C - .incbin "graphics/items/icon_palettes/wood_mail.gbapal.lz" - - .align 2 -gItemIcon_WaveMail:: @ 8DAEBBC - .incbin "graphics/items/icons/wave_mail.4bpp.lz" - - .align 2 -gItemIconPalette_WaveMail:: @ 8DAEC94 - .incbin "graphics/items/icon_palettes/wave_mail.gbapal.lz" - - .align 2 -gItemIcon_BeadMail:: @ 8DAECB4 - .incbin "graphics/items/icons/bead_mail.4bpp.lz" - - .align 2 -gItemIconPalette_BeadMail:: @ 8DAED74 - .incbin "graphics/items/icon_palettes/bead_mail.gbapal.lz" - - .align 2 -gItemIcon_ShadowMail:: @ 8DAED94 - .incbin "graphics/items/icons/shadow_mail.4bpp.lz" - - .align 2 -gItemIconPalette_ShadowMail:: @ 8DAEE68 - .incbin "graphics/items/icon_palettes/shadow_mail.gbapal.lz" - - .align 2 -gItemIcon_TropicMail:: @ 8DAEE8C - .incbin "graphics/items/icons/tropic_mail.4bpp.lz" - - .align 2 -gItemIconPalette_TropicMail:: @ 8DAEF70 - .incbin "graphics/items/icon_palettes/tropic_mail.gbapal.lz" - - .align 2 -gItemIcon_DreamMail:: @ 8DAEF94 - .incbin "graphics/items/icons/dream_mail.4bpp.lz" - - .align 2 -gItemIconPalette_DreamMail:: @ 8DAF074 - .incbin "graphics/items/icon_palettes/dream_mail.gbapal.lz" - - .align 2 -gItemIcon_FabMail:: @ 8DAF094 - .incbin "graphics/items/icons/fab_mail.4bpp.lz" - - .align 2 -gItemIconPalette_FabMail:: @ 8DAF15C - .incbin "graphics/items/icon_palettes/fab_mail.gbapal.lz" - - .align 2 -gItemIcon_RetroMail:: @ 8DAF178 - .incbin "graphics/items/icons/retro_mail.4bpp.lz" - - .align 2 -gItemIconPalette_RetroMail:: @ 8DAF210 - .incbin "graphics/items/icon_palettes/retro_mail.gbapal.lz" - - .align 2 -gItemIcon_CheriBerry:: @ 8DAF230 - .incbin "graphics/items/icons/cheri_berry.4bpp.lz" - - .align 2 -gItemIconPalette_CheriBerry:: @ 8DAF318 - .incbin "graphics/items/icon_palettes/cheri_berry.gbapal.lz" - - .align 2 -gItemIcon_ChestoBerry:: @ 8DAF340 - .incbin "graphics/items/icons/chesto_berry.4bpp.lz" - - .align 2 -gItemIconPalette_ChestoBerry:: @ 8DAF400 - .incbin "graphics/items/icon_palettes/chesto_berry.gbapal.lz" - - .align 2 -gItemIcon_PechaBerry:: @ 8DAF424 - .incbin "graphics/items/icons/pecha_berry.4bpp.lz" - - .align 2 -gItemIconPalette_PechaBerry:: @ 8DAF4E4 - .incbin "graphics/items/icon_palettes/pecha_berry.gbapal.lz" - - .align 2 -gItemIcon_RawstBerry:: @ 8DAF508 - .incbin "graphics/items/icons/rawst_berry.4bpp.lz" - - .align 2 -gItemIconPalette_RawstBerry:: @ 8DAF5EC - .incbin "graphics/items/icon_palettes/rawst_berry.gbapal.lz" - - .align 2 -gItemIcon_AspearBerry:: @ 8DAF610 - .incbin "graphics/items/icons/aspear_berry.4bpp.lz" - - .align 2 -gItemIconPalette_AspearBerry:: @ 8DAF6F8 - .incbin "graphics/items/icon_palettes/aspear_berry.gbapal.lz" - - .align 2 -gItemIcon_LeppaBerry:: @ 8DAF71C - .incbin "graphics/items/icons/leppa_berry.4bpp.lz" - - .align 2 -gItemIconPalette_LeppaBerry:: @ 8DAF7D4 - .incbin "graphics/items/icon_palettes/leppa_berry.gbapal.lz" - - .align 2 -gItemIcon_OranBerry:: @ 8DAF7F8 - .incbin "graphics/items/icons/oran_berry.4bpp.lz" - - .align 2 -gItemIconPalette_OranBerry:: @ 8DAF8BC - .incbin "graphics/items/icon_palettes/oran_berry.gbapal.lz" - - .align 2 -gItemIcon_PersimBerry:: @ 8DAF8E0 - .incbin "graphics/items/icons/persim_berry.4bpp.lz" - - .align 2 -gItemIconPalette_PersimBerry:: @ 8DAF9B4 - .incbin "graphics/items/icon_palettes/persim_berry.gbapal.lz" - - .align 2 -gItemIcon_LumBerry:: @ 8DAF9D8 - .incbin "graphics/items/icons/lum_berry.4bpp.lz" - - .align 2 -gItemIconPalette_LumBerry:: @ 8DAFA90 - .incbin "graphics/items/icon_palettes/lum_berry.gbapal.lz" - - .align 2 -gItemIcon_SitrusBerry:: @ 8DAFAAC - .incbin "graphics/items/icons/sitrus_berry.4bpp.lz" - - .align 2 -gItemIconPalette_SitrusBerry:: @ 8DAFB78 - .incbin "graphics/items/icon_palettes/sitrus_berry.gbapal.lz" - - .align 2 -gItemIcon_FigyBerry:: @ 8DAFB9C - .incbin "graphics/items/icons/figy_berry.4bpp.lz" - - .align 2 -gItemIconPalette_FigyBerry:: @ 8DAFC64 - .incbin "graphics/items/icon_palettes/figy_berry.gbapal.lz" - - .align 2 -gItemIcon_WikiBerry:: @ 8DAFC88 - .incbin "graphics/items/icons/wiki_berry.4bpp.lz" - - .align 2 -gItemIconPalette_WikiBerry:: @ 8DAFD6C - .incbin "graphics/items/icon_palettes/wiki_berry.gbapal.lz" - - .align 2 -gItemIcon_MagoBerry:: @ 8DAFD90 - .incbin "graphics/items/icons/mago_berry.4bpp.lz" - - .align 2 -gItemIconPalette_MagoBerry:: @ 8DAFE4C - .incbin "graphics/items/icon_palettes/mago_berry.gbapal.lz" - - .align 2 -gItemIcon_AguavBerry:: @ 8DAFE70 - .incbin "graphics/items/icons/aguav_berry.4bpp.lz" - - .align 2 -gItemIconPalette_AguavBerry:: @ 8DAFF5C - .incbin "graphics/items/icon_palettes/aguav_berry.gbapal.lz" - - .align 2 -gItemIcon_IapapaBerry:: @ 8DAFF7C - .incbin "graphics/items/icons/iapapa_berry.4bpp.lz" - - .align 2 -gItemIconPalette_IapapaBerry:: @ 8DB0064 - .incbin "graphics/items/icon_palettes/iapapa_berry.gbapal.lz" - - .align 2 -gItemIcon_RazzBerry:: @ 8DB0088 - .incbin "graphics/items/icons/razz_berry.4bpp.lz" - - .align 2 -gItemIconPalette_RazzBerry:: @ 8DB0168 - .incbin "graphics/items/icon_palettes/razz_berry.gbapal.lz" - - .align 2 -gItemIcon_BlukBerry:: @ 8DB018C - .incbin "graphics/items/icons/bluk_berry.4bpp.lz" - - .align 2 -gItemIconPalette_BlukBerry:: @ 8DB027C - .incbin "graphics/items/icon_palettes/bluk_berry.gbapal.lz" - - .align 2 -gItemIcon_NanabBerry:: @ 8DB02A0 - .incbin "graphics/items/icons/nanab_berry.4bpp.lz" - - .align 2 -gItemIconPalette_NanabBerry:: @ 8DB0384 - .incbin "graphics/items/icon_palettes/nanab_berry.gbapal.lz" - - .align 2 -gItemIcon_WepearBerry:: @ 8DB03A8 - .incbin "graphics/items/icons/wepear_berry.4bpp.lz" - - .align 2 -gItemIconPalette_WepearBerry:: @ 8DB0470 - .incbin "graphics/items/icon_palettes/wepear_berry.gbapal.lz" - - .align 2 -gItemIcon_PinapBerry:: @ 8DB048C - .incbin "graphics/items/icons/pinap_berry.4bpp.lz" - - .align 2 -gItemIconPalette_PinapBerry:: @ 8DB0580 - .incbin "graphics/items/icon_palettes/pinap_berry.gbapal.lz" - - .align 2 -gItemIcon_PomegBerry:: @ 8DB05A4 - .incbin "graphics/items/icons/pomeg_berry.4bpp.lz" - - .align 2 -gItemIconPalette_PomegBerry:: @ 8DB0658 - .incbin "graphics/items/icon_palettes/pomeg_berry.gbapal.lz" - - .align 2 -gItemIcon_KelpsyBerry:: @ 8DB067C - .incbin "graphics/items/icons/kelpsy_berry.4bpp.lz" - - .align 2 -gItemIconPalette_KelpsyBerry:: @ 8DB074C - .incbin "graphics/items/icon_palettes/kelpsy_berry.gbapal.lz" - - .align 2 -gItemIcon_QualotBerry:: @ 8DB076C - .incbin "graphics/items/icons/qualot_berry.4bpp.lz" - - .align 2 -gItemIconPalette_QualotBerry:: @ 8DB0838 - .incbin "graphics/items/icon_palettes/qualot_berry.gbapal.lz" - - .align 2 -gItemIcon_HondewBerry:: @ 8DB085C - .incbin "graphics/items/icons/hondew_berry.4bpp.lz" - - .align 2 -gItemIconPalette_HondewBerry:: @ 8DB093C - .incbin "graphics/items/icon_palettes/hondew_berry.gbapal.lz" - - .align 2 -gItemIcon_GrepaBerry:: @ 8DB0960 - .incbin "graphics/items/icons/grepa_berry.4bpp.lz" - - .align 2 -gItemIconPalette_GrepaBerry:: @ 8DB0A14 - .incbin "graphics/items/icon_palettes/grepa_berry.gbapal.lz" - - .align 2 -gItemIcon_TamatoBerry:: @ 8DB0A38 - .incbin "graphics/items/icons/tamato_berry.4bpp.lz" - - .align 2 -gItemIconPalette_TamatoBerry:: @ 8DB0B14 - .incbin "graphics/items/icon_palettes/tamato_berry.gbapal.lz" - - .align 2 -gItemIcon_CornnBerry:: @ 8DB0B38 - .incbin "graphics/items/icons/cornn_berry.4bpp.lz" - - .align 2 -gItemIconPalette_CornnBerry:: @ 8DB0C24 - .incbin "graphics/items/icon_palettes/cornn_berry.gbapal.lz" - - .align 2 -gItemIcon_MagostBerry:: @ 8DB0C4C - .incbin "graphics/items/icons/magost_berry.4bpp.lz" - - .align 2 -gItemIconPalette_MagostBerry:: @ 8DB0CF4 - .incbin "graphics/items/icon_palettes/magost_berry.gbapal.lz" - - .align 2 -gItemIcon_RabutaBerry:: @ 8DB0D18 - .incbin "graphics/items/icons/rabuta_berry.4bpp.lz" - - .align 2 -gItemIconPalette_RabutaBerry:: @ 8DB0E14 - .incbin "graphics/items/icon_palettes/rabuta_berry.gbapal.lz" - - .align 2 -gItemIcon_NomelBerry:: @ 8DB0E38 - .incbin "graphics/items/icons/nomel_berry.4bpp.lz" - - .align 2 -gItemIconPalette_NomelBerry:: @ 8DB0EDC - .incbin "graphics/items/icon_palettes/nomel_berry.gbapal.lz" - - .align 2 -gItemIcon_SpelonBerry:: @ 8DB0EF8 - .incbin "graphics/items/icons/spelon_berry.4bpp.lz" - - .align 2 -gItemIconPalette_SpelonBerry:: @ 8DB0FBC - .incbin "graphics/items/icon_palettes/spelon_berry.gbapal.lz" - - .align 2 -gItemIcon_PamtreBerry:: @ 8DB0FDC - .incbin "graphics/items/icons/pamtre_berry.4bpp.lz" - - .align 2 -gItemIconPalette_PamtreBerry:: @ 8DB10BC - .incbin "graphics/items/icon_palettes/pamtre_berry.gbapal.lz" - - .align 2 -gItemIcon_WatmelBerry:: @ 8DB10E4 - .incbin "graphics/items/icons/watmel_berry.4bpp.lz" - - .align 2 -gItemIconPalette_WatmelBerry:: @ 8DB11F4 - .incbin "graphics/items/icon_palettes/watmel_berry.gbapal.lz" - - .align 2 -gItemIcon_DurinBerry:: @ 8DB1218 - .incbin "graphics/items/icons/durin_berry.4bpp.lz" - - .align 2 -gItemIconPalette_DurinBerry:: @ 8DB131C - .incbin "graphics/items/icon_palettes/durin_berry.gbapal.lz" - - .align 2 -gItemIcon_BelueBerry:: @ 8DB1340 - .incbin "graphics/items/icons/belue_berry.4bpp.lz" - - .align 2 -gItemIconPalette_BelueBerry:: @ 8DB1424 - .incbin "graphics/items/icon_palettes/belue_berry.gbapal.lz" - - .align 2 -gItemIcon_LiechiBerry:: @ 8DB1448 - .incbin "graphics/items/icons/liechi_berry.4bpp.lz" - - .align 2 -gItemIconPalette_LiechiBerry:: @ 8DB1528 - .incbin "graphics/items/icon_palettes/liechi_berry.gbapal.lz" - - .align 2 -gItemIcon_GanlonBerry:: @ 8DB1548 - .incbin "graphics/items/icons/ganlon_berry.4bpp.lz" - - .align 2 -gItemIconPalette_GanlonBerry:: @ 8DB1628 - .incbin "graphics/items/icon_palettes/ganlon_berry.gbapal.lz" - - .align 2 -gItemIcon_SalacBerry:: @ 8DB1648 - .incbin "graphics/items/icons/salac_berry.4bpp.lz" - - .align 2 -gItemIconPalette_SalacBerry:: @ 8DB1730 - .incbin "graphics/items/icon_palettes/salac_berry.gbapal.lz" - - .align 2 -gItemIcon_PetayaBerry:: @ 8DB1750 - .incbin "graphics/items/icons/petaya_berry.4bpp.lz" - - .align 2 -gItemIconPalette_PetayaBerry:: @ 8DB1848 - .incbin "graphics/items/icon_palettes/petaya_berry.gbapal.lz" - - .align 2 -gItemIcon_ApicotBerry:: @ 8DB186C - .incbin "graphics/items/icons/apicot_berry.4bpp.lz" - - .align 2 -gItemIconPalette_ApicotBerry:: @ 8DB1924 - .incbin "graphics/items/icon_palettes/apicot_berry.gbapal.lz" - - .align 2 -gItemIcon_LansatBerry:: @ 8DB194C - .incbin "graphics/items/icons/lansat_berry.4bpp.lz" - - .align 2 -gItemIconPalette_LansatBerry:: @ 8DB1A2C - .incbin "graphics/items/icon_palettes/lansat_berry.gbapal.lz" - - .align 2 -gItemIcon_StarfBerry:: @ 8DB1A50 - .incbin "graphics/items/icons/starf_berry.4bpp.lz" - - .align 2 -gItemIconPalette_StarfBerry:: @ 8DB1B20 - .incbin "graphics/items/icon_palettes/starf_berry.gbapal.lz" - - .align 2 -gItemIcon_EnigmaBerry:: @ 8DB1B44 - .incbin "graphics/items/icons/enigma_berry.4bpp.lz" - - .align 2 -gItemIconPalette_EnigmaBerry:: @ 8DB1C10 - .incbin "graphics/items/icon_palettes/enigma_berry.gbapal.lz" - - .align 2 -gItemIcon_BrightPowder:: @ 8DB1C30 - .incbin "graphics/items/icons/bright_powder.4bpp.lz" - - .align 2 -gItemIconPalette_BrightPowder:: @ 8DB1CEC - .incbin "graphics/items/icon_palettes/bright_powder.gbapal.lz" - - .align 2 -gItemIcon_InBattleHerb:: @ 8DB1D0C - .incbin "graphics/items/icons/in_battle_herb.4bpp.lz" - - .align 2 -gItemIconPalette_WhiteHerb:: @ 8DB1DB8 - .incbin "graphics/items/icon_palettes/white_herb.gbapal.lz" - - .align 2 -gItemIcon_MachoBrace:: @ 8DB1DD8 - .incbin "graphics/items/icons/macho_brace.4bpp.lz" - - .align 2 -gItemIconPalette_MachoBrace:: @ 8DB1EC4 - .incbin "graphics/items/icon_palettes/macho_brace.gbapal.lz" - - .align 2 -gItemIcon_ExpShare:: @ 8DB1EEC - .incbin "graphics/items/icons/exp_share.4bpp.lz" - - .align 2 -gItemIconPalette_ExpShare:: @ 8DB1FD8 - .incbin "graphics/items/icon_palettes/exp_share.gbapal.lz" - - .align 2 -gItemIcon_QuickClaw:: @ 8DB2000 - .incbin "graphics/items/icons/quick_claw.4bpp.lz" - - .align 2 -gItemIconPalette_QuickClaw:: @ 8DB2098 - .incbin "graphics/items/icon_palettes/quick_claw.gbapal.lz" - - .align 2 -gItemIcon_SootheBell:: @ 8DB20B8 - .incbin "graphics/items/icons/soothe_bell.4bpp.lz" - - .align 2 -gItemIconPalette_SootheBell:: @ 8DB217C - .incbin "graphics/items/icon_palettes/soothe_bell.gbapal.lz" - - .align 2 -gItemIconPalette_MentalHerb:: @ 8DB21A0 - .incbin "graphics/items/icon_palettes/mental_herb.gbapal.lz" - - .align 2 -gItemIcon_ChoiceBand:: @ 8DB21C0 - .incbin "graphics/items/icons/choice_band.4bpp.lz" - - .align 2 -gItemIconPalette_ChoiceBand:: @ 8DB22AC - .incbin "graphics/items/icon_palettes/choice_band.gbapal.lz" - - .align 2 -gItemIcon_KingsRock:: @ 8DB22D4 - .incbin "graphics/items/icons/kings_rock.4bpp.lz" - - .align 2 -gItemIconPalette_KingsRock:: @ 8DB23C4 - .incbin "graphics/items/icon_palettes/kings_rock.gbapal.lz" - - .align 2 -gItemIcon_SilverPowder:: @ 8DB23E0 - .incbin "graphics/items/icons/silver_powder.4bpp.lz" - - .align 2 -gItemIconPalette_SilverPowder:: @ 8DB246C - .incbin "graphics/items/icon_palettes/silver_powder.gbapal.lz" - - .align 2 -gItemIcon_AmuletCoin:: @ 8DB2490 - .incbin "graphics/items/icons/amulet_coin.4bpp.lz" - - .align 2 -gItemIconPalette_AmuletCoin:: @ 8DB2528 - .incbin "graphics/items/icon_palettes/amulet_coin.gbapal.lz" - - .align 2 -gItemIcon_CleanseTag:: @ 8DB254C - .incbin "graphics/items/icons/cleanse_tag.4bpp.lz" - - .align 2 -gItemIconPalette_CleanseTag:: @ 8DB25F0 - .incbin "graphics/items/icon_palettes/cleanse_tag.gbapal.lz" - - .align 2 -gItemIcon_SoulDew:: @ 8DB2610 - .incbin "graphics/items/icons/soul_dew.4bpp.lz" - - .align 2 -gItemIconPalette_SoulDew:: @ 8DB26A4 - .incbin "graphics/items/icon_palettes/soul_dew.gbapal.lz" - - .align 2 -gItemIcon_DeepSeaTooth:: @ 8DB26C4 - .incbin "graphics/items/icons/deep_sea_tooth.4bpp.lz" - - .align 2 -gItemIconPalette_DeepSeaTooth:: @ 8DB2778 - .incbin "graphics/items/icon_palettes/deep_sea_tooth.gbapal.lz" - - .align 2 -gItemIcon_DeepSeaScale:: @ 8DB279C - .incbin "graphics/items/icons/deep_sea_scale.4bpp.lz" - - .align 2 -gItemIconPalette_DeepSeaScale:: @ 8DB2844 - .incbin "graphics/items/icon_palettes/deep_sea_scale.gbapal.lz" - - .align 2 -gItemIcon_SmokeBall:: @ 8DB2864 - .incbin "graphics/items/icons/smoke_ball.4bpp.lz" - - .align 2 -gItemIconPalette_SmokeBall:: @ 8DB291C - .incbin "graphics/items/icon_palettes/smoke_ball.gbapal.lz" - - .align 2 -gItemIcon_Everstone:: @ 8DB2940 - .incbin "graphics/items/icons/everstone.4bpp.lz" - - .align 2 -gItemIconPalette_Everstone:: @ 8DB29F4 - .incbin "graphics/items/icon_palettes/everstone.gbapal.lz" - - .align 2 -gItemIcon_FocusBand:: @ 8DB2A10 - .incbin "graphics/items/icons/focus_band.4bpp.lz" - - .align 2 -gItemIconPalette_FocusBand:: @ 8DB2B00 - .incbin "graphics/items/icon_palettes/focus_band.gbapal.lz" - - .align 2 -gItemIcon_LuckyEgg:: @ 8DB2B28 - .incbin "graphics/items/icons/lucky_egg.4bpp.lz" - - .align 2 -gItemIconPalette_LuckyEgg:: @ 8DB2BB0 - .incbin "graphics/items/icon_palettes/lucky_egg.gbapal.lz" - - .align 2 -gItemIcon_ScopeLens:: @ 8DB2BC8 - .incbin "graphics/items/icons/scope_lens.4bpp.lz" - - .align 2 -gItemIconPalette_ScopeLens:: @ 8DB2CC8 - .incbin "graphics/items/icon_palettes/scope_lens.gbapal.lz" - - .align 2 -gItemIcon_MetalCoat:: @ 8DB2CF0 - .incbin "graphics/items/icons/metal_coat.4bpp.lz" - - .align 2 -gItemIconPalette_MetalCoat:: @ 8DB2DAC - .incbin "graphics/items/icon_palettes/metal_coat.gbapal.lz" - - .align 2 -gItemIcon_Leftovers:: @ 8DB2DCC - .incbin "graphics/items/icons/leftovers.4bpp.lz" - - .align 2 -gItemIconPalette_Leftovers:: @ 8DB2E70 - .incbin "graphics/items/icon_palettes/leftovers.gbapal.lz" - - .align 2 -gItemIcon_DragonScale:: @ 8DB2E94 - .incbin "graphics/items/icons/dragon_scale.4bpp.lz" - - .align 2 -gItemIconPalette_DragonScale:: @ 8DB2F48 - .incbin "graphics/items/icon_palettes/dragon_scale.gbapal.lz" - - .align 2 -gItemIcon_LightBall:: @ 8DB2F68 - .incbin "graphics/items/icons/light_ball.4bpp.lz" - - .align 2 -gItemIconPalette_LightBall:: @ 8DB2FFC - .incbin "graphics/items/icon_palettes/light_ball.gbapal.lz" - - .align 2 -gItemIcon_SoftSand:: @ 8DB3020 - .incbin "graphics/items/icons/soft_sand.4bpp.lz" - - .align 2 -gItemIconPalette_SoftSand:: @ 8DB30DC - .incbin "graphics/items/icon_palettes/soft_sand.gbapal.lz" - - .align 2 -gItemIcon_HardStone:: @ 8DB30FC - .incbin "graphics/items/icons/hard_stone.4bpp.lz" - - .align 2 -gItemIconPalette_HardStone:: @ 8DB31B0 - .incbin "graphics/items/icon_palettes/hard_stone.gbapal.lz" - - .align 2 -gItemIcon_MiracleSeed:: @ 8DB31D4 - .incbin "graphics/items/icons/miracle_seed.4bpp.lz" - - .align 2 -gItemIconPalette_MiracleSeed:: @ 8DB3284 - .incbin "graphics/items/icon_palettes/miracle_seed.gbapal.lz" - - .align 2 -gItemIcon_BlackGlasses:: @ 8DB32A0 - .incbin "graphics/items/icons/black_glasses.4bpp.lz" - - .align 2 -gItemIconPalette_BlackTypeEnhancingItem:: @ 8DB3328 - .incbin "graphics/items/icon_palettes/black_type_enhancing_item.gbapal.lz" - - .align 2 -gItemIcon_BlackBelt:: @ 8DB3340 - .incbin "graphics/items/icons/black_belt.4bpp.lz" - - .align 2 -gItemIcon_Magnet:: @ 8DB3408 - .incbin "graphics/items/icons/magnet.4bpp.lz" - - .align 2 -gItemIconPalette_Magnet:: @ 8DB34B8 - .incbin "graphics/items/icon_palettes/magnet.gbapal.lz" - - .align 2 -gItemIcon_MysticWater:: @ 8DB34E0 - .incbin "graphics/items/icons/mystic_water.4bpp.lz" - - .align 2 -gItemIconPalette_MysticWater:: @ 8DB3578 - .incbin "graphics/items/icon_palettes/mystic_water.gbapal.lz" - - .align 2 -gItemIcon_SharpBeak:: @ 8DB3598 - .incbin "graphics/items/icons/sharp_beak.4bpp.lz" - - .align 2 -gItemIconPalette_SharpBeak:: @ 8DB3654 - .incbin "graphics/items/icon_palettes/sharp_beak.gbapal.lz" - - .align 2 -gItemIcon_PoisonBarb:: @ 8DB3674 - .incbin "graphics/items/icons/poison_barb.4bpp.lz" - - .align 2 -gItemIconPalette_PoisonBarb:: @ 8DB36FC - .incbin "graphics/items/icon_palettes/poison_barb.gbapal.lz" - - .align 2 -gItemIcon_NeverMeltIce:: @ 8DB371C - .incbin "graphics/items/icons/never_melt_ice.4bpp.lz" - - .align 2 -gItemIconPalette_NeverMeltIce:: @ 8DB37E8 - .incbin "graphics/items/icon_palettes/never_melt_ice.gbapal.lz" - - .align 2 -gItemIcon_SpellTag:: @ 8DB3804 - .incbin "graphics/items/icons/spell_tag.4bpp.lz" - - .align 2 -gItemIconPalette_SpellTag:: @ 8DB38A4 - .incbin "graphics/items/icon_palettes/spell_tag.gbapal.lz" - - .align 2 -gItemIcon_TwistedSpoon:: @ 8DB38C4 - .incbin "graphics/items/icons/twisted_spoon.4bpp.lz" - - .align 2 -gItemIconPalette_TwistedSpoon:: @ 8DB3964 - .incbin "graphics/items/icon_palettes/twisted_spoon.gbapal.lz" - - .align 2 -gItemIcon_Charcoal:: @ 8DB397C - .incbin "graphics/items/icons/charcoal.4bpp.lz" - - .align 2 -gItemIconPalette_Charcoal:: @ 8DB3A4C - .incbin "graphics/items/icon_palettes/charcoal.gbapal.lz" - - .align 2 -gItemIcon_DragonFang:: @ 8DB3A68 - .incbin "graphics/items/icons/dragon_fang.4bpp.lz" - - .align 2 -gItemIconPalette_DragonFang:: @ 8DB3B1C - .incbin "graphics/items/icon_palettes/dragon_fang.gbapal.lz" - - .align 2 -gItemIcon_SilkScarf:: @ 8DB3B3C - .incbin "graphics/items/icons/silk_scarf.4bpp.lz" - - .align 2 -gItemIconPalette_SilkScarf:: @ 8DB3C44 - .incbin "graphics/items/icon_palettes/silk_scarf.gbapal.lz" - - .align 2 -gItemIcon_UpGrade:: @ 8DB3C64 - .incbin "graphics/items/icons/up_grade.4bpp.lz" - - .align 2 -gItemIconPalette_UpGrade:: @ 8DB3D20 - .incbin "graphics/items/icon_palettes/up_grade.gbapal.lz" - - .align 2 -gItemIcon_ShellBell:: @ 8DB3D48 - .incbin "graphics/items/icons/shell_bell.4bpp.lz" - - .align 2 -gItemIcon_SeaIncense:: @ 8DB3E28 - .incbin "graphics/items/icons/sea_incense.4bpp.lz" - - .align 2 -gItemIconPalette_SeaIncense:: @ 8DB3F10 - .incbin "graphics/items/icon_palettes/sea_incense.gbapal.lz" - - .align 2 -gItemIcon_LaxIncense:: @ 8DB3F38 - .incbin "graphics/items/icons/lax_incense.4bpp.lz" - - .align 2 -gItemIconPalette_LaxIncense:: @ 8DB4020 - .incbin "graphics/items/icon_palettes/lax_incense.gbapal.lz" - - .align 2 -gItemIcon_LuckyPunch:: @ 8DB4048 - .incbin "graphics/items/icons/lucky_punch.4bpp.lz" - - .align 2 -gItemIconPalette_LuckyPunch:: @ 8DB410C - .incbin "graphics/items/icon_palettes/lucky_punch.gbapal.lz" - - .align 2 -gItemIcon_MetalPowder:: @ 8DB412C - .incbin "graphics/items/icons/metal_powder.4bpp.lz" - - .align 2 -gItemIconPalette_MetalPowder:: @ 8DB41EC - .incbin "graphics/items/icon_palettes/metal_powder.gbapal.lz" - - .align 2 -gItemIcon_ThickClub:: @ 8DB4210 - .incbin "graphics/items/icons/thick_club.4bpp.lz" - - .align 2 -gItemIconPalette_ThickClub:: @ 8DB42A4 - .incbin "graphics/items/icon_palettes/thick_club.gbapal.lz" - - .align 2 -gItemIcon_Stick:: @ 8DB42C0 - .incbin "graphics/items/icons/stick.4bpp.lz" - - .align 2 -gItemIconPalette_Stick:: @ 8DB4360 - .incbin "graphics/items/icon_palettes/stick.gbapal.lz" - - .align 2 -gItemIcon_Scarf:: @ 8DB4384 - .incbin "graphics/items/icons/scarf.4bpp.lz" - - .align 2 -gItemIconPalette_RedScarf:: @ 8DB4450 - .incbin "graphics/items/icon_palettes/red_scarf.gbapal.lz" - - .align 2 -gItemIconPalette_BlueScarf:: @ 8DB446C - .incbin "graphics/items/icon_palettes/blue_scarf.gbapal.lz" - - .align 2 -gItemIconPalette_PinkScarf:: @ 8DB4488 - .incbin "graphics/items/icon_palettes/pink_scarf.gbapal.lz" - - .align 2 -gItemIconPalette_GreenScarf:: @ 8DB44A4 - .incbin "graphics/items/icon_palettes/green_scarf.gbapal.lz" - - .align 2 -gItemIconPalette_YellowScarf:: @ 8DB44C0 - .incbin "graphics/items/icon_palettes/yellow_scarf.gbapal.lz" - - .align 2 -gItemIcon_MachBike:: @ 8DB44DC - .incbin "graphics/items/icons/mach_bike.4bpp.lz" - - .align 2 -gItemIconPalette_MachBike:: @ 8DB45E4 - .incbin "graphics/items/icon_palettes/mach_bike.gbapal.lz" - - .align 2 -gItemIcon_CoinCase:: @ 8DB4608 - .incbin "graphics/items/icons/coin_case.4bpp.lz" - - .align 2 -gItemIconPalette_CoinCase:: @ 8DB46C8 - .incbin "graphics/items/icon_palettes/coin_case.gbapal.lz" - - .align 2 -gItemIcon_Itemfinder:: @ 8DB46E8 - .incbin "graphics/items/icons/itemfinder.4bpp.lz" - - .align 2 -gItemIconPalette_Itemfinder:: @ 8DB47A4 - .incbin "graphics/items/icon_palettes/itemfinder.gbapal.lz" - - .align 2 -gItemIcon_OldRod:: @ 8DB47CC - .incbin "graphics/items/icons/old_rod.4bpp.lz" - - .align 2 -gItemIconPalette_OldRod:: @ 8DB4878 - .incbin "graphics/items/icon_palettes/old_rod.gbapal.lz" - - .align 2 -gItemIcon_GoodRod:: @ 8DB489C - .incbin "graphics/items/icons/good_rod.4bpp.lz" - - .align 2 -gItemIconPalette_GoodRod:: @ 8DB4938 - .incbin "graphics/items/icon_palettes/good_rod.gbapal.lz" - - .align 2 -gItemIcon_SuperRod:: @ 8DB4960 - .incbin "graphics/items/icons/super_rod.4bpp.lz" - - .align 2 -gItemIconPalette_SuperRod:: @ 8DB4A10 - .incbin "graphics/items/icon_palettes/super_rod.gbapal.lz" - - .align 2 -gItemIcon_SSTicket:: @ 8DB4A38 - .incbin "graphics/items/icons/ss_ticket.4bpp.lz" - - .align 2 -gItemIconPalette_SSTicket:: @ 8DB4ACC - .incbin "graphics/items/icon_palettes/ss_ticket.gbapal.lz" - - .align 2 -gItemIcon_ContestPass:: @ 8DB4AE4 - .incbin "graphics/items/icons/contest_pass.4bpp.lz" - - .align 2 -gItemIconPalette_ContestPass:: @ 8DB4B90 - .incbin "graphics/items/icon_palettes/contest_pass.gbapal.lz" - - .align 2 -gItemIcon_WailmerPail:: @ 8DB4BB8 - .incbin "graphics/items/icons/wailmer_pail.4bpp.lz" - - .align 2 -gItemIconPalette_WailmerPail:: @ 8DB4C84 - .incbin "graphics/items/icon_palettes/wailmer_pail.gbapal.lz" - - .align 2 -gItemIcon_DevonGoods:: @ 8DB4CA8 - .incbin "graphics/items/icons/devon_goods.4bpp.lz" - - .align 2 -gItemIconPalette_DevonGoods:: @ 8DB4D50 - .incbin "graphics/items/icon_palettes/devon_goods.gbapal.lz" - - .align 2 -gItemIcon_SootSack:: @ 8DB4D6C - .incbin "graphics/items/icons/soot_sack.4bpp.lz" - - .align 2 -gItemIconPalette_SootSack:: @ 8DB4E44 - .incbin "graphics/items/icon_palettes/soot_sack.gbapal.lz" - - .align 2 -gItemIcon_BasementKey:: @ 8DB4E6C - .incbin "graphics/items/icons/basement_key.4bpp.lz" - - .align 2 -gItemIconPalette_OldKey:: @ 8DB4F14 - .incbin "graphics/items/icon_palettes/old_key.gbapal.lz" - - .align 2 -gItemIcon_AcroBike:: @ 8DB4F3C - .incbin "graphics/items/icons/acro_bike.4bpp.lz" - - .align 2 -gItemIconPalette_AcroBike:: @ 8DB5038 - .incbin "graphics/items/icon_palettes/acro_bike.gbapal.lz" - - .align 2 -gItemIcon_PokeblockCase:: @ 8DB5058 - .incbin "graphics/items/icons/pokeblock_case.4bpp.lz" - - .align 2 -gItemIconPalette_PokeblockCase:: @ 8DB5140 - .incbin "graphics/items/icon_palettes/pokeblock_case.gbapal.lz" - - .align 2 -gItemIcon_Letter:: @ 8DB5168 - .incbin "graphics/items/icons/letter.4bpp.lz" - - .align 2 -gItemIcon_EonTicket:: @ 8DB51E8 - .incbin "graphics/items/icons/eon_ticket.4bpp.lz" - - .align 2 -gItemIconPalette_EonTicket:: @ 8DB5284 - .incbin "graphics/items/icon_palettes/eon_ticket.gbapal.lz" - - .align 2 -gItemIcon_Orb:: @ 8DB52A8 - .incbin "graphics/items/icons/orb.4bpp.lz" - - .align 2 -gItemIconPalette_RedOrb:: @ 8DB5360 - .incbin "graphics/items/icon_palettes/red_orb.gbapal.lz" - - .align 2 -gItemIconPalette_BlueOrb:: @ 8DB537C - .incbin "graphics/items/icon_palettes/blue_orb.gbapal.lz" - - .align 2 -gItemIcon_Scanner:: @ 8DB5398 - .incbin "graphics/items/icons/scanner.4bpp.lz" - - .align 2 -gItemIconPalette_Scanner:: @ 8DB5460 - .incbin "graphics/items/icon_palettes/scanner.gbapal.lz" - - .align 2 -gItemIcon_GoGoggles:: @ 8DB5484 - .incbin "graphics/items/icons/go_goggles.4bpp.lz" - - .align 2 -gItemIconPalette_GoGoggles:: @ 8DB5538 - .incbin "graphics/items/icon_palettes/go_goggles.gbapal.lz" - - .align 2 -gItemIcon_Meteorite:: @ 8DB5558 - .incbin "graphics/items/icons/meteorite.4bpp.lz" - - .align 2 -gItemIconPalette_Meteorite:: @ 8DB5638 - .incbin "graphics/items/icon_palettes/meteorite.gbapal.lz" - - .align 2 -gItemIcon_Room1Key:: @ 8DB5658 - .incbin "graphics/items/icons/room1_key.4bpp.lz" - - .align 2 -gItemIcon_Room2Key:: @ 8DB5710 - .incbin "graphics/items/icons/room2_key.4bpp.lz" - - .align 2 -gItemIcon_Room4Key:: @ 8DB57CC - .incbin "graphics/items/icons/room4_key.4bpp.lz" - - .align 2 -gItemIcon_Room6Key:: @ 8DB588C - .incbin "graphics/items/icons/room6_key.4bpp.lz" - - .align 2 -gItemIcon_StorageKey:: @ 8DB5948 - .incbin "graphics/items/icons/storage_key.4bpp.lz" - - .align 2 -gItemIcon_RootFossil:: @ 8DB59F0 - .incbin "graphics/items/icons/root_fossil.4bpp.lz" - - .align 2 -gItemIconPalette_HoennFossil:: @ 8DB5AFC - .incbin "graphics/items/icon_palettes/hoenn_fossil.gbapal.lz" - - .align 2 -gItemIcon_ClawFossil:: @ 8DB5B24 - .incbin "graphics/items/icons/claw_fossil.4bpp.lz" - - .align 2 -gItemIcon_DevonScope:: @ 8DB5C14 - .incbin "graphics/items/icons/devon_scope.4bpp.lz" - - .align 2 -gItemIconPalette_DevonScope:: @ 8DB5CD0 - .incbin "graphics/items/icon_palettes/devon_scope.gbapal.lz" - - .align 2 -gItemIcon_TM:: @ 8DB5CF8 - .incbin "graphics/items/icons/tm.4bpp.lz" - - .align 2 -gItemIconPalette_FightingTMHM:: @ 8DB5DF4 - .incbin "graphics/items/icon_palettes/fighting_tm_hm.gbapal.lz" - - .align 2 -gItemIconPalette_DragonTMHM:: @ 8DB5E1C - .incbin "graphics/items/icon_palettes/dragon_tm_hm.gbapal.lz" - - .align 2 -gItemIconPalette_WaterTMHM:: @ 8DB5E44 - .incbin "graphics/items/icon_palettes/water_tm_hm.gbapal.lz" - - .align 2 -gItemIconPalette_PsychicTMHM:: @ 8DB5E6C - .incbin "graphics/items/icon_palettes/psychic_tm_hm.gbapal.lz" - - .align 2 -gItemIconPalette_NormalTMHM:: @ 8DB5E94 - .incbin "graphics/items/icon_palettes/normal_tm_hm.gbapal.lz" - - .align 2 -gItemIconPalette_PoisonTMHM:: @ 8DB5EBC - .incbin "graphics/items/icon_palettes/poison_tm_hm.gbapal.lz" - - .align 2 -gItemIconPalette_IceTMHM:: @ 8DB5EE4 - .incbin "graphics/items/icon_palettes/ice_tm_hm.gbapal.lz" - - .align 2 -gItemIconPalette_GrassTMHM:: @ 8DB5F0C - .incbin "graphics/items/icon_palettes/grass_tm_hm.gbapal.lz" - - .align 2 -gItemIconPalette_FireTMHM:: @ 8DB5F34 - .incbin "graphics/items/icon_palettes/fire_tm_hm.gbapal.lz" - - .align 2 -gItemIconPalette_DarkTMHM:: @ 8DB5F5C - .incbin "graphics/items/icon_palettes/dark_tm_hm.gbapal.lz" - - .align 2 -gItemIconPalette_SteelTMHM:: @ 8DB5F84 - .incbin "graphics/items/icon_palettes/steel_tm_hm.gbapal.lz" - - .align 2 -gItemIconPalette_ElectricTMHM:: @ 8DB5FAC - .incbin "graphics/items/icon_palettes/electric_tm_hm.gbapal.lz" - - .align 2 -gItemIconPalette_GroundTMHM:: @ 8DB5FD4 - .incbin "graphics/items/icon_palettes/ground_tm_hm.gbapal.lz" - - .align 2 -gItemIconPalette_GhostTMHM:: @ 8DB5FFC - .incbin "graphics/items/icon_palettes/ghost_tm_hm.gbapal.lz" - - .align 2 -gItemIconPalette_RockTMHM:: @ 8DB6024 - .incbin "graphics/items/icon_palettes/rock_tm_hm.gbapal.lz" - - .align 2 -gItemIconPalette_FlyingTMHM:: @ 8DB604C - .incbin "graphics/items/icon_palettes/flying_tm_hm.gbapal.lz" - - .align 2 -gItemIcon_HM:: @ 8DB6074 - .incbin "graphics/items/icons/hm.4bpp.lz" - - .align 2 -gItemIcon_OaksParcel:: @ 8DB6174 - .incbin "graphics/items/icons/oaks_parcel.4bpp.lz" - - .align 2 -gItemIconPalette_OaksParcel:: @ 8DB622C - .incbin "graphics/items/icon_palettes/oaks_parcel.gbapal.lz" - - .align 2 -gItemIcon_PokeFlute:: @ 8DB624C - .incbin "graphics/items/icons/poke_flute.4bpp.lz" - - .align 2 -gItemIconPalette_PokeFlute:: @ 8DB6310 - .incbin "graphics/items/icon_palettes/poke_flute.gbapal.lz" - - .align 2 -gItemIcon_SecretKey:: @ 8DB6338 - .incbin "graphics/items/icons/secret_key.4bpp.lz" - - .align 2 -gItemIconPalette_SecretKey:: @ 8DB6404 - .incbin "graphics/items/icon_palettes/secret_key.gbapal.lz" - - .align 2 -gItemIcon_BikeVoucher:: @ 8DB642C - .incbin "graphics/items/icons/bike_voucher.4bpp.lz" - - .align 2 -gItemIconPalette_BikeVoucher:: @ 8DB64CC - .incbin "graphics/items/icon_palettes/bike_voucher.gbapal.lz" - - .align 2 -gItemIcon_GoldTeeth:: @ 8DB64EC - .incbin "graphics/items/icons/gold_teeth.4bpp.lz" - - .align 2 -gItemIconPalette_GoldTeeth:: @ 8DB65D8 - .incbin "graphics/items/icon_palettes/gold_teeth.gbapal.lz" - - .align 2 -gItemIcon_OldAmber:: @ 8DB65FC - .incbin "graphics/items/icons/old_amber.4bpp.lz" - - .align 2 -gItemIconPalette_OldAmber:: @ 8DB66DC - .incbin "graphics/items/icon_palettes/old_amber.gbapal.lz" - - .align 2 -gItemIcon_CardKey:: @ 8DB6700 - .incbin "graphics/items/icons/card_key.4bpp.lz" - - .align 2 -gItemIconPalette_CardKey:: @ 8DB67A8 - .incbin "graphics/items/icon_palettes/card_key.gbapal.lz" - - .align 2 -gItemIcon_LiftKey:: @ 8DB67C8 - .incbin "graphics/items/icons/lift_key.4bpp.lz" - - .align 2 -gItemIconPalette_Key:: @ 8DB6884 - .incbin "graphics/items/icon_palettes/key.gbapal.lz" - - .align 2 -gItemIcon_HelixFossil:: @ 8DB68A4 - .incbin "graphics/items/icons/helix_fossil.4bpp.lz" - - .align 2 -gItemIconPalette_KantoFossil:: @ 8DB6998 - .incbin "graphics/items/icon_palettes/kanto_fossil.gbapal.lz" - - .align 2 -gItemIcon_DomeFossil:: @ 8DB69B8 - .incbin "graphics/items/icons/dome_fossil.4bpp.lz" - - .align 2 -gItemIcon_SilphScope:: @ 8DB6AA8 - .incbin "graphics/items/icons/silph_scope.4bpp.lz" - - .align 2 -gItemIconPalette_SilphScope:: @ 8DB6B7C - .incbin "graphics/items/icon_palettes/silph_scope.gbapal.lz" - - .align 2 -gItemIcon_Bicycle:: @ 8DB6BA0 - .incbin "graphics/items/icons/bicycle.4bpp.lz" - - .align 2 -gItemIconPalette_Bicycle:: @ 8DB6CA4 - .incbin "graphics/items/icon_palettes/bicycle.gbapal.lz" - - .align 2 -gItemIcon_TownMap:: @ 8DB6CC4 - .incbin "graphics/items/icons/town_map.4bpp.lz" - - .align 2 -gItemIconPalette_TownMap:: @ 8DB6D80 - .incbin "graphics/items/icon_palettes/town_map.gbapal.lz" - - .align 2 -gItemIcon_VSSeeker:: @ 8DB6DA8 - .incbin "graphics/items/icons/vs_seeker.4bpp.lz" - - .align 2 -gItemIconPalette_VSSeeker:: @ 8DB6E70 - .incbin "graphics/items/icon_palettes/vs_seeker.gbapal.lz" - - .align 2 -gItemIcon_FameChecker:: @ 8DB6E90 - .incbin "graphics/items/icons/fame_checker.4bpp.lz" - - .align 2 -gItemIconPalette_FameChecker:: @ 8DB6F48 - .incbin "graphics/items/icon_palettes/fame_checker.gbapal.lz" - - .align 2 -gItemIcon_TMCase:: @ 8DB6F6C - .incbin "graphics/items/icons/tm_case.4bpp.lz" - - .align 2 -gItemIconPalette_TMCase:: @ 8DB7030 - .incbin "graphics/items/icon_palettes/tm_case.gbapal.lz" - - .align 2 -gItemIcon_BerryPouch:: @ 8DB7058 - .incbin "graphics/items/icons/berry_pouch.4bpp.lz" - - .align 2 -gItemIconPalette_BerryPouch:: @ 8DB7158 - .incbin "graphics/items/icon_palettes/berry_pouch.gbapal.lz" - - .align 2 -gItemIcon_TeachyTV:: @ 8DB7180 - .incbin "graphics/items/icons/teachy_tv.4bpp.lz" - - .align 2 -gItemIconPalette_TeachyTV:: @ 8DB7278 - .incbin "graphics/items/icon_palettes/teachy_tv.gbapal.lz" - - .align 2 -gItemIcon_TriPass:: @ 8DB72A0 - .incbin "graphics/items/icons/tri_pass.4bpp.lz" - - .align 2 -gItemIconPalette_TriPass:: @ 8DB7344 - .incbin "graphics/items/icon_palettes/tri_pass.gbapal.lz" - - .align 2 -gItemIcon_RainbowPass:: @ 8DB7364 - .incbin "graphics/items/icons/rainbow_pass.4bpp.lz" - - .align 2 -gItemIconPalette_RainbowPass:: @ 8DB740C - .incbin "graphics/items/icon_palettes/rainbow_pass.gbapal.lz" - - .align 2 -gItemIcon_Tea:: @ 8DB7434 - .incbin "graphics/items/icons/tea.4bpp.lz" - - .align 2 -gItemIconPalette_Tea:: @ 8DB74FC - .incbin "graphics/items/icon_palettes/tea.gbapal.lz" - - .align 2 -gItemIcon_MysticTicket:: @ 8DB7520 - .incbin "graphics/items/icons/mystic_ticket.4bpp.lz" - - .align 2 -gItemIconPalette_MysticTicket:: @ 8DB75B8 - .incbin "graphics/items/icon_palettes/mystic_ticket.gbapal.lz" - - .align 2 -gItemIcon_AuroraTicket:: @ 8DB75D8 - .incbin "graphics/items/icons/aurora_ticket.4bpp.lz" - - .align 2 -gItemIconPalette_AuroraTicket:: @ 8DB7674 - .incbin "graphics/items/icon_palettes/aurora_ticket.gbapal.lz" - - .align 2 -gItemIcon_PowderJar:: @ 8DB7698 - .incbin "graphics/items/icons/powder_jar.4bpp.lz" - - .align 2 -gItemIconPalette_PowderJar:: @ 8DB7738 - .incbin "graphics/items/icon_palettes/powder_jar.gbapal.lz" - - .align 2 -gItemIconPalette_Ruby:: @ 8DB7760 - .incbin "graphics/items/icon_palettes/ruby.gbapal.lz" - - .align 2 -gItemIcon_Gem:: @ 8DB7788 - .incbin "graphics/items/icons/gem.4bpp.lz" - - .align 2 -gItemIconPalette_Sapphire:: @ 8DB7850 - .incbin "graphics/items/icon_palettes/sapphire.gbapal.lz" - - .align 2 -gItemIcon_MagmaEmblem:: @ 8DB7878 - .incbin "graphics/items/icons/magma_emblem.4bpp.lz" - - .align 2 -gItemIconPalette_MagmaEmblem:: @ 8DB794C - .incbin "graphics/items/icon_palettes/magma_emblem.gbapal.lz" - - .align 2 -gItemIcon_OldSeaMap:: @ 8DB7974 - .incbin "graphics/items/icons/old_sea_map.4bpp.lz" - - .align 2 -gItemIconPalette_OldSeaMap:: @ 8DB7A78 - .incbin "graphics/items/icon_palettes/old_sea_map.gbapal.lz" diff --git a/data/graphics2.s b/data/graphics2.s new file mode 100644 index 000000000..b5533bcd9 --- /dev/null +++ b/data/graphics2.s @@ -0,0 +1,1316 @@ + .section gfx_data, "aw", %progbits + +@ 8DB7AA0 + .include "data/graphics/decorations/decoration_graphics.inc" + + .align 2 +gBattleAnimSpritePalette_282:: @ 8E7E7D0 + .incbin "graphics/battle_anims/sprites/282.gbapal.lz" + + .align 2 +gBattleAnimSpriteSheet_282:: @ 8E7E7F8 + .incbin "graphics/battle_anims/sprites/282.4bpp.lz" + + .align 2 +gBattleAnimSpritePalette_270:: @ 8E7E9E0 + .incbin "graphics/battle_anims/sprites/270.gbapal.lz" + + .align 2 +gBattleAnimSpriteSheet_270:: @ 8E7E9FC + .incbin "graphics/battle_anims/sprites/270.4bpp.lz" + + .align 2 +gBattleAnimSpritePalette_271:: @ 8E7EB24 + .incbin "graphics/battle_anims/sprites/271.gbapal.lz" + + .align 2 +gBattleAnimSpriteSheet_271:: @ 8E7EB3C + .incbin "graphics/battle_anims/sprites/271.4bpp.lz" + + .align 2 +gUnknown_08DBA518:: @ 8DBA518 + .incbin "graphics/misc/cable_car_bg.gbapal" + + .align 2 +gCableCar_Pal:: @ 8DBA598 + .incbin "graphics/misc/cable_car.gbapal" + + .align 2 +gUnknown_08DBA5B8:: @ 8DBA5B8 + .incbin "graphics/misc/cable_car_bg.4bpp.lz" + + .align 2 +gCableCar_Gfx:: @ 8DBBF90 + .incbin "graphics/misc/cable_car.4bpp.lz" + + .align 2 +gCableCarDoor_Gfx:: @ 8DBC290 + .incbin "graphics/misc/cable_car_door.4bpp.lz" + + .align 2 +gCableCarCord_Gfx:: @ 8DBC2C0 + .incbin "graphics/misc/cable_car_cord.4bpp.lz" + + .align 2 +gRouletteMenuTiles:: @ 8DBC2E8 + .incbin "graphics/roulette/window.4bpp.lz" + + .align 2 +gRouletteWheelTiles:: + .incbin "graphics/roulette/wheel.8bpp.lz" + + .align 2 +gRouletteCenter_Gfx:: + .incbin "graphics/roulette/center.4bpp.lz" + + .align 2 +gRouletteHeadersTiles:: @ 8E824BC + .incbin "graphics/roulette/headers.4bpp.lz" + + .align 2 +gRouletteCreditTiles:: @ 8E82AE0 + .incbin "graphics/roulette/credit.4bpp.lz" + + .align 2 +gRouletteNumbersTiles:: @ 8E82C30 + .incbin "graphics/roulette/numbers.4bpp.lz" + + .align 2 +gRouletteMultiplierTiles:: @ 8E82D14 + .incbin "graphics/roulette/multiplier.4bpp.lz" + + .align 2 +gMailPalette_Orange:: @ 0x08DBE818 + .incbin "graphics/mail/orange/palette.gbapal" + + .align 2 +gMailPalette_Harbor:: @ 0x08DBE838 + .incbin "graphics/mail/harbor/palette.gbapal" + + .align 2 +gMailPalette_Glitter:: @ 0x08DBE858 + .incbin "graphics/mail/glitter/palette.gbapal" + + .align 2 +gMailPalette_Mech:: @ 0x08DBE878 + .incbin "graphics/mail/mech/palette.gbapal" + + .align 2 +gMailPalette_Wood:: @ 0x08DBE898 + .incbin "graphics/mail/wood/palette.gbapal" + + .align 2 +gMailPalette_Wave:: @ 0x08DBE8B8 + .incbin "graphics/mail/wave/palette.gbapal" + + .align 2 +gMailPalette_Bead:: @ 0x08DBE8D8 + .incbin "graphics/mail/bead/palette.gbapal" + + .align 2 +gMailPalette_Shadow:: @ 0x08DBE8F8 + .incbin "graphics/mail/shadow/palette.gbapal" + + .align 2 +gMailPalette_Tropic:: @ 0x08DBE918 + .incbin "graphics/mail/tropic/palette.gbapal" + + .align 2 +gMailPalette_Dream:: @ 0x08DBE938 + .incbin "graphics/mail/dream/palette.gbapal" + + .align 2 +gMailPalette_Fab:: @ 0x08DBE958 + .incbin "graphics/mail/fab/palette.gbapal" + + .align 2 +gMailPalette_Retro:: @ 0x08DBE978 + .incbin "graphics/mail/retro/palette.gbapal" + + .align 2 +gMailTiles_Orange:: @ 0x08DBE998 + .incbin "graphics/mail/orange/tiles.4bpp.lz" + + .align 2 +gMailTiles_Harbor:: @ 0x08DBEB38 + .incbin "graphics/mail/harbor/tiles.4bpp.lz" + + .align 2 +gMailTiles_Glitter:: @ 0x08DBEC74 + .incbin "graphics/mail/glitter/tiles.4bpp.lz" + + .align 2 +gMailTiles_Mech:: @ 0x08DBEE84 + .incbin "graphics/mail/mech/tiles.4bpp.lz" + + .align 2 +gMailTiles_Wood:: @ 0x08DBEF5C + .incbin "graphics/mail/wood/tiles.4bpp.lz" + + .align 2 +gMailTiles_Wave:: @ 0x08DBF154 + .incbin "graphics/mail/wave/tiles.4bpp.lz" + + .align 2 +gMailTiles_Bead:: @ 0x08DBF2D4 + .incbin "graphics/mail/bead/tiles.4bpp.lz" + + .align 2 +gMailTiles_Shadow:: @ 0x08DBF37C + .incbin "graphics/mail/shadow/tiles.4bpp.lz" + + .align 2 +gMailTiles_Tropic:: @ 0x08DBF50C + .incbin "graphics/mail/tropic/tiles.4bpp.lz" + + .align 2 +gMailTiles_Dream:: @ 0x08DBF64C + .incbin "graphics/mail/dream/tiles.4bpp.lz" + + .align 2 +gMailTiles_Fab:: @ 0x08DBF7B4 + .incbin "graphics/mail/fab/tiles.4bpp.lz" + + .align 2 +gMailTiles_Retro:: @ 0x08DBF904 + .incbin "graphics/mail/retro/tiles.4bpp.lz" + + .align 2 +gMailTilemap_Orange:: @ 0x08DBFBA4 + .incbin "graphics/mail/orange/map.bin.lz" + + .align 2 +gMailTilemap_Harbor:: @ 0x08DBFC7C + .incbin "graphics/mail/harbor/map.bin.lz" + + .align 2 +gMailTilemap_Glitter:: @ 0x08DBFD5C + .incbin "graphics/mail/glitter/map.bin.lz" + + .align 2 +gMailTilemap_Mech:: @ 0x08DBFE68 + .incbin "graphics/mail/mech/map.bin.lz" + + .align 2 +gMailTilemap_Wood:: @ 0x08DBFF44 + .incbin "graphics/mail/wood/map.bin.lz" + + .align 2 +gMailTilemap_Wave:: @ 0x08DC0034 + .incbin "graphics/mail/wave/map.bin.lz" + + .align 2 +gMailTilemap_Bead:: @ 0x08DC0114 + .incbin "graphics/mail/bead/map.bin.lz" + + .align 2 +gMailTilemap_Shadow:: @ 0x08DC01F4 + .incbin "graphics/mail/shadow/map.bin.lz" + + .align 2 +gMailTilemap_Tropic:: @ 0x08DC0300 + .incbin "graphics/mail/tropic/map.bin.lz" + + .align 2 +gMailTilemap_Dream:: @ 0x08DC03F0 + .incbin "graphics/mail/dream/map.bin.lz" + + .align 2 +gMailTilemap_Fab:: @ 0x08DC04E8 + .incbin "graphics/mail/fab/map.bin.lz" + + .align 2 +gMailTilemap_Retro:: @ 0x08DC0600 + .incbin "graphics/mail/retro/map.bin.lz" + + .align 2 +gFrontierFactorySelectMenu_Pal:: @ 8DC0714 + .incbin "graphics/battle_frontier/factory_menu1.gbapal" + .incbin "graphics/battle_frontier/factory_menu2.gbapal" + + .align 2 +gFrontierFactorySelectMenu_Gfx:: @ 8DC0754 + .incbin "graphics/battle_frontier/factory_menu1.4bpp" + .incbin "graphics/battle_frontier/factory_menu2.4bpp" + + .align 2 +gFrontierFactorySelectMenu_Tilemap:: @ 8DC0B94 + .incbin "graphics/battle_frontier/factory_menu.bin" + + .align 2 +gFrontierPassMedals_Gfx:: @ 8DC1394 + .incbin "graphics/frontier_pass/medals.4bpp.lz" @ battle frontier medals + + .align 2 +gFrontierPassCursor_Pal:: @ 8DC1674 + .incbin "graphics/frontier_pass/cursor.gbapal" @ frontier pass cursor pal + + .align 2 +gFrontierPassMapCursor_Pal:: @ 8DC1694 + .incbin "graphics/frontier_pass/map_cursor.gbapal" @ frontier pass map cursor pal + + .align 2 +gFrontierPassMedalsSilver_Pal:: @ 8DC16B4 + .incbin "graphics/frontier_pass/silver.gbapal" + + .align 2 +gFrontierPassMedalsGold_Pal:: @ 8DC16D4 + .incbin "graphics/frontier_pass/gold.gbapal" + + .align 2 +gPokedexText_Pal:: @ 8DC16F4 + .incbin "graphics/pokedex/text.gbapal" + + .align 2 +gPokedexCaughtScreenFade_Pal:: @ 8DC1756 + .incbin "graphics/pokedex/fade.gbapal" + + .align 2 +gPokedexHoennBg_Pal:: @ 8DC17B6 + .incbin "graphics/pokedex/hoenn_bg.gbapal" + + .align 2 +gPokedexNationalBg_Pal:: @ 8DC1876 + .incbin "graphics/pokedex/national_bg.gbapal" + + .align 2 +gPokedexMenu_Gfx:: @ 8DC1934 + .incbin "graphics/pokedex/menu.4bpp.lz" + + .align 2 +gPokedexMenu2_Gfx:: @ 8DC234C + .incbin "graphics/pokedex/menu2.4bpp.lz" + + .align 2 + .incbin "graphics/pokedex/noball_unused.4bpp.lz" @ unused + + @ these are a series of 9 tilemaps used for something pokedex related. + + .align 2 +gUnknown_08DC2A08:: @ 8DC2A08 + .incbin "graphics/pokedex/tilemap1.bin.lz" + + .align 2 +gUnknown_08DC2B1C:: @ 8DC2B1C + .incbin "graphics/pokedex/tilemap2.bin.lz" + + .align 2 +gUnknown_08DC2C5C:: @ 8DC2C5C + .incbin "graphics/pokedex/tilemap3.bin.lz" + + .align 2 +gUnknown_08DC2DAC:: @ 8DC2DAC + .incbin "graphics/pokedex/tilemap4.bin.lz" + + .align 2 +gUnknown_08DC2E6C:: @ 8DC2E6C + .incbin "graphics/pokedex/tilemap5.bin.lz" + + .align 2 +gUnknown_08DC2F5C:: @ 8DC2F5C + .incbin "graphics/pokedex/tilemap6.bin.lz" + + .align 2 +gUnknown_08DC2FEC:: @ 8DC2FEC + .incbin "graphics/pokedex/tilemap7.bin.lz" + + .align 2 +gUnknown_08DC3080:: @ 8DC3080 + .incbin "graphics/pokedex/tilemap8.bin.lz" + + .align 2 +gUnknown_08DC3198:: @ 8DC3198 + .incbin "graphics/pokedex/tilemap9.bin.lz" @ all tilemaps + + .align 2 +gPokedexSearchMenu_Pal:: @ 8DC3284 + .incbin "graphics/pokedex/search_menu.gbapal" + + .align 2 +gPokedexSearchMenu_Gfx:: @ 8DC3304 + .incbin "graphics/pokedex/search_menu.4bpp.lz" + + .align 2 +gPokedexSearch1_Tilemap:: @ 8DC3870 + .incbin "graphics/pokedex/search1.bin.lz" + + .align 2 +gPokedexSearch2_Tilemap:: @ 8DC3A0C + .incbin "graphics/pokedex/search2.bin.lz" + + .align 2 +gSummaryScreenPowAcc_Tilemap:: @ 8DC3B94 + .incbin "graphics/interface/powacc_tilemap.bin" @ pow/acc tilemap + + .align 2 +gUnknown_08DC3C34:: @ 8DC3C34 + .incbin "graphics/interface/unk_tilemap.bin" @ probably trade summary screen related? cant check + + .align 2 +gSummaryScreenWindow_Tilemap:: @ 8DC3CD4 + .incbin "graphics/interface/summary.bin" + + .align 2 +gIntroCopyright_Pal:: @ 8DC3D54 + .incbin "graphics/intro/copyright.gbapal" + + .align 2 +gIntroCopyright_Gfx:: @ 8DC3D74 + .incbin "graphics/intro/copyright.4bpp.lz" + + .align 2 +gIntroCopyright_Tilemap:: @ 8DC3FD4 + .incbin "graphics/intro/copyright.bin.lz" + + .align 2 +gPokedexAreaScreenAreaUnknown_Pal:: @ 8DC4120 + .incbin "graphics/pokedex/area_unknown.gbapal" + + .align 2 +gPokedexAreaScreenAreaUnknown_Gfx:: @ 8DC4140 + .incbin "graphics/pokedex/area_unknown.4bpp.lz" + + @ seems to be fire red leftovers, but the menu elements is reused in the item menu for TM descriptions. + + .align 2 +gFireRedMenuElements1_Pal:: @ 8DC4318 + .incbin "graphics/interface_fr/menu1.gbapal" + + .align 2 +gFireRedMenuElements2_Pal:: @ 8DC4338 + .incbin "graphics/interface_fr/menu2.gbapal" + + .align 2 +gFireRedMenuElements3_Pal:: @ 8DC4358 + .incbin "graphics/interface_fr/menu3.gbapal" + + .align 2 +gFireRedMenuElements_Gfx:: @ 8DC4378 + .incbin "graphics/interface_fr/menu.4bpp" @ the types are reused for item menu + + .align 2 +gBagMenuHMIcon_Gfx:: @ 8DC6378 + .incbin "graphics/interface/hm.4bpp" + + @ contest link stuff, appears to be a set of tilemaps + + .align 2 +gUnknown_08DC63F8:: @ 8DC63F8 + .incbin "graphics/contest/clink_tilemap1.bin" + + .align 2 +gUnknown_08DC6420:: @ 8DC6420 + .incbin "graphics/contest/clink_tilemap2.bin" + + .align 2 +gUnknown_08DC6448:: @ 8DC6448 + .incbin "graphics/contest/clink_tilemap3.bin" + + .align 2 +gUnknown_08DC6470:: @ 8DC6470 + .incbin "graphics/contest/clink_tilemap4.bin" + + .align 2 +gUnknown_08DC6498:: @ 8DC6498 + .incbin "graphics/contest/clink_tilemap5.bin" + + .align 2 +gUnknown_08DC64AC:: @ 8DC64AC + .incbin "graphics/contest/clink_tilemap6.bin" + + .align 2 +gUnknown_08DC64C0:: @ 8DC64C0 + .incbin "graphics/contest/clink_tilemap7.bin" + + .align 2 +gUnknown_08DC64D4:: @ 8DC64D4 + .incbin "graphics/contest/clink_tilemap8.bin" + + .align 2 +gUnknown_08DC64E8:: @ 8DC64E8 + .incbin "graphics/contest/clink_tilemap9.bin" + + .align 2 +gUnknown_08DC64FC:: @ 8DC64FC + .incbin "graphics/contest/clink_tilemap10.bin" + + .align 2 +gUnknown_08DC6510:: @ 8DC6510 + .incbin "graphics/contest/clink_tilemap11.bin" + + @ pokenav + + .align 2 +gPokenavCondition_Pal:: @ 8DC6528 + .incbin "graphics/pokenav/condition.gbapal" + + .align 2 +gPokenavCondition_Gfx:: @ 8DC6548 + .incbin "graphics/pokenav/condition.4bpp.lz" + + .align 2 +gPokenavCondition_Tilemap:: @ 8DC6DFC + .incbin "graphics/pokenav/condition.bin.lz" + + .align 2 +gPokenavOptions_Tilemap:: @ 8DC7070 + .incbin "graphics/pokenav/options/options.bin" + + .align 2 +gPokenavOptions_Gfx:: + .incbin "graphics/pokenav/options/options.4bpp.lz" + + .align 2 +gPokenavOptions_Pal:: + .incbin "graphics/pokenav/options/options.gbapal" + + .align 2 +gPokenavHeader_Pal:: @ 8DC7B60 + .incbin "graphics/pokenav/header.gbapal" + + .align 2 +gPokenavHeader_Gfx:: @ 8DC7B80 + .incbin "graphics/pokenav/header.4bpp.lz" @ TODO: use width 9 and makefile rule for cleanliness, make wasnt behaving, didnt want to apply num_tiles to this + + .align 2 +gPokenavHeader_Tilemap:: @ 8DC7D84 + .incbin "graphics/pokenav/header.bin.lz" + + .align 2 +gPokenavLeftHeader_Pal:: @ 8DC7F00 + .incbin "graphics/pokenav/left_headers/palette.gbapal" + + .align 2 +gPokenavLeftHeaderBeauty_Gfx:: @ 8DC7FA0 + .incbin "graphics/pokenav/left_headers/beauty.4bpp.lz" + + .align 2 +gPokenavLeftHeaderSmart_Gfx:: @ 8DC80DC + .incbin "graphics/pokenav/left_headers/smart.4bpp.lz" + + .align 2 +gPokenavLeftHeaderCondition_Gfx:: @ 8DC8208 + .incbin "graphics/pokenav/left_headers/condition.4bpp.lz" + + .align 2 +gPokenavLeftHeaderCute_Gfx:: @ 8DC838C + .incbin "graphics/pokenav/left_headers/cute.4bpp.lz" + + .align 2 +gPokenavLeftHeaderMatchCall_Gfx:: @ 8DC84AC + .incbin "graphics/pokenav/left_headers/match_call.4bpp.lz" + + .align 2 +gPokenavLeftHeaderMainMenu_Gfx:: @ 8DC864C + .incbin "graphics/pokenav/left_headers/main_menu.4bpp.lz" + + .align 2 +gPokenavLeftHeaderHoennMap_Gfx:: @ 8DC87F8 + .incbin "graphics/pokenav/left_headers/hoenn_map.4bpp.lz" + + .align 2 +gPokenavLeftHeaderRibbons_Gfx:: @ 8DC8AA4 + .incbin "graphics/pokenav/left_headers/ribbons.4bpp.lz" + + .align 2 +gPokenavLeftHeaderSearch_Gfx:: @ 8DC8C14 + .incbin "graphics/pokenav/left_headers/search.4bpp.lz" + + .align 2 +gPokenavLeftHeaderTough_Gfx:: @ 8DC8D50 + .incbin "graphics/pokenav/left_headers/tough.4bpp.lz" + + .align 2 +gPokenavLeftHeaderCool_Gfx:: @ 8DC8E64 + .incbin "graphics/pokenav/left_headers/cool.4bpp.lz" + + .align 2 +gPokenavLeftHeaderParty_Gfx:: @ 8DC8F64 + .incbin "graphics/pokenav/left_headers/party.4bpp.lz" + + .align 2 +gPokenavMessageBox_Pal:: @ 8DC90C0 + .incbin "graphics/pokenav/message.gbapal" + + .align 2 +gPokenavMessageBox_Gfx:: @ 8DC90E0 + .incbin "graphics/pokenav/message.4bpp.lz" + + .align 2 +gPokenavMessageBox_Tilemap:: @ 8DC9130 + .incbin "graphics/pokenav/message.bin.lz" + + .align 2 +gHoennMapZoomIcons_Pal:: @ 8DC91E8 + .incbin "graphics/pokenav/zoom.gbapal" + + .align 2 +gHoennMapZoomIcons_Gfx:: @ 8DC9208 + .incbin "graphics/pokenav/zoom.4bpp.lz" + + .align 2 +gPokenavConditionCancel_Pal:: + .incbin "graphics/pokenav/cancel.gbapal" + + .align 2 +gPokenavConditionCancel_Gfx:: + .incbin "graphics/pokenav/cancel.4bpp" + + .align 2 +gPokenavConditionMarker_Pal:: @ 8DC9608 + .incbin "graphics/pokenav/marker.gbapal" + + .align 2 +gPokenavConditionMarker_Gfx:: @ 8DC9628 + .incbin "graphics/pokenav/marker.4bpp" + + .align 2 +gBerryBlenderMiscPalette:: @ 8DCAB88 + .incbin "graphics/berry_blender/misc.gbapal" + + .align 2 +gBerryBlenderArrowPalette:: @ 8DC9948 + .incbin "graphics/berry_blender/arrow.gbapal" + + .align 2 +gBerryBlenderBetaArrow_Gfx:: @ 8DC9988 + .incbin "graphics/berry_blender/arrow_old.4bpp" @ unused + + .align 2 +gBerryBlenderMarubatsuTiles:: @ 8DC9B88 + .incbin "graphics/berry_blender/marubatsu.4bpp" + + .align 2 +gBerryBlenderParticlesTiles:: @ 8E90818 + .incbin "graphics/berry_blender/particles.4bpp" + + .space 0x120 + + .align 2 +gBerryBlenderCountdownNumbersTiles:: @ 8DC9F88 + .incbin "graphics/berry_blender/countdown_numbers.4bpp" + + .align 2 +gBerryBlenderStartTiles:: @ 8DCA588 + .incbin "graphics/berry_blender/start.4bpp" + + .space 0x200 + + .align 2 +gBerryBlenderArrowTiles:: @ 8DCAB88 + .incbin "graphics/berry_blender/arrow.4bpp" + + .space 0x2C0 + + .align 2 +gEasyChatCursor_Pal:: @ 8DCB648 + .incbin "graphics/easy_chat/cursor.gbapal" + + .align 2 +gEasyChatCursor_Gfx:: @ 8DCB668 + .incbin "graphics/easy_chat/cursor.4bpp.lz" + + .align 2 +gEasyChatRightWindow_Pal:: @ 8DCB86C + .incbin "graphics/easy_chat/rwindow.gbapal" + + .align 2 +gEasyChatRightWindow_Gfx:: @ 8DCB88C + .incbin "graphics/easy_chat/rwindow.4bpp.lz" + + .align 2 +gEasyChatMode_Gfx:: @ 8DCBAB0 + .incbin "graphics/easy_chat/mode.4bpp.lz" + + .align 2 +gEasyChatMode_Pal:: @ 8DCBDB0 + .incbin "graphics/easy_chat/mode.gbapal" + + .align 2 +gEasyChatWindow_Gfx:: @ 8DCBDD0 + .incbin "graphics/easy_chat/window.4bpp.lz" @ uses mode pal + + .align 2 +gEasyChatWindow_Tilemap:: @ 8DCBF10 + .incbin "graphics/easy_chat/window.bin.lz" + + .align 2 +gWallclockMale_Pal:: @ 8DCC01C + .incbin "graphics/interface/wallclock_male.gbapal" + + .align 2 +gWallclockFemale_Pal:: @ 8DCC03C + .incbin "graphics/interface/wallclock_female.gbapal" + + .align 2 +gWallclock_Gfx:: @ 8DCC05C + .incbin "graphics/interface/wallclock.4bpp.lz" + + .align 2 +gUnknown_08DCC648:: @ 8DCC648 + .incbin "graphics/interface/wallclock1.bin.lz" + + .align 2 +gUnknown_08DCC908:: @ 8DCC908 + .incbin "graphics/interface/wallclock2.bin.lz" + + .align 2 +gUsePokeblockCondition_Pal:: @ 8DCCB98 + .incbin "graphics/pokeblock/use_screen/condition.gbapal" + + .align 2 +gUsePokeblockCondition_Gfx:: @ 8DCCBB8 + .incbin "graphics/pokeblock/use_screen/condition.4bpp.lz" + + .align 2 +gUsePokeblockUpDown_Pal:: @ 8DCCD3C + .incbin "graphics/pokeblock/use_screen/updown.gbapal" + + .align 2 +gUsePokeblockUpDown_Gfx:: @ 8DCCD5C + .incbin "graphics/pokeblock/use_screen/updown.4bpp" + + .align 2 +gUsePokeblockGraph_Pal:: @ 8DCCF5C + .incbin "graphics/pokeblock/use_screen/graph.gbapal" + + .align 2 +gUsePokeblockGraph_Gfx:: @ 8DCCF7C + .incbin "graphics/pokeblock/use_screen/graph.4bpp.lz" + + .align 2 +gUsePokeblockGraph_Tilemap:: @ 8DCD81C + .incbin "graphics/pokeblock/use_screen/graph.bin.lz" + + .align 2 +gUsePokeblockNatureWin_Pal:: @ 8DCDA30 + .incbin "graphics/pokeblock/use_screen/nature.gbapal" + + @ slot machine + + .align 2 +gSlotMachineMenu_Pal:: @ 8DCDA90 + .incbin "graphics/slot_machine/menu.gbapal" + + .align 2 +gSlotMachineMenu_Gfx:: @ 8DCDB30 + .incbin "graphics/slot_machine/menu.4bpp.lz" + + .align 2 +gSlotMachineMenu_Tilemap:: @ 8DCE770 + .incbin "graphics/slot_machine/menu.bin" + + .align 2 +gUnknown_08DCEC70:: @ 8DCEC70 + .incbin "graphics/slot_machine/slots_layout.bin" + + .align 2 +gUnknown_08DCF170:: + .incbin "graphics/slot_machine/reel_symbols/1.gbapal" + + .align 2 +gUnknown_08DCF190:: + .incbin "graphics/slot_machine/reel_pikachu.gbapal" + + .align 2 +gUnknown_08DCF1B0:: + .incbin "graphics/slot_machine/shadow.gbapal" + + .align 2 +gSlotMachineReelTime_Pal:: + .incbin "graphics/slot_machine/reel_time.gbapal" + + .align 2 +gUnknown_08DCF1F0:: + .incbin "graphics/slot_machine/smoke.gbapal" @ also duck and pika aura + + .align 2 +gUnknown_08DCF210:: + .incbin "graphics/slot_machine/reel_time_explosion/0.gbapal" + + .align 2 +gUnknown_08DCF230:: + .incbin "graphics/slot_machine/spr6.gbapal" @ huh? + + .align 2 +gSlotMachineReelSymbol1Tiles:: @ 8DCF250 + .incbin "graphics/slot_machine/reel_symbols/1.4bpp" + + .align 2 +gSlotMachineReelSymbol2Tiles:: + .incbin "graphics/slot_machine/reel_symbols/2.4bpp" + + .align 2 +gSlotMachineReelSymbol3Tiles:: + .incbin "graphics/slot_machine/reel_symbols/3.4bpp" + + .align 2 +gSlotMachineReelSymbol4Tiles:: + .incbin "graphics/slot_machine/reel_symbols/4.4bpp" + + .align 2 +gSlotMachineReelSymbol5Tiles:: + .incbin "graphics/slot_machine/reel_symbols/5.4bpp" + + .align 2 +gSlotMachineReelSymbol6Tiles:: + .incbin "graphics/slot_machine/reel_symbols/6.4bpp" + + .align 2 +gSlotMachineReelSymbol7Tiles:: + .incbin "graphics/slot_machine/reel_symbols/7.4bpp" + + .align 2 +gSlotMachineReelTime_Gfx:: @ 8DD0050 + .incbin "graphics/slot_machine/reel_time.4bpp.lz" + + .align 2 +gSlotMachineNumber0Tiles:: + .incbin "graphics/slot_machine/numbers/0.4bpp" + + .align 2 +gSlotMachineNumber1Tiles:: + .incbin "graphics/slot_machine/numbers/1.4bpp" + + .align 2 +gSlotMachineNumber2Tiles:: + .incbin "graphics/slot_machine/numbers/2.4bpp" + + .align 2 +gSlotMachineNumber3Tiles:: + .incbin "graphics/slot_machine/numbers/3.4bpp" + + .align 2 +gSlotMachineNumber4Tiles:: + .incbin "graphics/slot_machine/numbers/4.4bpp" + + .align 2 +gSlotMachineNumber5Tiles:: + .incbin "graphics/slot_machine/numbers/5.4bpp" + + .align 2 +gSlotMachineNumber6Tiles:: + .incbin "graphics/slot_machine/numbers/6.4bpp" + + .align 2 +gSlotMachineNumber7Tiles:: + .incbin "graphics/slot_machine/numbers/7.4bpp" + + .align 2 +gSlotMachineNumber8Tiles:: + .incbin "graphics/slot_machine/numbers/8.4bpp" + + .align 2 +gSlotMachineNumber9Tiles:: + .incbin "graphics/slot_machine/numbers/9.4bpp" + + .align 2 +gSlotMachineReelTimeBolt:: + .incbin "graphics/slot_machine/bolt.4bpp" + + .align 2 +gSlotMachineReelTimeDuck:: + .incbin "graphics/slot_machine/duck.4bpp" + + .align 2 +gSlotMachineReelTimeSmoke:: + .incbin "graphics/slot_machine/smoke.4bpp" + + .align 2 +gSlotMachineReelTimeNumber0:: + .incbin "graphics/slot_machine/reel_time_numbers/0.4bpp" + + .align 2 +gSlotMachineReelTimeNumber1:: + .incbin "graphics/slot_machine/reel_time_numbers/1.4bpp" + + .align 2 +gSlotMachineReelTimeNumber2:: + .incbin "graphics/slot_machine/reel_time_numbers/2.4bpp" + + .align 2 +gSlotMachineReelTimeNumber3:: + .incbin "graphics/slot_machine/reel_time_numbers/3.4bpp" + + .align 2 +gSlotMachineReelTimeNumber4:: + .incbin "graphics/slot_machine/reel_time_numbers/4.4bpp" + + .align 2 +gSlotMachineReelTimeNumber5:: + .incbin "graphics/slot_machine/reel_time_numbers/5.4bpp" + + .align 2 +gSlotMachineReelTimeLargeBolt0:: + .incbin "graphics/slot_machine/large_bolt/0.4bpp" + + .align 2 +gSlotMachineReelTimeLargeBolt1:: + .incbin "graphics/slot_machine/large_bolt/1.4bpp" + + .align 2 +gSlotMachineReelTimeExplosion0:: + .incbin "graphics/slot_machine/reel_time_explosion/0.4bpp" + + .align 2 +gSlotMachineReelTimeExplosion1:: + .incbin "graphics/slot_machine/reel_time_explosion/1.4bpp" + + .align 2 +gSlotMachineReelTimeShadow:: + .incbin "graphics/slot_machine/shadow.4bpp" + + .align 2 +gSlotMachineReelTimePikaAura:: + .incbin "graphics/slot_machine/pika_aura.4bpp" + + .align 2 +gUnknown_08DD19F8:: + .incbin "graphics/unknown/unknown_DD19F8.bin" @ might be a palette? + + .align 2 +gUnknown_08DD1A18:: + .incbin "graphics/unknown/unknown_DD1A18.4bpp" + + @ trainer card + + .align 2 +gEmeraldTrainerCard0Star_Pal:: @ 8DD1A58 + .incbin "graphics/trainer_card/0star.gbapal" + + .align 2 +gEmeraldTrainerCard_Gfx:: @ 8DD1AB8 + .incbin "graphics/trainer_card/card.4bpp.lz" + + @ what are these? lz compressed files used for something, cant tell if tilemaps + + .align 2 +gUnknown_08DD1F78:: @ 8DD1F78 + .incbin "graphics/unknown/unknown_DD1F78.bin.lz" + + .align 2 +gUnknown_08DD2010:: @ 8DD2010 + .incbin "graphics/unknown/unknown_DD2010.bin.lz" + + .align 2 +gUnknown_08DD21B0:: @ 8DD21B0 + .incbin "graphics/unknown/unknown_DD21B0.bin.lz" + + .align 2 +gUnknown_08DD228C:: @ 8DD228C + .incbin "graphics/unknown/unknown_DD228C.bin.lz" + + .align 2 +gFireRedTrainerCard0Star_Pal:: @ 8DD240C + .incbin "graphics/trainer_card/0star_fr.gbapal" + + .align 2 +gFireRedTrainerCard_Gfx:: @ 8DD246C + .incbin "graphics/trainer_card/card_fr.4bpp.lz" + + @ more of these weird compressed files, probably for the FR trainer card + + .align 2 +gUnknown_08DD2AE0:: @ 8DD2AE0 + .incbin "graphics/unknown/unknown_DD2AE0.bin.lz" + + .align 2 +gUnknown_08DD2B78:: @ 8DD2B78 + .incbin "graphics/unknown/unknown_DD2B78.bin.lz" + + .align 2 +gUnknown_08DD2D30:: @ 8DD2D30 + .incbin "graphics/unknown/unknown_DD2D30.bin.lz" + + .align 2 +gUnknown_08DD2E5C:: @ 8DD2E5C + .incbin "graphics/unknown/unknown_DD2E5C.bin.lz" + + @ pokemon storage system + + .align 2 +gPSSMenu_Gfx:: @ 8DD2FE8 + .incbin "graphics/pokemon_storage/menu.4bpp.lz" + + .align 2 +gPSSMenu_Pal:: @ 8DD36A8 + .incbin "graphics/pokemon_storage/menu.gbapal" @ pal for the options in the gfx + + .align 2 +gUnknown_08DD36C8:: @ 8DD36C8 + .incbin "graphics/unknown/unknown_DD36C8.bin.lz" + + @ naming screen + + .align 2 +gNamingScreenMenu_Pal:: @ 8DD3778 + .incbin "graphics/naming_screen/menu.gbapal" + + .align 2 +gNamingScreenMenu_Gfx:: @ 8DD3838 + .incbin "graphics/naming_screen/menu.4bpp.lz" + + .align 2 +gNamingScreenRWindow_Gfx:: @ 8DD3A04 + .incbin "graphics/naming_screen/rwindow.4bpp" + + .align 2 +gNamingScreenROptions_Gfx:: @ 8DD4044 + .incbin "graphics/naming_screen/roptions.4bpp" + + .align 2 +gNamingScreenCursor_Gfx:: @ 8DD4224 + .incbin "graphics/naming_screen/cursor.4bpp" + + .align 2 +gNamingScreenKeyboardButton_Gfx:: @ 8DD43E4 + .incbin "graphics/naming_screen/keyboard_button.4bpp" + + .align 2 +gNamingScreenRightPointingTriangleTiles:: @ 8DD4504 + .incbin "graphics/naming_screen/right_pointing_triangle.4bpp" + + .align 2 +gNamingScreenUnderscoreTiles:: @ 8DD4524 + .incbin "graphics/naming_screen/underscore.4bpp" + + .align 2 +gUnknown_08DD4544:: @ 8DD4544 + .incbin "graphics/unknown/unknown_DD4544.bin.lz" + + .align 2 +gUnknown_08DD4620:: @ 8DD4620 + .incbin "graphics/unknown/unknown_DD4620.bin.lz" + + .align 2 +gUnknown_08DD46E0:: @ 8DD46E0 + .incbin "graphics/unknown/unknown_DD46E0.bin.lz" + + .align 2 +gUnknown_08DD47A0:: @ 8DD47A0 + .incbin "graphics/unknown/unknown_DD47A0.bin.lz" + + @ link + + .align 2 +gLinkMiscMenu_Pal:: @ 8DD4860 + .incbin "graphics/link/misc.gbapal" + + .align 2 +gLinkMiscMenu_Gfx:: @ 8DD4880 + .incbin "graphics/link/misc.4bpp.lz" @ dont know where this is used + + .align 2 +gLinkMiscMenu_Tilemap:: @ 8DD4AB8 + .incbin "graphics/link/misc.bin.lz" + + .align 2 +gUnknown_08DD4BB0:: @ 8DD4BB0 + .incbin "graphics/link/link1.gbapal" + + .align 2 +gUnknown_08DD4BD0:: @ 8DD4BD0 + .incbin "graphics/link/link2.gbapal" + + .align 2 +gUnknown_08DD4BF0:: @ 8DD4BF0 + .incbin "graphics/link/link_winedge.4bpp.lz" + + .align 2 +gUnknown_08DD4C4C:: @ 8DD4C4C + .incbin "graphics/link/link_winedge.bin.lz" + + .align 2 +gUnknown_08DD4CF8:: @ 8DD4CF8 + .incbin "graphics/interface/unk_change_case.4bpp.lz" + + .align 2 +gTilesetPalettes_General:: @ 8DD4E10 + .incbin "data/tilesets/primary/general/palettes/00.gbapal" + .incbin "data/tilesets/primary/general/palettes/01.gbapal" + .incbin "data/tilesets/primary/general/palettes/02.gbapal" + .incbin "data/tilesets/primary/general/palettes/03.gbapal" + .incbin "data/tilesets/primary/general/palettes/04.gbapal" + .incbin "data/tilesets/primary/general/palettes/05.gbapal" + .incbin "data/tilesets/primary/general/palettes/06.gbapal" + .incbin "data/tilesets/primary/general/palettes/07.gbapal" + .incbin "data/tilesets/primary/general/palettes/08.gbapal" + .incbin "data/tilesets/primary/general/palettes/09.gbapal" + .incbin "data/tilesets/primary/general/palettes/10.gbapal" + .incbin "data/tilesets/primary/general/palettes/11.gbapal" + .incbin "data/tilesets/primary/general/palettes/12.gbapal" + .incbin "data/tilesets/primary/general/palettes/13.gbapal" + .incbin "data/tilesets/primary/general/palettes/14.gbapal" + .incbin "data/tilesets/primary/general/palettes/15.gbapal" + + .align 2 +gTilesetTiles_General:: @ 8DD5010 + .incbin "data/tilesets/primary/general/tiles.4bpp.lz" + + @ trade/egg hatch + + .align 2 +gTradeGba_Pal:: @ 8DD72E0 + .incbin "graphics/link/gba.gbapal" + + .align 2 +gTradeGba2_Pal:: @ 8DD7300 + .incbin "graphics/link/gba_pal2.gbapal" @ used for in-game trade GBA? + + .align 2 +gTradeGba_Gfx:: @ 8DD7360 + .incbin "graphics/link/gba.4bpp" + + @ 8DD8760 + .space 0x20 @ blank palette?? + + @ berry fix program + + .align 2 +gBerryFixGameboy_Pal:: @ 8DD8780 + .incbin "graphics/berry_fix/gba_small.gbapal" + + .align 2 +gBerryFixGameboy_Gfx:: @ 8DD87C0 + .incbin "graphics/berry_fix/gba_small.4bpp.lz" + + .align 2 +gBerryFixGameboy_Tilemap:: @ 8DD8EE0 + .incbin "graphics/berry_fix/gba_small.bin.lz" + + .align 2 +gBerryFixGameboyLogo_Pal:: @ 8DD9080 + .incbin "graphics/berry_fix/logo.gbapal" + + .align 2 +gBerryFixGameboyLogo_Gfx:: @ 8DD90E0 + .incbin "graphics/berry_fix/logo.4bpp.lz" + + .align 2 +gBerryFixGameboyLogo_Tilemap:: @ 8DD9718 + .incbin "graphics/berry_fix/logo.bin.lz" + + .align 2 +gBerryFixGbaTransfer_Pal:: @ 8DD9874 + .incbin "graphics/berry_fix/gba_transfer.gbapal" + + .align 2 +gBerryFixGbaTransfer_Gfx:: @ 8DD98B4 + .incbin "graphics/berry_fix/gba_transfer.4bpp.lz" + + .align 2 +gBerryFixGbaTransfer_Tilemap:: @ 8DD9E58 + .incbin "graphics/berry_fix/gba_transfer.bin.lz" + + .align 2 +gBerryFixGbaTransferHighlight_Pal:: @ 8DD9FEC + .incbin "graphics/berry_fix/gba_transfer_highlight.gbapal" + + .align 2 +gBerryFixGbaTransferHighlight_Gfx:: @ 8DDA02C + .incbin "graphics/berry_fix/gba_transfer_highlight.4bpp.lz" + + .align 2 +gBerryFixGbaTransferHighlight_Tilemap:: @ 8DDA63C + .incbin "graphics/berry_fix/gba_transfer_highlight.bin.lz" + + .align 2 +gBerryFixGbaTransferError_Pal:: @ 8DDA800 + .incbin "graphics/berry_fix/gba_transfer_error.gbapal" + + .align 2 +gBerryFixGbaTransferError_Gfx:: @ 8DDA840 + .incbin "graphics/berry_fix/gba_transfer_error.4bpp.lz" + + .align 2 +gBerryFixGbaTransferError_Tilemap:: @ 8DDAE40 + .incbin "graphics/berry_fix/gba_transfer_error.bin.lz" + + .align 2 +gBerryFixWindow_Pal:: @ 8DDAFE0 + .incbin "graphics/berry_fix/window.gbapal" + + .align 2 +gBerryFixWindow_Gfx:: @ 8DDB020 + .incbin "graphics/berry_fix/window.4bpp.lz" @ why the absurd length? + + .align 2 +gBerryFixWindow_Tilemap:: @ 8DDB2C4 + .incbin "graphics/berry_fix/window.bin.lz" + + @ more trade stuff? + + .align 2 +gUnknown_08DDB3E4:: @ 8DDB3E4 + .incbin "graphics/trade/menu.gbapal" + + .align 2 +gUnknown_08DDB444:: @ 8DDB444 + .incbin "graphics/unknown/unknown_DDB444.gbapal" + + .align 2 +gUnknown_08DDB464:: @ 8DDB464 + .incbin "graphics/trade/menu.4bpp" + + .align 2 +gUnknown_08DDC6E4:: @ 8DDC6E4 + .incbin "graphics/trade/buttons.4bpp" + + .align 2 + .incbin "graphics/unused/unused_DDCEE4.bin" @ unused + + .align 2 +gUnknown_08DDCF04:: @ 8DDCF04 + .incbin "graphics/unknown/unknown_DDCF04.bin" @ tilemap + + .align 2 +gUnknown_08DDD704:: @ 8DDD704 + .incbin "graphics/unknown/unknown_DDD704.bin" @ textbox tilemap?? + + .align 2 +gMessageBox_Pal:: @ 8DDD728 + .incbin "graphics/text_window/message_box.gbapal" + + .align 2 +gMessageBox_Gfx:: @ 8DDD748 + .incbin "graphics/text_window/message_box.4bpp" + + .align 2 +gWallpaperIcon_Cross:: + .incbin "graphics/pokemon_storage/cross_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Bolt:: + .incbin "graphics/pokemon_storage/bolt_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Plusle:: + .incbin "graphics/pokemon_storage/plusle_icon.4bpp.lz" + + .align 2 +gWallpaperPalettes_Horizontal:: @ 8DDD950 + .incbin "graphics/pokemon_storage/friends_frame2.gbapal" + .incbin "graphics/pokemon_storage/horizontal_bg.gbapal" + + .align 2 +gWallpaperTiles_Horizontal:: @ 8DDD990 + .incbin "graphics/pokemon_storage/horizontal.4bpp.lz" + + .align 2 +gWallpaperTilemap_Horizontal:: @ 8DDDB80 + .incbin "graphics/pokemon_storage/horizontal.bin.lz" + + .align 2 +gWallpaperPalettes_Ribbon:: @ 8DDDC8C + .incbin "graphics/pokemon_storage/ribbon_frame.gbapal" + .incbin "graphics/pokemon_storage/ribbon_bg.gbapal" + + .align 2 +gWallpaperTiles_Ribbon:: @ 8DDDCCC + .incbin "graphics/pokemon_storage/ribbon.4bpp.lz" + + .align 2 +gWallpaperTilemap_Ribbon:: @ 8DDDEDC + .incbin "graphics/pokemon_storage/ribbon.bin.lz" + + @ pokenav + + .align 2 +gUnknown_08DDE010:: @ 8DDE010 + .incbin "graphics/pokenav/ribbons.gbapal" + + .align 2 +gUnknown_08DDE030:: @ 8DDE030 + .incbin "graphics/pokenav/ribbons.4bpp.lz" + + .align 2 +gUnknown_08DDE12C:: @ 8DDE12C + .incbin "graphics/pokenav/ribbons.bin.lz" + + .align 2 +gMonIconPalettes:: @ 8DDE1F8 + .incbin "graphics/pokemon/icon_palettes/icon_palette_0.gbapal" + .incbin "graphics/pokemon/icon_palettes/icon_palette_1.gbapal" + .incbin "graphics/pokemon/icon_palettes/icon_palette_2.gbapal" + + .align 2 +gTitleScreenBgPalettes:: @ 8DDE258 + .incbin "graphics/title_screen/pokemon_logo.gbapal" + .incbin "graphics/title_screen/rayquaza_and_clouds.gbapal" + + .align 2 +gTitleScreenEmeraldVersionPal:: @ 8DDE438 + .incbin "graphics/title_screen/emerald_version.gbapal" + + .align 2 +gUnknown_08DDE458:: @ 8DDE458 + .incbin "graphics/title_screen/title_screen1.bin.lz" + +gTitleScreenPokemonLogoGfx:: @ 8DDE690 + .incbin "graphics/title_screen/pokemon_logo.8bpp.lz" + + .align 2 +gTitleScreenEmeraldVersionGfx:: @ 8DDFD94 + .incbin "graphics/title_screen/emerald_version.8bpp.lz" + + .align 2 +gTitleScreenPressStartPal:: @ 8DE03C8 + .incbin "graphics/title_screen/press_start.gbapal" + + .align 2 +gTitleScreenPressStartGfx:: @ 8DE03E8 + .incbin "graphics/title_screen/press_start.4bpp.lz" + + .align 2 +gUnknown_08DE0644:: @ 8DE0644 + .incbin "graphics/title_screen/title_screen2.bin.lz" + + @ more trainer card stuff + + .align 2 +gUnknown_08DE07C8:: @ 8DE07C8 + .incbin "graphics/frontier_pass/tiles.gbapal" @ size in LoadPalette calls is reported as 0xD0 << 1, which is 0x1A0, but palette is only 0x100 bytes long so it loads garbage as well + + .align 2 +gUnknown_08DE08C8:: @ 8DE08C8 + .incbin "graphics/frontier_pass/tiles.4bpp.lz" + + .align 2 +gUnknown_08DE2084:: @ 8DE2084 + .incbin "graphics/frontier_pass/tiles2.8bpp.lz" + + .align 2 +gUnknown_08DE3060:: @ 8DE3060 + .incbin "graphics/frontier_pass/tiles.bin.lz" + + .align 2 +gUnknown_08DE3350:: @ 8DE3350 + .incbin "graphics/frontier_pass/tilemap1.bin" + + .align 2 +gUnknown_08DE3374:: @ 8DE3374 + .incbin "graphics/frontier_pass/tilemap2.bin" + + @ berry crusher + + .align 2 +gUnknown_08DE3398:: @ 8DE3398 + .incbin "graphics/berry_crusher/tiles.gbapal" + + .align 2 +gUnknown_08DE34B8:: @ 8DE34B8 + .incbin "graphics/berry_crusher/tiles.4bpp.lz" + + .align 2 +gUnknown_08DE3FD4:: @ 8DE3FD4 + .incbin "graphics/berry_crusher/tiles.bin.lz" + + @ random garbage at the end. why, game freak? + .space 0x54BAC + .byte 0x0D, 0x00, 0x58, 0x02 @ why? + @ E38BC8 + .space 0x1145 + .byte 0x02 @ whyyyyy? + .space 0x3242 + .byte 0x40 @ WHYYYYYYYY + .space 0x13 -- cgit v1.2.3 From aab1238ec05935c642430541255ab965d715c350 Mon Sep 17 00:00:00 2001 From: Slawter666 <38655737+Slawter666@users.noreply.github.com> Date: Sun, 6 May 2018 09:12:23 +0100 Subject: Revert "Convert item_graphics.inc to C" This reverts commit 546217d28124daa204f804469e7d4bc18a048398. --- data/graphics.s | 1318 +++++++++++++++++++++++ data/graphics/items/item_graphics.inc | 1883 +++++++++++++++++++++++++++++++++ data/graphics2.s | 1316 ----------------------- 3 files changed, 3201 insertions(+), 1316 deletions(-) create mode 100644 data/graphics/items/item_graphics.inc delete mode 100644 data/graphics2.s (limited to 'data') diff --git a/data/graphics.s b/data/graphics.s index 8fc5924da..8527e570d 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -3869,3 +3869,1321 @@ gRaySceneHushRing_Map:: @ 8DAAF98 .align 2 gRaySceneHushBg_Pal:: @ 8DAAFEC .incbin "graphics/rayquaza_scene/hush_bg.gbapal.lz" + +@ 8DAB058 + .include "data/graphics/items/item_graphics.inc" + +@ 8DB7AA0 + .include "data/graphics/decorations/decoration_graphics.inc" + + .align 2 +gBattleAnimSpritePalette_282:: @ 8E7E7D0 + .incbin "graphics/battle_anims/sprites/282.gbapal.lz" + + .align 2 +gBattleAnimSpriteSheet_282:: @ 8E7E7F8 + .incbin "graphics/battle_anims/sprites/282.4bpp.lz" + + .align 2 +gBattleAnimSpritePalette_270:: @ 8E7E9E0 + .incbin "graphics/battle_anims/sprites/270.gbapal.lz" + + .align 2 +gBattleAnimSpriteSheet_270:: @ 8E7E9FC + .incbin "graphics/battle_anims/sprites/270.4bpp.lz" + + .align 2 +gBattleAnimSpritePalette_271:: @ 8E7EB24 + .incbin "graphics/battle_anims/sprites/271.gbapal.lz" + + .align 2 +gBattleAnimSpriteSheet_271:: @ 8E7EB3C + .incbin "graphics/battle_anims/sprites/271.4bpp.lz" + + .align 2 +gUnknown_08DBA518:: @ 8DBA518 + .incbin "graphics/misc/cable_car_bg.gbapal" + + .align 2 +gCableCar_Pal:: @ 8DBA598 + .incbin "graphics/misc/cable_car.gbapal" + + .align 2 +gUnknown_08DBA5B8:: @ 8DBA5B8 + .incbin "graphics/misc/cable_car_bg.4bpp.lz" + + .align 2 +gCableCar_Gfx:: @ 8DBBF90 + .incbin "graphics/misc/cable_car.4bpp.lz" + + .align 2 +gCableCarDoor_Gfx:: @ 8DBC290 + .incbin "graphics/misc/cable_car_door.4bpp.lz" + + .align 2 +gCableCarCord_Gfx:: @ 8DBC2C0 + .incbin "graphics/misc/cable_car_cord.4bpp.lz" + + .align 2 +gRouletteMenuTiles:: @ 8DBC2E8 + .incbin "graphics/roulette/window.4bpp.lz" + + .align 2 +gRouletteWheelTiles:: + .incbin "graphics/roulette/wheel.8bpp.lz" + + .align 2 +gRouletteCenter_Gfx:: + .incbin "graphics/roulette/center.4bpp.lz" + + .align 2 +gRouletteHeadersTiles:: @ 8E824BC + .incbin "graphics/roulette/headers.4bpp.lz" + + .align 2 +gRouletteCreditTiles:: @ 8E82AE0 + .incbin "graphics/roulette/credit.4bpp.lz" + + .align 2 +gRouletteNumbersTiles:: @ 8E82C30 + .incbin "graphics/roulette/numbers.4bpp.lz" + + .align 2 +gRouletteMultiplierTiles:: @ 8E82D14 + .incbin "graphics/roulette/multiplier.4bpp.lz" + + .align 2 +gMailPalette_Orange:: @ 0x08DBE818 + .incbin "graphics/mail/orange/palette.gbapal" + + .align 2 +gMailPalette_Harbor:: @ 0x08DBE838 + .incbin "graphics/mail/harbor/palette.gbapal" + + .align 2 +gMailPalette_Glitter:: @ 0x08DBE858 + .incbin "graphics/mail/glitter/palette.gbapal" + + .align 2 +gMailPalette_Mech:: @ 0x08DBE878 + .incbin "graphics/mail/mech/palette.gbapal" + + .align 2 +gMailPalette_Wood:: @ 0x08DBE898 + .incbin "graphics/mail/wood/palette.gbapal" + + .align 2 +gMailPalette_Wave:: @ 0x08DBE8B8 + .incbin "graphics/mail/wave/palette.gbapal" + + .align 2 +gMailPalette_Bead:: @ 0x08DBE8D8 + .incbin "graphics/mail/bead/palette.gbapal" + + .align 2 +gMailPalette_Shadow:: @ 0x08DBE8F8 + .incbin "graphics/mail/shadow/palette.gbapal" + + .align 2 +gMailPalette_Tropic:: @ 0x08DBE918 + .incbin "graphics/mail/tropic/palette.gbapal" + + .align 2 +gMailPalette_Dream:: @ 0x08DBE938 + .incbin "graphics/mail/dream/palette.gbapal" + + .align 2 +gMailPalette_Fab:: @ 0x08DBE958 + .incbin "graphics/mail/fab/palette.gbapal" + + .align 2 +gMailPalette_Retro:: @ 0x08DBE978 + .incbin "graphics/mail/retro/palette.gbapal" + + .align 2 +gMailTiles_Orange:: @ 0x08DBE998 + .incbin "graphics/mail/orange/tiles.4bpp.lz" + + .align 2 +gMailTiles_Harbor:: @ 0x08DBEB38 + .incbin "graphics/mail/harbor/tiles.4bpp.lz" + + .align 2 +gMailTiles_Glitter:: @ 0x08DBEC74 + .incbin "graphics/mail/glitter/tiles.4bpp.lz" + + .align 2 +gMailTiles_Mech:: @ 0x08DBEE84 + .incbin "graphics/mail/mech/tiles.4bpp.lz" + + .align 2 +gMailTiles_Wood:: @ 0x08DBEF5C + .incbin "graphics/mail/wood/tiles.4bpp.lz" + + .align 2 +gMailTiles_Wave:: @ 0x08DBF154 + .incbin "graphics/mail/wave/tiles.4bpp.lz" + + .align 2 +gMailTiles_Bead:: @ 0x08DBF2D4 + .incbin "graphics/mail/bead/tiles.4bpp.lz" + + .align 2 +gMailTiles_Shadow:: @ 0x08DBF37C + .incbin "graphics/mail/shadow/tiles.4bpp.lz" + + .align 2 +gMailTiles_Tropic:: @ 0x08DBF50C + .incbin "graphics/mail/tropic/tiles.4bpp.lz" + + .align 2 +gMailTiles_Dream:: @ 0x08DBF64C + .incbin "graphics/mail/dream/tiles.4bpp.lz" + + .align 2 +gMailTiles_Fab:: @ 0x08DBF7B4 + .incbin "graphics/mail/fab/tiles.4bpp.lz" + + .align 2 +gMailTiles_Retro:: @ 0x08DBF904 + .incbin "graphics/mail/retro/tiles.4bpp.lz" + + .align 2 +gMailTilemap_Orange:: @ 0x08DBFBA4 + .incbin "graphics/mail/orange/map.bin.lz" + + .align 2 +gMailTilemap_Harbor:: @ 0x08DBFC7C + .incbin "graphics/mail/harbor/map.bin.lz" + + .align 2 +gMailTilemap_Glitter:: @ 0x08DBFD5C + .incbin "graphics/mail/glitter/map.bin.lz" + + .align 2 +gMailTilemap_Mech:: @ 0x08DBFE68 + .incbin "graphics/mail/mech/map.bin.lz" + + .align 2 +gMailTilemap_Wood:: @ 0x08DBFF44 + .incbin "graphics/mail/wood/map.bin.lz" + + .align 2 +gMailTilemap_Wave:: @ 0x08DC0034 + .incbin "graphics/mail/wave/map.bin.lz" + + .align 2 +gMailTilemap_Bead:: @ 0x08DC0114 + .incbin "graphics/mail/bead/map.bin.lz" + + .align 2 +gMailTilemap_Shadow:: @ 0x08DC01F4 + .incbin "graphics/mail/shadow/map.bin.lz" + + .align 2 +gMailTilemap_Tropic:: @ 0x08DC0300 + .incbin "graphics/mail/tropic/map.bin.lz" + + .align 2 +gMailTilemap_Dream:: @ 0x08DC03F0 + .incbin "graphics/mail/dream/map.bin.lz" + + .align 2 +gMailTilemap_Fab:: @ 0x08DC04E8 + .incbin "graphics/mail/fab/map.bin.lz" + + .align 2 +gMailTilemap_Retro:: @ 0x08DC0600 + .incbin "graphics/mail/retro/map.bin.lz" + + .align 2 +gFrontierFactorySelectMenu_Pal:: @ 8DC0714 + .incbin "graphics/battle_frontier/factory_menu1.gbapal" + .incbin "graphics/battle_frontier/factory_menu2.gbapal" + + .align 2 +gFrontierFactorySelectMenu_Gfx:: @ 8DC0754 + .incbin "graphics/battle_frontier/factory_menu1.4bpp" + .incbin "graphics/battle_frontier/factory_menu2.4bpp" + + .align 2 +gFrontierFactorySelectMenu_Tilemap:: @ 8DC0B94 + .incbin "graphics/battle_frontier/factory_menu.bin" + + .align 2 +gFrontierPassMedals_Gfx:: @ 8DC1394 + .incbin "graphics/frontier_pass/medals.4bpp.lz" @ battle frontier medals + + .align 2 +gFrontierPassCursor_Pal:: @ 8DC1674 + .incbin "graphics/frontier_pass/cursor.gbapal" @ frontier pass cursor pal + + .align 2 +gFrontierPassMapCursor_Pal:: @ 8DC1694 + .incbin "graphics/frontier_pass/map_cursor.gbapal" @ frontier pass map cursor pal + + .align 2 +gFrontierPassMedalsSilver_Pal:: @ 8DC16B4 + .incbin "graphics/frontier_pass/silver.gbapal" + + .align 2 +gFrontierPassMedalsGold_Pal:: @ 8DC16D4 + .incbin "graphics/frontier_pass/gold.gbapal" + + .align 2 +gPokedexText_Pal:: @ 8DC16F4 + .incbin "graphics/pokedex/text.gbapal" + + .align 2 +gPokedexCaughtScreenFade_Pal:: @ 8DC1756 + .incbin "graphics/pokedex/fade.gbapal" + + .align 2 +gPokedexHoennBg_Pal:: @ 8DC17B6 + .incbin "graphics/pokedex/hoenn_bg.gbapal" + + .align 2 +gPokedexNationalBg_Pal:: @ 8DC1876 + .incbin "graphics/pokedex/national_bg.gbapal" + + .align 2 +gPokedexMenu_Gfx:: @ 8DC1934 + .incbin "graphics/pokedex/menu.4bpp.lz" + + .align 2 +gPokedexMenu2_Gfx:: @ 8DC234C + .incbin "graphics/pokedex/menu2.4bpp.lz" + + .align 2 + .incbin "graphics/pokedex/noball_unused.4bpp.lz" @ unused + + @ these are a series of 9 tilemaps used for something pokedex related. + + .align 2 +gUnknown_08DC2A08:: @ 8DC2A08 + .incbin "graphics/pokedex/tilemap1.bin.lz" + + .align 2 +gUnknown_08DC2B1C:: @ 8DC2B1C + .incbin "graphics/pokedex/tilemap2.bin.lz" + + .align 2 +gUnknown_08DC2C5C:: @ 8DC2C5C + .incbin "graphics/pokedex/tilemap3.bin.lz" + + .align 2 +gUnknown_08DC2DAC:: @ 8DC2DAC + .incbin "graphics/pokedex/tilemap4.bin.lz" + + .align 2 +gUnknown_08DC2E6C:: @ 8DC2E6C + .incbin "graphics/pokedex/tilemap5.bin.lz" + + .align 2 +gUnknown_08DC2F5C:: @ 8DC2F5C + .incbin "graphics/pokedex/tilemap6.bin.lz" + + .align 2 +gUnknown_08DC2FEC:: @ 8DC2FEC + .incbin "graphics/pokedex/tilemap7.bin.lz" + + .align 2 +gUnknown_08DC3080:: @ 8DC3080 + .incbin "graphics/pokedex/tilemap8.bin.lz" + + .align 2 +gUnknown_08DC3198:: @ 8DC3198 + .incbin "graphics/pokedex/tilemap9.bin.lz" @ all tilemaps + + .align 2 +gPokedexSearchMenu_Pal:: @ 8DC3284 + .incbin "graphics/pokedex/search_menu.gbapal" + + .align 2 +gPokedexSearchMenu_Gfx:: @ 8DC3304 + .incbin "graphics/pokedex/search_menu.4bpp.lz" + + .align 2 +gPokedexSearch1_Tilemap:: @ 8DC3870 + .incbin "graphics/pokedex/search1.bin.lz" + + .align 2 +gPokedexSearch2_Tilemap:: @ 8DC3A0C + .incbin "graphics/pokedex/search2.bin.lz" + + .align 2 +gSummaryScreenPowAcc_Tilemap:: @ 8DC3B94 + .incbin "graphics/interface/powacc_tilemap.bin" @ pow/acc tilemap + + .align 2 +gUnknown_08DC3C34:: @ 8DC3C34 + .incbin "graphics/interface/unk_tilemap.bin" @ probably trade summary screen related? cant check + + .align 2 +gSummaryScreenWindow_Tilemap:: @ 8DC3CD4 + .incbin "graphics/interface/summary.bin" + + .align 2 +gIntroCopyright_Pal:: @ 8DC3D54 + .incbin "graphics/intro/copyright.gbapal" + + .align 2 +gIntroCopyright_Gfx:: @ 8DC3D74 + .incbin "graphics/intro/copyright.4bpp.lz" + + .align 2 +gIntroCopyright_Tilemap:: @ 8DC3FD4 + .incbin "graphics/intro/copyright.bin.lz" + + .align 2 +gPokedexAreaScreenAreaUnknown_Pal:: @ 8DC4120 + .incbin "graphics/pokedex/area_unknown.gbapal" + + .align 2 +gPokedexAreaScreenAreaUnknown_Gfx:: @ 8DC4140 + .incbin "graphics/pokedex/area_unknown.4bpp.lz" + + @ seems to be fire red leftovers, but the menu elements is reused in the item menu for TM descriptions. + + .align 2 +gFireRedMenuElements1_Pal:: @ 8DC4318 + .incbin "graphics/interface_fr/menu1.gbapal" + + .align 2 +gFireRedMenuElements2_Pal:: @ 8DC4338 + .incbin "graphics/interface_fr/menu2.gbapal" + + .align 2 +gFireRedMenuElements3_Pal:: @ 8DC4358 + .incbin "graphics/interface_fr/menu3.gbapal" + + .align 2 +gFireRedMenuElements_Gfx:: @ 8DC4378 + .incbin "graphics/interface_fr/menu.4bpp" @ the types are reused for item menu + + .align 2 +gBagMenuHMIcon_Gfx:: @ 8DC6378 + .incbin "graphics/interface/hm.4bpp" + + @ contest link stuff, appears to be a set of tilemaps + + .align 2 +gUnknown_08DC63F8:: @ 8DC63F8 + .incbin "graphics/contest/clink_tilemap1.bin" + + .align 2 +gUnknown_08DC6420:: @ 8DC6420 + .incbin "graphics/contest/clink_tilemap2.bin" + + .align 2 +gUnknown_08DC6448:: @ 8DC6448 + .incbin "graphics/contest/clink_tilemap3.bin" + + .align 2 +gUnknown_08DC6470:: @ 8DC6470 + .incbin "graphics/contest/clink_tilemap4.bin" + + .align 2 +gUnknown_08DC6498:: @ 8DC6498 + .incbin "graphics/contest/clink_tilemap5.bin" + + .align 2 +gUnknown_08DC64AC:: @ 8DC64AC + .incbin "graphics/contest/clink_tilemap6.bin" + + .align 2 +gUnknown_08DC64C0:: @ 8DC64C0 + .incbin "graphics/contest/clink_tilemap7.bin" + + .align 2 +gUnknown_08DC64D4:: @ 8DC64D4 + .incbin "graphics/contest/clink_tilemap8.bin" + + .align 2 +gUnknown_08DC64E8:: @ 8DC64E8 + .incbin "graphics/contest/clink_tilemap9.bin" + + .align 2 +gUnknown_08DC64FC:: @ 8DC64FC + .incbin "graphics/contest/clink_tilemap10.bin" + + .align 2 +gUnknown_08DC6510:: @ 8DC6510 + .incbin "graphics/contest/clink_tilemap11.bin" + + @ pokenav + + .align 2 +gPokenavCondition_Pal:: @ 8DC6528 + .incbin "graphics/pokenav/condition.gbapal" + + .align 2 +gPokenavCondition_Gfx:: @ 8DC6548 + .incbin "graphics/pokenav/condition.4bpp.lz" + + .align 2 +gPokenavCondition_Tilemap:: @ 8DC6DFC + .incbin "graphics/pokenav/condition.bin.lz" + + .align 2 +gPokenavOptions_Tilemap:: @ 8DC7070 + .incbin "graphics/pokenav/options/options.bin" + + .align 2 +gPokenavOptions_Gfx:: + .incbin "graphics/pokenav/options/options.4bpp.lz" + + .align 2 +gPokenavOptions_Pal:: + .incbin "graphics/pokenav/options/options.gbapal" + + .align 2 +gPokenavHeader_Pal:: @ 8DC7B60 + .incbin "graphics/pokenav/header.gbapal" + + .align 2 +gPokenavHeader_Gfx:: @ 8DC7B80 + .incbin "graphics/pokenav/header.4bpp.lz" @ TODO: use width 9 and makefile rule for cleanliness, make wasnt behaving, didnt want to apply num_tiles to this + + .align 2 +gPokenavHeader_Tilemap:: @ 8DC7D84 + .incbin "graphics/pokenav/header.bin.lz" + + .align 2 +gPokenavLeftHeader_Pal:: @ 8DC7F00 + .incbin "graphics/pokenav/left_headers/palette.gbapal" + + .align 2 +gPokenavLeftHeaderBeauty_Gfx:: @ 8DC7FA0 + .incbin "graphics/pokenav/left_headers/beauty.4bpp.lz" + + .align 2 +gPokenavLeftHeaderSmart_Gfx:: @ 8DC80DC + .incbin "graphics/pokenav/left_headers/smart.4bpp.lz" + + .align 2 +gPokenavLeftHeaderCondition_Gfx:: @ 8DC8208 + .incbin "graphics/pokenav/left_headers/condition.4bpp.lz" + + .align 2 +gPokenavLeftHeaderCute_Gfx:: @ 8DC838C + .incbin "graphics/pokenav/left_headers/cute.4bpp.lz" + + .align 2 +gPokenavLeftHeaderMatchCall_Gfx:: @ 8DC84AC + .incbin "graphics/pokenav/left_headers/match_call.4bpp.lz" + + .align 2 +gPokenavLeftHeaderMainMenu_Gfx:: @ 8DC864C + .incbin "graphics/pokenav/left_headers/main_menu.4bpp.lz" + + .align 2 +gPokenavLeftHeaderHoennMap_Gfx:: @ 8DC87F8 + .incbin "graphics/pokenav/left_headers/hoenn_map.4bpp.lz" + + .align 2 +gPokenavLeftHeaderRibbons_Gfx:: @ 8DC8AA4 + .incbin "graphics/pokenav/left_headers/ribbons.4bpp.lz" + + .align 2 +gPokenavLeftHeaderSearch_Gfx:: @ 8DC8C14 + .incbin "graphics/pokenav/left_headers/search.4bpp.lz" + + .align 2 +gPokenavLeftHeaderTough_Gfx:: @ 8DC8D50 + .incbin "graphics/pokenav/left_headers/tough.4bpp.lz" + + .align 2 +gPokenavLeftHeaderCool_Gfx:: @ 8DC8E64 + .incbin "graphics/pokenav/left_headers/cool.4bpp.lz" + + .align 2 +gPokenavLeftHeaderParty_Gfx:: @ 8DC8F64 + .incbin "graphics/pokenav/left_headers/party.4bpp.lz" + + .align 2 +gPokenavMessageBox_Pal:: @ 8DC90C0 + .incbin "graphics/pokenav/message.gbapal" + + .align 2 +gPokenavMessageBox_Gfx:: @ 8DC90E0 + .incbin "graphics/pokenav/message.4bpp.lz" + + .align 2 +gPokenavMessageBox_Tilemap:: @ 8DC9130 + .incbin "graphics/pokenav/message.bin.lz" + + .align 2 +gHoennMapZoomIcons_Pal:: @ 8DC91E8 + .incbin "graphics/pokenav/zoom.gbapal" + + .align 2 +gHoennMapZoomIcons_Gfx:: @ 8DC9208 + .incbin "graphics/pokenav/zoom.4bpp.lz" + + .align 2 +gPokenavConditionCancel_Pal:: + .incbin "graphics/pokenav/cancel.gbapal" + + .align 2 +gPokenavConditionCancel_Gfx:: + .incbin "graphics/pokenav/cancel.4bpp" + + .align 2 +gPokenavConditionMarker_Pal:: @ 8DC9608 + .incbin "graphics/pokenav/marker.gbapal" + + .align 2 +gPokenavConditionMarker_Gfx:: @ 8DC9628 + .incbin "graphics/pokenav/marker.4bpp" + + .align 2 +gBerryBlenderMiscPalette:: @ 8DCAB88 + .incbin "graphics/berry_blender/misc.gbapal" + + .align 2 +gBerryBlenderArrowPalette:: @ 8DC9948 + .incbin "graphics/berry_blender/arrow.gbapal" + + .align 2 +gBerryBlenderBetaArrow_Gfx:: @ 8DC9988 + .incbin "graphics/berry_blender/arrow_old.4bpp" @ unused + + .align 2 +gBerryBlenderMarubatsuTiles:: @ 8DC9B88 + .incbin "graphics/berry_blender/marubatsu.4bpp" + + .align 2 +gBerryBlenderParticlesTiles:: @ 8E90818 + .incbin "graphics/berry_blender/particles.4bpp" + + .space 0x120 + + .align 2 +gBerryBlenderCountdownNumbersTiles:: @ 8DC9F88 + .incbin "graphics/berry_blender/countdown_numbers.4bpp" + + .align 2 +gBerryBlenderStartTiles:: @ 8DCA588 + .incbin "graphics/berry_blender/start.4bpp" + + .space 0x200 + + .align 2 +gBerryBlenderArrowTiles:: @ 8DCAB88 + .incbin "graphics/berry_blender/arrow.4bpp" + + .space 0x2C0 + + .align 2 +gEasyChatCursor_Pal:: @ 8DCB648 + .incbin "graphics/easy_chat/cursor.gbapal" + + .align 2 +gEasyChatCursor_Gfx:: @ 8DCB668 + .incbin "graphics/easy_chat/cursor.4bpp.lz" + + .align 2 +gEasyChatRightWindow_Pal:: @ 8DCB86C + .incbin "graphics/easy_chat/rwindow.gbapal" + + .align 2 +gEasyChatRightWindow_Gfx:: @ 8DCB88C + .incbin "graphics/easy_chat/rwindow.4bpp.lz" + + .align 2 +gEasyChatMode_Gfx:: @ 8DCBAB0 + .incbin "graphics/easy_chat/mode.4bpp.lz" + + .align 2 +gEasyChatMode_Pal:: @ 8DCBDB0 + .incbin "graphics/easy_chat/mode.gbapal" + + .align 2 +gEasyChatWindow_Gfx:: @ 8DCBDD0 + .incbin "graphics/easy_chat/window.4bpp.lz" @ uses mode pal + + .align 2 +gEasyChatWindow_Tilemap:: @ 8DCBF10 + .incbin "graphics/easy_chat/window.bin.lz" + + .align 2 +gWallclockMale_Pal:: @ 8DCC01C + .incbin "graphics/interface/wallclock_male.gbapal" + + .align 2 +gWallclockFemale_Pal:: @ 8DCC03C + .incbin "graphics/interface/wallclock_female.gbapal" + + .align 2 +gWallclock_Gfx:: @ 8DCC05C + .incbin "graphics/interface/wallclock.4bpp.lz" + + .align 2 +gUnknown_08DCC648:: @ 8DCC648 + .incbin "graphics/interface/wallclock1.bin.lz" + + .align 2 +gUnknown_08DCC908:: @ 8DCC908 + .incbin "graphics/interface/wallclock2.bin.lz" + + .align 2 +gUsePokeblockCondition_Pal:: @ 8DCCB98 + .incbin "graphics/pokeblock/use_screen/condition.gbapal" + + .align 2 +gUsePokeblockCondition_Gfx:: @ 8DCCBB8 + .incbin "graphics/pokeblock/use_screen/condition.4bpp.lz" + + .align 2 +gUsePokeblockUpDown_Pal:: @ 8DCCD3C + .incbin "graphics/pokeblock/use_screen/updown.gbapal" + + .align 2 +gUsePokeblockUpDown_Gfx:: @ 8DCCD5C + .incbin "graphics/pokeblock/use_screen/updown.4bpp" + + .align 2 +gUsePokeblockGraph_Pal:: @ 8DCCF5C + .incbin "graphics/pokeblock/use_screen/graph.gbapal" + + .align 2 +gUsePokeblockGraph_Gfx:: @ 8DCCF7C + .incbin "graphics/pokeblock/use_screen/graph.4bpp.lz" + + .align 2 +gUsePokeblockGraph_Tilemap:: @ 8DCD81C + .incbin "graphics/pokeblock/use_screen/graph.bin.lz" + + .align 2 +gUsePokeblockNatureWin_Pal:: @ 8DCDA30 + .incbin "graphics/pokeblock/use_screen/nature.gbapal" + + @ slot machine + + .align 2 +gSlotMachineMenu_Pal:: @ 8DCDA90 + .incbin "graphics/slot_machine/menu.gbapal" + + .align 2 +gSlotMachineMenu_Gfx:: @ 8DCDB30 + .incbin "graphics/slot_machine/menu.4bpp.lz" + + .align 2 +gSlotMachineMenu_Tilemap:: @ 8DCE770 + .incbin "graphics/slot_machine/menu.bin" + + .align 2 +gUnknown_08DCEC70:: @ 8DCEC70 + .incbin "graphics/slot_machine/slots_layout.bin" + + .align 2 +gUnknown_08DCF170:: + .incbin "graphics/slot_machine/reel_symbols/1.gbapal" + + .align 2 +gUnknown_08DCF190:: + .incbin "graphics/slot_machine/reel_pikachu.gbapal" + + .align 2 +gUnknown_08DCF1B0:: + .incbin "graphics/slot_machine/shadow.gbapal" + + .align 2 +gSlotMachineReelTime_Pal:: + .incbin "graphics/slot_machine/reel_time.gbapal" + + .align 2 +gUnknown_08DCF1F0:: + .incbin "graphics/slot_machine/smoke.gbapal" @ also duck and pika aura + + .align 2 +gUnknown_08DCF210:: + .incbin "graphics/slot_machine/reel_time_explosion/0.gbapal" + + .align 2 +gUnknown_08DCF230:: + .incbin "graphics/slot_machine/spr6.gbapal" @ huh? + + .align 2 +gSlotMachineReelSymbol1Tiles:: @ 8DCF250 + .incbin "graphics/slot_machine/reel_symbols/1.4bpp" + + .align 2 +gSlotMachineReelSymbol2Tiles:: + .incbin "graphics/slot_machine/reel_symbols/2.4bpp" + + .align 2 +gSlotMachineReelSymbol3Tiles:: + .incbin "graphics/slot_machine/reel_symbols/3.4bpp" + + .align 2 +gSlotMachineReelSymbol4Tiles:: + .incbin "graphics/slot_machine/reel_symbols/4.4bpp" + + .align 2 +gSlotMachineReelSymbol5Tiles:: + .incbin "graphics/slot_machine/reel_symbols/5.4bpp" + + .align 2 +gSlotMachineReelSymbol6Tiles:: + .incbin "graphics/slot_machine/reel_symbols/6.4bpp" + + .align 2 +gSlotMachineReelSymbol7Tiles:: + .incbin "graphics/slot_machine/reel_symbols/7.4bpp" + + .align 2 +gSlotMachineReelTime_Gfx:: @ 8DD0050 + .incbin "graphics/slot_machine/reel_time.4bpp.lz" + + .align 2 +gSlotMachineNumber0Tiles:: + .incbin "graphics/slot_machine/numbers/0.4bpp" + + .align 2 +gSlotMachineNumber1Tiles:: + .incbin "graphics/slot_machine/numbers/1.4bpp" + + .align 2 +gSlotMachineNumber2Tiles:: + .incbin "graphics/slot_machine/numbers/2.4bpp" + + .align 2 +gSlotMachineNumber3Tiles:: + .incbin "graphics/slot_machine/numbers/3.4bpp" + + .align 2 +gSlotMachineNumber4Tiles:: + .incbin "graphics/slot_machine/numbers/4.4bpp" + + .align 2 +gSlotMachineNumber5Tiles:: + .incbin "graphics/slot_machine/numbers/5.4bpp" + + .align 2 +gSlotMachineNumber6Tiles:: + .incbin "graphics/slot_machine/numbers/6.4bpp" + + .align 2 +gSlotMachineNumber7Tiles:: + .incbin "graphics/slot_machine/numbers/7.4bpp" + + .align 2 +gSlotMachineNumber8Tiles:: + .incbin "graphics/slot_machine/numbers/8.4bpp" + + .align 2 +gSlotMachineNumber9Tiles:: + .incbin "graphics/slot_machine/numbers/9.4bpp" + + .align 2 +gSlotMachineReelTimeBolt:: + .incbin "graphics/slot_machine/bolt.4bpp" + + .align 2 +gSlotMachineReelTimeDuck:: + .incbin "graphics/slot_machine/duck.4bpp" + + .align 2 +gSlotMachineReelTimeSmoke:: + .incbin "graphics/slot_machine/smoke.4bpp" + + .align 2 +gSlotMachineReelTimeNumber0:: + .incbin "graphics/slot_machine/reel_time_numbers/0.4bpp" + + .align 2 +gSlotMachineReelTimeNumber1:: + .incbin "graphics/slot_machine/reel_time_numbers/1.4bpp" + + .align 2 +gSlotMachineReelTimeNumber2:: + .incbin "graphics/slot_machine/reel_time_numbers/2.4bpp" + + .align 2 +gSlotMachineReelTimeNumber3:: + .incbin "graphics/slot_machine/reel_time_numbers/3.4bpp" + + .align 2 +gSlotMachineReelTimeNumber4:: + .incbin "graphics/slot_machine/reel_time_numbers/4.4bpp" + + .align 2 +gSlotMachineReelTimeNumber5:: + .incbin "graphics/slot_machine/reel_time_numbers/5.4bpp" + + .align 2 +gSlotMachineReelTimeLargeBolt0:: + .incbin "graphics/slot_machine/large_bolt/0.4bpp" + + .align 2 +gSlotMachineReelTimeLargeBolt1:: + .incbin "graphics/slot_machine/large_bolt/1.4bpp" + + .align 2 +gSlotMachineReelTimeExplosion0:: + .incbin "graphics/slot_machine/reel_time_explosion/0.4bpp" + + .align 2 +gSlotMachineReelTimeExplosion1:: + .incbin "graphics/slot_machine/reel_time_explosion/1.4bpp" + + .align 2 +gSlotMachineReelTimeShadow:: + .incbin "graphics/slot_machine/shadow.4bpp" + + .align 2 +gSlotMachineReelTimePikaAura:: + .incbin "graphics/slot_machine/pika_aura.4bpp" + + .align 2 +gUnknown_08DD19F8:: + .incbin "graphics/unknown/unknown_DD19F8.bin" @ might be a palette? + + .align 2 +gUnknown_08DD1A18:: + .incbin "graphics/unknown/unknown_DD1A18.4bpp" + + @ trainer card + + .align 2 +gEmeraldTrainerCard0Star_Pal:: @ 8DD1A58 + .incbin "graphics/trainer_card/0star.gbapal" + + .align 2 +gEmeraldTrainerCard_Gfx:: @ 8DD1AB8 + .incbin "graphics/trainer_card/card.4bpp.lz" + + @ what are these? lz compressed files used for something, cant tell if tilemaps + + .align 2 +gUnknown_08DD1F78:: @ 8DD1F78 + .incbin "graphics/unknown/unknown_DD1F78.bin.lz" + + .align 2 +gUnknown_08DD2010:: @ 8DD2010 + .incbin "graphics/unknown/unknown_DD2010.bin.lz" + + .align 2 +gUnknown_08DD21B0:: @ 8DD21B0 + .incbin "graphics/unknown/unknown_DD21B0.bin.lz" + + .align 2 +gUnknown_08DD228C:: @ 8DD228C + .incbin "graphics/unknown/unknown_DD228C.bin.lz" + + .align 2 +gFireRedTrainerCard0Star_Pal:: @ 8DD240C + .incbin "graphics/trainer_card/0star_fr.gbapal" + + .align 2 +gFireRedTrainerCard_Gfx:: @ 8DD246C + .incbin "graphics/trainer_card/card_fr.4bpp.lz" + + @ more of these weird compressed files, probably for the FR trainer card + + .align 2 +gUnknown_08DD2AE0:: @ 8DD2AE0 + .incbin "graphics/unknown/unknown_DD2AE0.bin.lz" + + .align 2 +gUnknown_08DD2B78:: @ 8DD2B78 + .incbin "graphics/unknown/unknown_DD2B78.bin.lz" + + .align 2 +gUnknown_08DD2D30:: @ 8DD2D30 + .incbin "graphics/unknown/unknown_DD2D30.bin.lz" + + .align 2 +gUnknown_08DD2E5C:: @ 8DD2E5C + .incbin "graphics/unknown/unknown_DD2E5C.bin.lz" + + @ pokemon storage system + + .align 2 +gPSSMenu_Gfx:: @ 8DD2FE8 + .incbin "graphics/pokemon_storage/menu.4bpp.lz" + + .align 2 +gPSSMenu_Pal:: @ 8DD36A8 + .incbin "graphics/pokemon_storage/menu.gbapal" @ pal for the options in the gfx + + .align 2 +gUnknown_08DD36C8:: @ 8DD36C8 + .incbin "graphics/unknown/unknown_DD36C8.bin.lz" + + @ naming screen + + .align 2 +gNamingScreenMenu_Pal:: @ 8DD3778 + .incbin "graphics/naming_screen/menu.gbapal" + + .align 2 +gNamingScreenMenu_Gfx:: @ 8DD3838 + .incbin "graphics/naming_screen/menu.4bpp.lz" + + .align 2 +gNamingScreenRWindow_Gfx:: @ 8DD3A04 + .incbin "graphics/naming_screen/rwindow.4bpp" + + .align 2 +gNamingScreenROptions_Gfx:: @ 8DD4044 + .incbin "graphics/naming_screen/roptions.4bpp" + + .align 2 +gNamingScreenCursor_Gfx:: @ 8DD4224 + .incbin "graphics/naming_screen/cursor.4bpp" + + .align 2 +gNamingScreenKeyboardButton_Gfx:: @ 8DD43E4 + .incbin "graphics/naming_screen/keyboard_button.4bpp" + + .align 2 +gNamingScreenRightPointingTriangleTiles:: @ 8DD4504 + .incbin "graphics/naming_screen/right_pointing_triangle.4bpp" + + .align 2 +gNamingScreenUnderscoreTiles:: @ 8DD4524 + .incbin "graphics/naming_screen/underscore.4bpp" + + .align 2 +gUnknown_08DD4544:: @ 8DD4544 + .incbin "graphics/unknown/unknown_DD4544.bin.lz" + + .align 2 +gUnknown_08DD4620:: @ 8DD4620 + .incbin "graphics/unknown/unknown_DD4620.bin.lz" + + .align 2 +gUnknown_08DD46E0:: @ 8DD46E0 + .incbin "graphics/unknown/unknown_DD46E0.bin.lz" + + .align 2 +gUnknown_08DD47A0:: @ 8DD47A0 + .incbin "graphics/unknown/unknown_DD47A0.bin.lz" + + @ link + + .align 2 +gLinkMiscMenu_Pal:: @ 8DD4860 + .incbin "graphics/link/misc.gbapal" + + .align 2 +gLinkMiscMenu_Gfx:: @ 8DD4880 + .incbin "graphics/link/misc.4bpp.lz" @ dont know where this is used + + .align 2 +gLinkMiscMenu_Tilemap:: @ 8DD4AB8 + .incbin "graphics/link/misc.bin.lz" + + .align 2 +gUnknown_08DD4BB0:: @ 8DD4BB0 + .incbin "graphics/link/link1.gbapal" + + .align 2 +gUnknown_08DD4BD0:: @ 8DD4BD0 + .incbin "graphics/link/link2.gbapal" + + .align 2 +gUnknown_08DD4BF0:: @ 8DD4BF0 + .incbin "graphics/link/link_winedge.4bpp.lz" + + .align 2 +gUnknown_08DD4C4C:: @ 8DD4C4C + .incbin "graphics/link/link_winedge.bin.lz" + + .align 2 +gUnknown_08DD4CF8:: @ 8DD4CF8 + .incbin "graphics/interface/unk_change_case.4bpp.lz" + + .align 2 +gTilesetPalettes_General:: @ 8DD4E10 + .incbin "data/tilesets/primary/general/palettes/00.gbapal" + .incbin "data/tilesets/primary/general/palettes/01.gbapal" + .incbin "data/tilesets/primary/general/palettes/02.gbapal" + .incbin "data/tilesets/primary/general/palettes/03.gbapal" + .incbin "data/tilesets/primary/general/palettes/04.gbapal" + .incbin "data/tilesets/primary/general/palettes/05.gbapal" + .incbin "data/tilesets/primary/general/palettes/06.gbapal" + .incbin "data/tilesets/primary/general/palettes/07.gbapal" + .incbin "data/tilesets/primary/general/palettes/08.gbapal" + .incbin "data/tilesets/primary/general/palettes/09.gbapal" + .incbin "data/tilesets/primary/general/palettes/10.gbapal" + .incbin "data/tilesets/primary/general/palettes/11.gbapal" + .incbin "data/tilesets/primary/general/palettes/12.gbapal" + .incbin "data/tilesets/primary/general/palettes/13.gbapal" + .incbin "data/tilesets/primary/general/palettes/14.gbapal" + .incbin "data/tilesets/primary/general/palettes/15.gbapal" + + .align 2 +gTilesetTiles_General:: @ 8DD5010 + .incbin "data/tilesets/primary/general/tiles.4bpp.lz" + + @ trade/egg hatch + + .align 2 +gTradeGba_Pal:: @ 8DD72E0 + .incbin "graphics/link/gba.gbapal" + + .align 2 +gTradeGba2_Pal:: @ 8DD7300 + .incbin "graphics/link/gba_pal2.gbapal" @ used for in-game trade GBA? + + .align 2 +gTradeGba_Gfx:: @ 8DD7360 + .incbin "graphics/link/gba.4bpp" + + @ 8DD8760 + .space 0x20 @ blank palette?? + + @ berry fix program + + .align 2 +gBerryFixGameboy_Pal:: @ 8DD8780 + .incbin "graphics/berry_fix/gba_small.gbapal" + + .align 2 +gBerryFixGameboy_Gfx:: @ 8DD87C0 + .incbin "graphics/berry_fix/gba_small.4bpp.lz" + + .align 2 +gBerryFixGameboy_Tilemap:: @ 8DD8EE0 + .incbin "graphics/berry_fix/gba_small.bin.lz" + + .align 2 +gBerryFixGameboyLogo_Pal:: @ 8DD9080 + .incbin "graphics/berry_fix/logo.gbapal" + + .align 2 +gBerryFixGameboyLogo_Gfx:: @ 8DD90E0 + .incbin "graphics/berry_fix/logo.4bpp.lz" + + .align 2 +gBerryFixGameboyLogo_Tilemap:: @ 8DD9718 + .incbin "graphics/berry_fix/logo.bin.lz" + + .align 2 +gBerryFixGbaTransfer_Pal:: @ 8DD9874 + .incbin "graphics/berry_fix/gba_transfer.gbapal" + + .align 2 +gBerryFixGbaTransfer_Gfx:: @ 8DD98B4 + .incbin "graphics/berry_fix/gba_transfer.4bpp.lz" + + .align 2 +gBerryFixGbaTransfer_Tilemap:: @ 8DD9E58 + .incbin "graphics/berry_fix/gba_transfer.bin.lz" + + .align 2 +gBerryFixGbaTransferHighlight_Pal:: @ 8DD9FEC + .incbin "graphics/berry_fix/gba_transfer_highlight.gbapal" + + .align 2 +gBerryFixGbaTransferHighlight_Gfx:: @ 8DDA02C + .incbin "graphics/berry_fix/gba_transfer_highlight.4bpp.lz" + + .align 2 +gBerryFixGbaTransferHighlight_Tilemap:: @ 8DDA63C + .incbin "graphics/berry_fix/gba_transfer_highlight.bin.lz" + + .align 2 +gBerryFixGbaTransferError_Pal:: @ 8DDA800 + .incbin "graphics/berry_fix/gba_transfer_error.gbapal" + + .align 2 +gBerryFixGbaTransferError_Gfx:: @ 8DDA840 + .incbin "graphics/berry_fix/gba_transfer_error.4bpp.lz" + + .align 2 +gBerryFixGbaTransferError_Tilemap:: @ 8DDAE40 + .incbin "graphics/berry_fix/gba_transfer_error.bin.lz" + + .align 2 +gBerryFixWindow_Pal:: @ 8DDAFE0 + .incbin "graphics/berry_fix/window.gbapal" + + .align 2 +gBerryFixWindow_Gfx:: @ 8DDB020 + .incbin "graphics/berry_fix/window.4bpp.lz" @ why the absurd length? + + .align 2 +gBerryFixWindow_Tilemap:: @ 8DDB2C4 + .incbin "graphics/berry_fix/window.bin.lz" + + @ more trade stuff? + + .align 2 +gUnknown_08DDB3E4:: @ 8DDB3E4 + .incbin "graphics/trade/menu.gbapal" + + .align 2 +gUnknown_08DDB444:: @ 8DDB444 + .incbin "graphics/unknown/unknown_DDB444.gbapal" + + .align 2 +gUnknown_08DDB464:: @ 8DDB464 + .incbin "graphics/trade/menu.4bpp" + + .align 2 +gUnknown_08DDC6E4:: @ 8DDC6E4 + .incbin "graphics/trade/buttons.4bpp" + + .align 2 + .incbin "graphics/unused/unused_DDCEE4.bin" @ unused + + .align 2 +gUnknown_08DDCF04:: @ 8DDCF04 + .incbin "graphics/unknown/unknown_DDCF04.bin" @ tilemap + + .align 2 +gUnknown_08DDD704:: @ 8DDD704 + .incbin "graphics/unknown/unknown_DDD704.bin" @ textbox tilemap?? + + .align 2 +gMessageBox_Pal:: @ 8DDD728 + .incbin "graphics/text_window/message_box.gbapal" + + .align 2 +gMessageBox_Gfx:: @ 8DDD748 + .incbin "graphics/text_window/message_box.4bpp" + + .align 2 +gWallpaperIcon_Cross:: + .incbin "graphics/pokemon_storage/cross_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Bolt:: + .incbin "graphics/pokemon_storage/bolt_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Plusle:: + .incbin "graphics/pokemon_storage/plusle_icon.4bpp.lz" + + .align 2 +gWallpaperPalettes_Horizontal:: @ 8DDD950 + .incbin "graphics/pokemon_storage/friends_frame2.gbapal" + .incbin "graphics/pokemon_storage/horizontal_bg.gbapal" + + .align 2 +gWallpaperTiles_Horizontal:: @ 8DDD990 + .incbin "graphics/pokemon_storage/horizontal.4bpp.lz" + + .align 2 +gWallpaperTilemap_Horizontal:: @ 8DDDB80 + .incbin "graphics/pokemon_storage/horizontal.bin.lz" + + .align 2 +gWallpaperPalettes_Ribbon:: @ 8DDDC8C + .incbin "graphics/pokemon_storage/ribbon_frame.gbapal" + .incbin "graphics/pokemon_storage/ribbon_bg.gbapal" + + .align 2 +gWallpaperTiles_Ribbon:: @ 8DDDCCC + .incbin "graphics/pokemon_storage/ribbon.4bpp.lz" + + .align 2 +gWallpaperTilemap_Ribbon:: @ 8DDDEDC + .incbin "graphics/pokemon_storage/ribbon.bin.lz" + + @ pokenav + + .align 2 +gUnknown_08DDE010:: @ 8DDE010 + .incbin "graphics/pokenav/ribbons.gbapal" + + .align 2 +gUnknown_08DDE030:: @ 8DDE030 + .incbin "graphics/pokenav/ribbons.4bpp.lz" + + .align 2 +gUnknown_08DDE12C:: @ 8DDE12C + .incbin "graphics/pokenav/ribbons.bin.lz" + + .align 2 +gMonIconPalettes:: @ 8DDE1F8 + .incbin "graphics/pokemon/icon_palettes/icon_palette_0.gbapal" + .incbin "graphics/pokemon/icon_palettes/icon_palette_1.gbapal" + .incbin "graphics/pokemon/icon_palettes/icon_palette_2.gbapal" + + .align 2 +gTitleScreenBgPalettes:: @ 8DDE258 + .incbin "graphics/title_screen/pokemon_logo.gbapal" + .incbin "graphics/title_screen/rayquaza_and_clouds.gbapal" + + .align 2 +gTitleScreenEmeraldVersionPal:: @ 8DDE438 + .incbin "graphics/title_screen/emerald_version.gbapal" + + .align 2 +gUnknown_08DDE458:: @ 8DDE458 + .incbin "graphics/title_screen/title_screen1.bin.lz" + +gTitleScreenPokemonLogoGfx:: @ 8DDE690 + .incbin "graphics/title_screen/pokemon_logo.8bpp.lz" + + .align 2 +gTitleScreenEmeraldVersionGfx:: @ 8DDFD94 + .incbin "graphics/title_screen/emerald_version.8bpp.lz" + + .align 2 +gTitleScreenPressStartPal:: @ 8DE03C8 + .incbin "graphics/title_screen/press_start.gbapal" + + .align 2 +gTitleScreenPressStartGfx:: @ 8DE03E8 + .incbin "graphics/title_screen/press_start.4bpp.lz" + + .align 2 +gUnknown_08DE0644:: @ 8DE0644 + .incbin "graphics/title_screen/title_screen2.bin.lz" + + @ more trainer card stuff + + .align 2 +gUnknown_08DE07C8:: @ 8DE07C8 + .incbin "graphics/frontier_pass/tiles.gbapal" @ size in LoadPalette calls is reported as 0xD0 << 1, which is 0x1A0, but palette is only 0x100 bytes long so it loads garbage as well + + .align 2 +gUnknown_08DE08C8:: @ 8DE08C8 + .incbin "graphics/frontier_pass/tiles.4bpp.lz" + + .align 2 +gUnknown_08DE2084:: @ 8DE2084 + .incbin "graphics/frontier_pass/tiles2.8bpp.lz" + + .align 2 +gUnknown_08DE3060:: @ 8DE3060 + .incbin "graphics/frontier_pass/tiles.bin.lz" + + .align 2 +gUnknown_08DE3350:: @ 8DE3350 + .incbin "graphics/frontier_pass/tilemap1.bin" + + .align 2 +gUnknown_08DE3374:: @ 8DE3374 + .incbin "graphics/frontier_pass/tilemap2.bin" + + @ berry crusher + + .align 2 +gUnknown_08DE3398:: @ 8DE3398 + .incbin "graphics/berry_crusher/tiles.gbapal" + + .align 2 +gUnknown_08DE34B8:: @ 8DE34B8 + .incbin "graphics/berry_crusher/tiles.4bpp.lz" + + .align 2 +gUnknown_08DE3FD4:: @ 8DE3FD4 + .incbin "graphics/berry_crusher/tiles.bin.lz" + + @ random garbage at the end. why, game freak? + .space 0x54BAC + .byte 0x0D, 0x00, 0x58, 0x02 @ why? + @ E38BC8 + .space 0x1145 + .byte 0x02 @ whyyyyy? + .space 0x3242 + .byte 0x40 @ WHYYYYYYYY + .space 0x13 diff --git a/data/graphics/items/item_graphics.inc b/data/graphics/items/item_graphics.inc new file mode 100644 index 000000000..08aa00328 --- /dev/null +++ b/data/graphics/items/item_graphics.inc @@ -0,0 +1,1883 @@ + .align 2 +gItemIcon_QuestionMark:: @ 8DAB058 + .incbin "graphics/items/icons/question_mark.4bpp.lz" + + .align 2 +gItemIconPalette_QuestionMark:: @ 8DAB0D0 + .incbin "graphics/items/icon_palettes/question_mark.gbapal.lz" + + .align 2 +gItemIcon_ReturnToFieldArrow:: @ 8DAB0E4 + .incbin "graphics/items/icons/return_to_field_arrow.4bpp.lz" + + .align 2 +gItemIconPalette_ReturnToFieldArrow:: @ 8DAB16C + .incbin "graphics/items/icon_palettes/return_to_field_arrow.gbapal.lz" + + .align 2 +gItemIcon_MasterBall:: @ 8DAB184 + .incbin "graphics/items/icons/master_ball.4bpp.lz" + + .align 2 +gItemIconPalette_MasterBall:: @ 8DAB254 + .incbin "graphics/items/icon_palettes/master_ball.gbapal.lz" + + .align 2 +gItemIcon_UltraBall:: @ 8DAB27C + .incbin "graphics/items/icons/ultra_ball.4bpp.lz" + + .align 2 +gItemIconPalette_UltraBall:: @ 8DAB33C + .incbin "graphics/items/icon_palettes/ultra_ball.gbapal.lz" + + .align 2 +gItemIcon_GreatBall:: @ 8DAB364 + .incbin "graphics/items/icons/great_ball.4bpp.lz" + + .align 2 +gItemIconPalette_GreatBall:: @ 8DAB434 + .incbin "graphics/items/icon_palettes/great_ball.gbapal.lz" + + .align 2 +gItemIcon_PokeBall:: @ 8DAB45C + .incbin "graphics/items/icons/poke_ball.4bpp.lz" + + .align 2 +gItemIconPalette_PokeBall:: @ 8DAB50C + .incbin "graphics/items/icon_palettes/poke_ball.gbapal.lz" + + .align 2 +gItemIcon_SafariBall:: @ 8DAB530 + .incbin "graphics/items/icons/safari_ball.4bpp.lz" + + .align 2 +gItemIconPalette_SafariBall:: @ 8DAB600 + .incbin "graphics/items/icon_palettes/safari_ball.gbapal.lz" + + .align 2 +gItemIcon_NetBall:: @ 8DAB628 + .incbin "graphics/items/icons/net_ball.4bpp.lz" + + .align 2 +gItemIconPalette_NetBall:: @ 8DAB6FC + .incbin "graphics/items/icon_palettes/net_ball.gbapal.lz" + + .align 2 +gItemIcon_DiveBall:: @ 8DAB720 + .incbin "graphics/items/icons/dive_ball.4bpp.lz" + + .align 2 +gItemIconPalette_DiveBall:: @ 8DAB7E8 + .incbin "graphics/items/icon_palettes/dive_ball.gbapal.lz" + + .align 2 +gItemIcon_NestBall:: @ 8DAB80C + .incbin "graphics/items/icons/nest_ball.4bpp.lz" + + .align 2 +gItemIconPalette_NestBall:: @ 8DAB8D0 + .incbin "graphics/items/icon_palettes/nest_ball.gbapal.lz" + + .align 2 +gItemIcon_RepeatBall:: @ 8DAB8F8 + .incbin "graphics/items/icons/repeat_ball.4bpp.lz" + + .align 2 +gItemIconPalette_RepeatBall:: @ 8DAB9BC + .incbin "graphics/items/icon_palettes/repeat_ball.gbapal.lz" + + .align 2 +gItemIcon_TimerBall:: @ 8DAB9E4 + .incbin "graphics/items/icons/timer_ball.4bpp.lz" + + .align 2 +gItemIcon_LuxuryBall:: @ 8DABAAC + .incbin "graphics/items/icons/luxury_ball.4bpp.lz" + + .align 2 +gItemIconPalette_LuxuryBall:: @ 8DABB68 + .incbin "graphics/items/icon_palettes/luxury_ball.gbapal.lz" + + .align 2 +gItemIcon_PremierBall:: @ 8DABB90 + .incbin "graphics/items/icons/premier_ball.4bpp.lz" + + .align 2 +gItemIcon_Potion:: @ 8DABC34 + .incbin "graphics/items/icons/potion.4bpp.lz" + + .align 2 +gItemIconPalette_Potion:: @ 8DABCFC + .incbin "graphics/items/icon_palettes/potion.gbapal.lz" + + .align 2 +gItemIcon_Antidote:: @ 8DABD20 + .incbin "graphics/items/icons/antidote.4bpp.lz" + + .align 2 +gItemIconPalette_Antidote:: @ 8DABDD0 + .incbin "graphics/items/icon_palettes/antidote.gbapal.lz" + + .align 2 +gItemIconPalette_BurnHeal:: @ 8DABDF4 + .incbin "graphics/items/icon_palettes/burn_heal.gbapal.lz" + + .align 2 +gItemIconPalette_IceHeal:: @ 8DABE18 + .incbin "graphics/items/icon_palettes/ice_heal.gbapal.lz" + + .align 2 +gItemIcon_StatusHeal:: @ 8DABE3C + .incbin "graphics/items/icons/status_heal.4bpp.lz" + + .align 2 +gItemIconPalette_Awakening:: @ 8DABEEC + .incbin "graphics/items/icon_palettes/awakening.gbapal.lz" + + .align 2 +gItemIconPalette_ParalyzeHeal:: @ 8DABF10 + .incbin "graphics/items/icon_palettes/paralyze_heal.gbapal.lz" + + .align 2 +gItemIcon_LargePotion:: @ 8DABF34 + .incbin "graphics/items/icons/large_potion.4bpp.lz" + + .align 2 +gItemIconPalette_FullRestore:: @ 8DAC018 + .incbin "graphics/items/icon_palettes/full_restore.gbapal.lz" + + .align 2 +gItemIconPalette_MaxPotion:: @ 8DAC03C + .incbin "graphics/items/icon_palettes/max_potion.gbapal.lz" + + .align 2 +gItemIconPalette_HyperPotion:: @ 8DAC060 + .incbin "graphics/items/icon_palettes/hyper_potion.gbapal.lz" + + .align 2 +gItemIconPalette_SuperPotion:: @ 8DAC084 + .incbin "graphics/items/icon_palettes/super_potion.gbapal.lz" + + .align 2 +gItemIcon_FullHeal:: @ 8DAC0A8 + .incbin "graphics/items/icons/full_heal.4bpp.lz" + + .align 2 +gItemIconPalette_FullHeal:: @ 8DAC150 + .incbin "graphics/items/icon_palettes/full_heal.gbapal.lz" + + .align 2 +gItemIcon_Revive:: @ 8DAC178 + .incbin "graphics/items/icons/revive.4bpp.lz" + + .align 2 +gItemIcon_MaxRevive:: @ 8DAC1D4 + .incbin "graphics/items/icons/max_revive.4bpp.lz" + + .align 2 +gItemIconPalette_Revive:: @ 8DAC2A0 + .incbin "graphics/items/icon_palettes/revive.gbapal.lz" + + .align 2 +gItemIcon_FreshWater:: @ 8DAC2BC + .incbin "graphics/items/icons/fresh_water.4bpp.lz" + + .align 2 +gItemIconPalette_FreshWater:: @ 8DAC36C + .incbin "graphics/items/icon_palettes/fresh_water.gbapal.lz" + + .align 2 +gItemIcon_SodaPop:: @ 8DAC390 + .incbin "graphics/items/icons/soda_pop.4bpp.lz" + + .align 2 +gItemIconPalette_SodaPop:: @ 8DAC424 + .incbin "graphics/items/icon_palettes/soda_pop.gbapal.lz" + + .align 2 +gItemIcon_Lemonade:: @ 8DAC44C + .incbin "graphics/items/icons/lemonade.4bpp.lz" + + .align 2 +gItemIconPalette_Lemonade:: @ 8DAC50C + .incbin "graphics/items/icon_palettes/lemonade.gbapal.lz" + + .align 2 +gItemIcon_MoomooMilk:: @ 8DAC534 + .incbin "graphics/items/icons/moomoo_milk.4bpp.lz" + + .align 2 +gItemIconPalette_MoomooMilk:: @ 8DAC5E4 + .incbin "graphics/items/icon_palettes/moomoo_milk.gbapal.lz" + + .align 2 +gItemIcon_Powder:: @ 8DAC60C + .incbin "graphics/items/icons/powder.4bpp.lz" + + .align 2 +gItemIconPalette_EnergyPowder:: @ 8DAC698 + .incbin "graphics/items/icon_palettes/energy_powder.gbapal.lz" + + .align 2 +gItemIcon_EnergyRoot:: @ 8DAC6B8 + .incbin "graphics/items/icons/energy_root.4bpp.lz" + + .align 2 +gItemIconPalette_EnergyRoot:: @ 8DAC784 + .incbin "graphics/items/icon_palettes/energy_root.gbapal.lz" + + .align 2 +gItemIconPalette_HealPowder:: @ 8DAC7A0 + .incbin "graphics/items/icon_palettes/heal_powder.gbapal.lz" + + .align 2 +gItemIcon_RevivalHerb:: @ 8DAC7C0 + .incbin "graphics/items/icons/revival_herb.4bpp.lz" + + .align 2 +gItemIconPalette_RevivalHerb:: @ 8DAC890 + .incbin "graphics/items/icon_palettes/revival_herb.gbapal.lz" + + .align 2 +gItemIcon_Ether:: @ 8DAC8B0 + .incbin "graphics/items/icons/ether.4bpp.lz" + + .align 2 +gItemIconPalette_Ether:: @ 8DAC970 + .incbin "graphics/items/icon_palettes/ether.gbapal.lz" + + .align 2 +gItemIconPalette_MaxEther:: @ 8DAC994 + .incbin "graphics/items/icon_palettes/max_ether.gbapal.lz" + + .align 2 +gItemIconPalette_Elixir:: @ 8DAC9B8 + .incbin "graphics/items/icon_palettes/elixir.gbapal.lz" + + .align 2 +gItemIconPalette_MaxElixir:: @ 8DAC9DC + .incbin "graphics/items/icon_palettes/max_elixir.gbapal.lz" + + .align 2 +gItemIcon_LavaCookie:: @ 8DACA00 + .incbin "graphics/items/icons/lava_cookie.4bpp.lz" + + .align 2 +gItemIconPalette_LavaCookieAndLetter:: @ 8DACACC + .incbin "graphics/items/icon_palettes/lava_cookie_and_letter.gbapal.lz" + + .align 2 +gItemIcon_Flute:: @ 8DACAF0 + .incbin "graphics/items/icons/flute.4bpp.lz" + + .align 2 +gItemIconPalette_BlueFlute:: @ 8DACBA4 + .incbin "graphics/items/icon_palettes/blue_flute.gbapal.lz" + + .align 2 +gItemIconPalette_YellowFlute:: @ 8DACBC8 + .incbin "graphics/items/icon_palettes/yellow_flute.gbapal.lz" + + .align 2 +gItemIconPalette_RedFlute:: @ 8DACBEC + .incbin "graphics/items/icon_palettes/red_flute.gbapal.lz" + + .align 2 +gItemIconPalette_BlackFlute:: @ 8DACC10 + .incbin "graphics/items/icon_palettes/black_flute.gbapal.lz" + + .align 2 +gItemIconPalette_WhiteFlute:: @ 8DACC34 + .incbin "graphics/items/icon_palettes/white_flute.gbapal.lz" + + .align 2 +gItemIcon_BerryJuice:: @ 8DACC58 + .incbin "graphics/items/icons/berry_juice.4bpp.lz" + + .align 2 +gItemIconPalette_BerryJuice:: @ 8DACD38 + .incbin "graphics/items/icon_palettes/berry_juice.gbapal.lz" + + .align 2 +gItemIcon_SacredAsh:: @ 8DACD60 + .incbin "graphics/items/icons/sacred_ash.4bpp.lz" + + .align 2 +gItemIconPalette_SacredAsh:: @ 8DACE20 + .incbin "graphics/items/icon_palettes/sacred_ash.gbapal.lz" + + .align 2 +gItemIconPalette_ShoalSalt:: @ 8DACE44 + .incbin "graphics/items/icon_palettes/shoal_salt.gbapal.lz" + + .align 2 +gItemIcon_ShoalShell:: @ 8DACE64 + .incbin "graphics/items/icons/shoal_shell.4bpp.lz" + + .align 2 +gItemIconPalette_Shell:: @ 8DACF58 + .incbin "graphics/items/icon_palettes/shell.gbapal.lz" + + .align 2 +gItemIcon_Shard:: @ 8DACF80 + .incbin "graphics/items/icons/shard.4bpp.lz" + + .align 2 +gItemIconPalette_RedShard:: @ 8DACFDC + .incbin "graphics/items/icon_palettes/red_shard.gbapal.lz" + + .align 2 +gItemIconPalette_BlueShard:: @ 8DACFF4 + .incbin "graphics/items/icon_palettes/blue_shard.gbapal.lz" + + .align 2 +gItemIconPalette_YellowShard:: @ 8DAD00C + .incbin "graphics/items/icon_palettes/yellow_shard.gbapal.lz" + + .align 2 +gItemIconPalette_GreenShard:: @ 8DAD024 + .incbin "graphics/items/icon_palettes/green_shard.gbapal.lz" + + .align 2 +gItemIcon_HPUp:: @ 8DAD03C + .incbin "graphics/items/icons/hp_up.4bpp.lz" + + .align 2 +gItemIconPalette_HPUp:: @ 8DAD0F4 + .incbin "graphics/items/icon_palettes/hp_up.gbapal.lz" + + .align 2 +gItemIcon_Vitamin:: @ 8DAD11C + .incbin "graphics/items/icons/vitamin.4bpp.lz" + + .align 2 +gItemIconPalette_Protein:: @ 8DAD1CC + .incbin "graphics/items/icon_palettes/protein.gbapal.lz" + + .align 2 +gItemIconPalette_Iron:: @ 8DAD1F4 + .incbin "graphics/items/icon_palettes/iron.gbapal.lz" + + .align 2 +gItemIconPalette_Carbos:: @ 8DAD21C + .incbin "graphics/items/icon_palettes/carbos.gbapal.lz" + + .align 2 +gItemIconPalette_Calcium:: @ 8DAD244 + .incbin "graphics/items/icon_palettes/calcium.gbapal.lz" + + .align 2 +gItemIcon_RareCandy:: @ 8DAD26C + .incbin "graphics/items/icons/rare_candy.4bpp.lz" + + .align 2 +gItemIconPalette_RareCandy:: @ 8DAD330 + .incbin "graphics/items/icon_palettes/rare_candy.gbapal.lz" + + .align 2 +gItemIcon_PPUp:: @ 8DAD34C + .incbin "graphics/items/icons/pp_up.4bpp.lz" + + .align 2 +gItemIconPalette_PPUp:: @ 8DAD3FC + .incbin "graphics/items/icon_palettes/pp_up.gbapal.lz" + + .align 2 +gItemIconPalette_Zinc:: @ 8DAD424 + .incbin "graphics/items/icon_palettes/zinc.gbapal.lz" + + .align 2 +gItemIcon_PPMax:: @ 8DAD44C + .incbin "graphics/items/icons/pp_max.4bpp.lz" + + .align 2 +gItemIconPalette_PPMax:: @ 8DAD4F4 + .incbin "graphics/items/icon_palettes/pp_max.gbapal.lz" + + .align 2 +gItemIconPalette_GuardSpec:: @ 8DAD51C + .incbin "graphics/items/icon_palettes/guard_spec.gbapal.lz" + + .align 2 +gItemIconPalette_DireHit:: @ 8DAD540 + .incbin "graphics/items/icon_palettes/dire_hit.gbapal.lz" + + .align 2 +gItemIconPalette_XAttack:: @ 8DAD564 + .incbin "graphics/items/icon_palettes/x_attack.gbapal.lz" + + .align 2 +gItemIcon_BattleStatItem:: @ 8DAD588 + .incbin "graphics/items/icons/battle_stat_item.4bpp.lz" + + .align 2 +gItemIconPalette_XDefend:: @ 8DAD66C + .incbin "graphics/items/icon_palettes/x_defend.gbapal.lz" + + .align 2 +gItemIconPalette_XSpeed:: @ 8DAD690 + .incbin "graphics/items/icon_palettes/x_speed.gbapal.lz" + + .align 2 +gItemIconPalette_XAccuracy:: @ 8DAD6B4 + .incbin "graphics/items/icon_palettes/x_accuracy.gbapal.lz" + + .align 2 +gItemIconPalette_XSpecial:: @ 8DAD6D8 + .incbin "graphics/items/icon_palettes/x_special.gbapal.lz" + + .align 2 +gItemIcon_PokeDoll:: @ 8DAD6FC + .incbin "graphics/items/icons/poke_doll.4bpp.lz" + + .align 2 +gItemIconPalette_PokeDoll:: @ 8DAD7EC + .incbin "graphics/items/icon_palettes/poke_doll.gbapal.lz" + + .align 2 +gItemIcon_FluffyTail:: @ 8DAD808 + .incbin "graphics/items/icons/fluffy_tail.4bpp.lz" + + .align 2 +gItemIconPalette_FluffyTail:: @ 8DAD8F8 + .incbin "graphics/items/icon_palettes/fluffy_tail.gbapal.lz" + + .align 2 +gItemIcon_Repel:: @ 8DAD91C + .incbin "graphics/items/icons/repel.4bpp.lz" + + .align 2 +gItemIconPalette_SuperRepel:: @ 8DAD9BC + .incbin "graphics/items/icon_palettes/super_repel.gbapal.lz" + + .align 2 +gItemIconPalette_MaxRepel:: @ 8DAD9E4 + .incbin "graphics/items/icon_palettes/max_repel.gbapal.lz" + + .align 2 +gItemIcon_EscapeRope:: @ 8DADA0C + .incbin "graphics/items/icons/escape_rope.4bpp.lz" + + .align 2 +gItemIconPalette_EscapeRope:: @ 8DADAC0 + .incbin "graphics/items/icon_palettes/escape_rope.gbapal.lz" + + .align 2 +gItemIconPalette_Repel:: @ 8DADAE4 + .incbin "graphics/items/icon_palettes/repel.gbapal.lz" + + .align 2 +gItemIcon_SunStone:: @ 8DADB0C + .incbin "graphics/items/icons/sun_stone.4bpp.lz" + + .align 2 +gItemIconPalette_SunStone:: @ 8DADC04 + .incbin "graphics/items/icon_palettes/sun_stone.gbapal.lz" + + .align 2 +gItemIcon_MoonStone:: @ 8DADC20 + .incbin "graphics/items/icons/moon_stone.4bpp.lz" + + .align 2 +gItemIconPalette_MoonStone:: @ 8DADCF4 + .incbin "graphics/items/icon_palettes/moon_stone.gbapal.lz" + + .align 2 +gItemIcon_FireStone:: @ 8DADD14 + .incbin "graphics/items/icons/fire_stone.4bpp.lz" + + .align 2 +gItemIconPalette_FireStone:: @ 8DADE08 + .incbin "graphics/items/icon_palettes/fire_stone.gbapal.lz" + + .align 2 +gItemIcon_ThunderStone:: @ 8DADE30 + .incbin "graphics/items/icons/thunder_stone.4bpp.lz" + + .align 2 +gItemIconPalette_ThunderStone:: @ 8DADF18 + .incbin "graphics/items/icon_palettes/thunder_stone.gbapal.lz" + + .align 2 +gItemIcon_WaterStone:: @ 8DADF38 + .incbin "graphics/items/icons/water_stone.4bpp.lz" + + .align 2 +gItemIconPalette_WaterStone:: @ 8DAE018 + .incbin "graphics/items/icon_palettes/water_stone.gbapal.lz" + + .align 2 +gItemIcon_LeafStone:: @ 8DAE03C + .incbin "graphics/items/icons/leaf_stone.4bpp.lz" + + .align 2 +gItemIconPalette_LeafStone:: @ 8DAE130 + .incbin "graphics/items/icon_palettes/leaf_stone.gbapal.lz" + + .align 2 +gItemIcon_TinyMushroom:: @ 8DAE158 + .incbin "graphics/items/icons/tiny_mushroom.4bpp.lz" + + .align 2 +gItemIcon_BigMushroom:: @ 8DAE1D8 + .incbin "graphics/items/icons/big_mushroom.4bpp.lz" + + .align 2 +gItemIconPalette_Mushroom:: @ 8DAE290 + .incbin "graphics/items/icon_palettes/mushroom.gbapal.lz" + + .align 2 +gItemIcon_Pearl:: @ 8DAE2B4 + .incbin "graphics/items/icons/pearl.4bpp.lz" + + .align 2 +gItemIconPalette_Pearl:: @ 8DAE330 + .incbin "graphics/items/icon_palettes/pearl.gbapal.lz" + + .align 2 +gItemIcon_BigPearl:: @ 8DAE358 + .incbin "graphics/items/icons/big_pearl.4bpp.lz" + + .align 2 +gItemIcon_Stardust:: @ 8DAE410 + .incbin "graphics/items/icons/stardust.4bpp.lz" + + .align 2 +gItemIconPalette_Star:: @ 8DAE4D0 + .incbin "graphics/items/icon_palettes/star.gbapal.lz" + + .align 2 +gItemIcon_StarPiece:: @ 8DAE4F4 + .incbin "graphics/items/icons/star_piece.4bpp.lz" + + .align 2 +gItemIcon_Nugget:: @ 8DAE578 + .incbin "graphics/items/icons/nugget.4bpp.lz" + + .align 2 +gItemIconPalette_Nugget:: @ 8DAE604 + .incbin "graphics/items/icon_palettes/nugget.gbapal.lz" + + .align 2 +gItemIcon_HeartScale:: @ 8DAE624 + .incbin "graphics/items/icons/heart_scale.4bpp.lz" + + .align 2 +gItemIconPalette_HeartScale:: @ 8DAE6C4 + .incbin "graphics/items/icon_palettes/heart_scale.gbapal.lz" + + .align 2 +gItemIcon_OrangeMail:: @ 8DAE6E0 + .incbin "graphics/items/icons/orange_mail.4bpp.lz" + + .align 2 +gItemIconPalette_OrangeMail:: @ 8DAE7B4 + .incbin "graphics/items/icon_palettes/orange_mail.gbapal.lz" + + .align 2 +gItemIcon_HarborMail:: @ 8DAE7D4 + .incbin "graphics/items/icons/harbor_mail.4bpp.lz" + + .align 2 +gItemIconPalette_HarborMail:: @ 8DAE89C + .incbin "graphics/items/icon_palettes/harbor_mail.gbapal.lz" + + .align 2 +gItemIcon_GlitterMail:: @ 8DAE8BC + .incbin "graphics/items/icons/glitter_mail.4bpp.lz" + + .align 2 +gItemIconPalette_GlitterMail:: @ 8DAE998 + .incbin "graphics/items/icon_palettes/glitter_mail.gbapal.lz" + + .align 2 +gItemIcon_MechMail:: @ 8DAE9C0 + .incbin "graphics/items/icons/mech_mail.4bpp.lz" + + .align 2 +gItemIconPalette_MechMail:: @ 8DAEA9C + .incbin "graphics/items/icon_palettes/mech_mail.gbapal.lz" + + .align 2 +gItemIcon_WoodMail:: @ 8DAEABC + .incbin "graphics/items/icons/wood_mail.4bpp.lz" + + .align 2 +gItemIconPalette_WoodMail:: @ 8DAEB9C + .incbin "graphics/items/icon_palettes/wood_mail.gbapal.lz" + + .align 2 +gItemIcon_WaveMail:: @ 8DAEBBC + .incbin "graphics/items/icons/wave_mail.4bpp.lz" + + .align 2 +gItemIconPalette_WaveMail:: @ 8DAEC94 + .incbin "graphics/items/icon_palettes/wave_mail.gbapal.lz" + + .align 2 +gItemIcon_BeadMail:: @ 8DAECB4 + .incbin "graphics/items/icons/bead_mail.4bpp.lz" + + .align 2 +gItemIconPalette_BeadMail:: @ 8DAED74 + .incbin "graphics/items/icon_palettes/bead_mail.gbapal.lz" + + .align 2 +gItemIcon_ShadowMail:: @ 8DAED94 + .incbin "graphics/items/icons/shadow_mail.4bpp.lz" + + .align 2 +gItemIconPalette_ShadowMail:: @ 8DAEE68 + .incbin "graphics/items/icon_palettes/shadow_mail.gbapal.lz" + + .align 2 +gItemIcon_TropicMail:: @ 8DAEE8C + .incbin "graphics/items/icons/tropic_mail.4bpp.lz" + + .align 2 +gItemIconPalette_TropicMail:: @ 8DAEF70 + .incbin "graphics/items/icon_palettes/tropic_mail.gbapal.lz" + + .align 2 +gItemIcon_DreamMail:: @ 8DAEF94 + .incbin "graphics/items/icons/dream_mail.4bpp.lz" + + .align 2 +gItemIconPalette_DreamMail:: @ 8DAF074 + .incbin "graphics/items/icon_palettes/dream_mail.gbapal.lz" + + .align 2 +gItemIcon_FabMail:: @ 8DAF094 + .incbin "graphics/items/icons/fab_mail.4bpp.lz" + + .align 2 +gItemIconPalette_FabMail:: @ 8DAF15C + .incbin "graphics/items/icon_palettes/fab_mail.gbapal.lz" + + .align 2 +gItemIcon_RetroMail:: @ 8DAF178 + .incbin "graphics/items/icons/retro_mail.4bpp.lz" + + .align 2 +gItemIconPalette_RetroMail:: @ 8DAF210 + .incbin "graphics/items/icon_palettes/retro_mail.gbapal.lz" + + .align 2 +gItemIcon_CheriBerry:: @ 8DAF230 + .incbin "graphics/items/icons/cheri_berry.4bpp.lz" + + .align 2 +gItemIconPalette_CheriBerry:: @ 8DAF318 + .incbin "graphics/items/icon_palettes/cheri_berry.gbapal.lz" + + .align 2 +gItemIcon_ChestoBerry:: @ 8DAF340 + .incbin "graphics/items/icons/chesto_berry.4bpp.lz" + + .align 2 +gItemIconPalette_ChestoBerry:: @ 8DAF400 + .incbin "graphics/items/icon_palettes/chesto_berry.gbapal.lz" + + .align 2 +gItemIcon_PechaBerry:: @ 8DAF424 + .incbin "graphics/items/icons/pecha_berry.4bpp.lz" + + .align 2 +gItemIconPalette_PechaBerry:: @ 8DAF4E4 + .incbin "graphics/items/icon_palettes/pecha_berry.gbapal.lz" + + .align 2 +gItemIcon_RawstBerry:: @ 8DAF508 + .incbin "graphics/items/icons/rawst_berry.4bpp.lz" + + .align 2 +gItemIconPalette_RawstBerry:: @ 8DAF5EC + .incbin "graphics/items/icon_palettes/rawst_berry.gbapal.lz" + + .align 2 +gItemIcon_AspearBerry:: @ 8DAF610 + .incbin "graphics/items/icons/aspear_berry.4bpp.lz" + + .align 2 +gItemIconPalette_AspearBerry:: @ 8DAF6F8 + .incbin "graphics/items/icon_palettes/aspear_berry.gbapal.lz" + + .align 2 +gItemIcon_LeppaBerry:: @ 8DAF71C + .incbin "graphics/items/icons/leppa_berry.4bpp.lz" + + .align 2 +gItemIconPalette_LeppaBerry:: @ 8DAF7D4 + .incbin "graphics/items/icon_palettes/leppa_berry.gbapal.lz" + + .align 2 +gItemIcon_OranBerry:: @ 8DAF7F8 + .incbin "graphics/items/icons/oran_berry.4bpp.lz" + + .align 2 +gItemIconPalette_OranBerry:: @ 8DAF8BC + .incbin "graphics/items/icon_palettes/oran_berry.gbapal.lz" + + .align 2 +gItemIcon_PersimBerry:: @ 8DAF8E0 + .incbin "graphics/items/icons/persim_berry.4bpp.lz" + + .align 2 +gItemIconPalette_PersimBerry:: @ 8DAF9B4 + .incbin "graphics/items/icon_palettes/persim_berry.gbapal.lz" + + .align 2 +gItemIcon_LumBerry:: @ 8DAF9D8 + .incbin "graphics/items/icons/lum_berry.4bpp.lz" + + .align 2 +gItemIconPalette_LumBerry:: @ 8DAFA90 + .incbin "graphics/items/icon_palettes/lum_berry.gbapal.lz" + + .align 2 +gItemIcon_SitrusBerry:: @ 8DAFAAC + .incbin "graphics/items/icons/sitrus_berry.4bpp.lz" + + .align 2 +gItemIconPalette_SitrusBerry:: @ 8DAFB78 + .incbin "graphics/items/icon_palettes/sitrus_berry.gbapal.lz" + + .align 2 +gItemIcon_FigyBerry:: @ 8DAFB9C + .incbin "graphics/items/icons/figy_berry.4bpp.lz" + + .align 2 +gItemIconPalette_FigyBerry:: @ 8DAFC64 + .incbin "graphics/items/icon_palettes/figy_berry.gbapal.lz" + + .align 2 +gItemIcon_WikiBerry:: @ 8DAFC88 + .incbin "graphics/items/icons/wiki_berry.4bpp.lz" + + .align 2 +gItemIconPalette_WikiBerry:: @ 8DAFD6C + .incbin "graphics/items/icon_palettes/wiki_berry.gbapal.lz" + + .align 2 +gItemIcon_MagoBerry:: @ 8DAFD90 + .incbin "graphics/items/icons/mago_berry.4bpp.lz" + + .align 2 +gItemIconPalette_MagoBerry:: @ 8DAFE4C + .incbin "graphics/items/icon_palettes/mago_berry.gbapal.lz" + + .align 2 +gItemIcon_AguavBerry:: @ 8DAFE70 + .incbin "graphics/items/icons/aguav_berry.4bpp.lz" + + .align 2 +gItemIconPalette_AguavBerry:: @ 8DAFF5C + .incbin "graphics/items/icon_palettes/aguav_berry.gbapal.lz" + + .align 2 +gItemIcon_IapapaBerry:: @ 8DAFF7C + .incbin "graphics/items/icons/iapapa_berry.4bpp.lz" + + .align 2 +gItemIconPalette_IapapaBerry:: @ 8DB0064 + .incbin "graphics/items/icon_palettes/iapapa_berry.gbapal.lz" + + .align 2 +gItemIcon_RazzBerry:: @ 8DB0088 + .incbin "graphics/items/icons/razz_berry.4bpp.lz" + + .align 2 +gItemIconPalette_RazzBerry:: @ 8DB0168 + .incbin "graphics/items/icon_palettes/razz_berry.gbapal.lz" + + .align 2 +gItemIcon_BlukBerry:: @ 8DB018C + .incbin "graphics/items/icons/bluk_berry.4bpp.lz" + + .align 2 +gItemIconPalette_BlukBerry:: @ 8DB027C + .incbin "graphics/items/icon_palettes/bluk_berry.gbapal.lz" + + .align 2 +gItemIcon_NanabBerry:: @ 8DB02A0 + .incbin "graphics/items/icons/nanab_berry.4bpp.lz" + + .align 2 +gItemIconPalette_NanabBerry:: @ 8DB0384 + .incbin "graphics/items/icon_palettes/nanab_berry.gbapal.lz" + + .align 2 +gItemIcon_WepearBerry:: @ 8DB03A8 + .incbin "graphics/items/icons/wepear_berry.4bpp.lz" + + .align 2 +gItemIconPalette_WepearBerry:: @ 8DB0470 + .incbin "graphics/items/icon_palettes/wepear_berry.gbapal.lz" + + .align 2 +gItemIcon_PinapBerry:: @ 8DB048C + .incbin "graphics/items/icons/pinap_berry.4bpp.lz" + + .align 2 +gItemIconPalette_PinapBerry:: @ 8DB0580 + .incbin "graphics/items/icon_palettes/pinap_berry.gbapal.lz" + + .align 2 +gItemIcon_PomegBerry:: @ 8DB05A4 + .incbin "graphics/items/icons/pomeg_berry.4bpp.lz" + + .align 2 +gItemIconPalette_PomegBerry:: @ 8DB0658 + .incbin "graphics/items/icon_palettes/pomeg_berry.gbapal.lz" + + .align 2 +gItemIcon_KelpsyBerry:: @ 8DB067C + .incbin "graphics/items/icons/kelpsy_berry.4bpp.lz" + + .align 2 +gItemIconPalette_KelpsyBerry:: @ 8DB074C + .incbin "graphics/items/icon_palettes/kelpsy_berry.gbapal.lz" + + .align 2 +gItemIcon_QualotBerry:: @ 8DB076C + .incbin "graphics/items/icons/qualot_berry.4bpp.lz" + + .align 2 +gItemIconPalette_QualotBerry:: @ 8DB0838 + .incbin "graphics/items/icon_palettes/qualot_berry.gbapal.lz" + + .align 2 +gItemIcon_HondewBerry:: @ 8DB085C + .incbin "graphics/items/icons/hondew_berry.4bpp.lz" + + .align 2 +gItemIconPalette_HondewBerry:: @ 8DB093C + .incbin "graphics/items/icon_palettes/hondew_berry.gbapal.lz" + + .align 2 +gItemIcon_GrepaBerry:: @ 8DB0960 + .incbin "graphics/items/icons/grepa_berry.4bpp.lz" + + .align 2 +gItemIconPalette_GrepaBerry:: @ 8DB0A14 + .incbin "graphics/items/icon_palettes/grepa_berry.gbapal.lz" + + .align 2 +gItemIcon_TamatoBerry:: @ 8DB0A38 + .incbin "graphics/items/icons/tamato_berry.4bpp.lz" + + .align 2 +gItemIconPalette_TamatoBerry:: @ 8DB0B14 + .incbin "graphics/items/icon_palettes/tamato_berry.gbapal.lz" + + .align 2 +gItemIcon_CornnBerry:: @ 8DB0B38 + .incbin "graphics/items/icons/cornn_berry.4bpp.lz" + + .align 2 +gItemIconPalette_CornnBerry:: @ 8DB0C24 + .incbin "graphics/items/icon_palettes/cornn_berry.gbapal.lz" + + .align 2 +gItemIcon_MagostBerry:: @ 8DB0C4C + .incbin "graphics/items/icons/magost_berry.4bpp.lz" + + .align 2 +gItemIconPalette_MagostBerry:: @ 8DB0CF4 + .incbin "graphics/items/icon_palettes/magost_berry.gbapal.lz" + + .align 2 +gItemIcon_RabutaBerry:: @ 8DB0D18 + .incbin "graphics/items/icons/rabuta_berry.4bpp.lz" + + .align 2 +gItemIconPalette_RabutaBerry:: @ 8DB0E14 + .incbin "graphics/items/icon_palettes/rabuta_berry.gbapal.lz" + + .align 2 +gItemIcon_NomelBerry:: @ 8DB0E38 + .incbin "graphics/items/icons/nomel_berry.4bpp.lz" + + .align 2 +gItemIconPalette_NomelBerry:: @ 8DB0EDC + .incbin "graphics/items/icon_palettes/nomel_berry.gbapal.lz" + + .align 2 +gItemIcon_SpelonBerry:: @ 8DB0EF8 + .incbin "graphics/items/icons/spelon_berry.4bpp.lz" + + .align 2 +gItemIconPalette_SpelonBerry:: @ 8DB0FBC + .incbin "graphics/items/icon_palettes/spelon_berry.gbapal.lz" + + .align 2 +gItemIcon_PamtreBerry:: @ 8DB0FDC + .incbin "graphics/items/icons/pamtre_berry.4bpp.lz" + + .align 2 +gItemIconPalette_PamtreBerry:: @ 8DB10BC + .incbin "graphics/items/icon_palettes/pamtre_berry.gbapal.lz" + + .align 2 +gItemIcon_WatmelBerry:: @ 8DB10E4 + .incbin "graphics/items/icons/watmel_berry.4bpp.lz" + + .align 2 +gItemIconPalette_WatmelBerry:: @ 8DB11F4 + .incbin "graphics/items/icon_palettes/watmel_berry.gbapal.lz" + + .align 2 +gItemIcon_DurinBerry:: @ 8DB1218 + .incbin "graphics/items/icons/durin_berry.4bpp.lz" + + .align 2 +gItemIconPalette_DurinBerry:: @ 8DB131C + .incbin "graphics/items/icon_palettes/durin_berry.gbapal.lz" + + .align 2 +gItemIcon_BelueBerry:: @ 8DB1340 + .incbin "graphics/items/icons/belue_berry.4bpp.lz" + + .align 2 +gItemIconPalette_BelueBerry:: @ 8DB1424 + .incbin "graphics/items/icon_palettes/belue_berry.gbapal.lz" + + .align 2 +gItemIcon_LiechiBerry:: @ 8DB1448 + .incbin "graphics/items/icons/liechi_berry.4bpp.lz" + + .align 2 +gItemIconPalette_LiechiBerry:: @ 8DB1528 + .incbin "graphics/items/icon_palettes/liechi_berry.gbapal.lz" + + .align 2 +gItemIcon_GanlonBerry:: @ 8DB1548 + .incbin "graphics/items/icons/ganlon_berry.4bpp.lz" + + .align 2 +gItemIconPalette_GanlonBerry:: @ 8DB1628 + .incbin "graphics/items/icon_palettes/ganlon_berry.gbapal.lz" + + .align 2 +gItemIcon_SalacBerry:: @ 8DB1648 + .incbin "graphics/items/icons/salac_berry.4bpp.lz" + + .align 2 +gItemIconPalette_SalacBerry:: @ 8DB1730 + .incbin "graphics/items/icon_palettes/salac_berry.gbapal.lz" + + .align 2 +gItemIcon_PetayaBerry:: @ 8DB1750 + .incbin "graphics/items/icons/petaya_berry.4bpp.lz" + + .align 2 +gItemIconPalette_PetayaBerry:: @ 8DB1848 + .incbin "graphics/items/icon_palettes/petaya_berry.gbapal.lz" + + .align 2 +gItemIcon_ApicotBerry:: @ 8DB186C + .incbin "graphics/items/icons/apicot_berry.4bpp.lz" + + .align 2 +gItemIconPalette_ApicotBerry:: @ 8DB1924 + .incbin "graphics/items/icon_palettes/apicot_berry.gbapal.lz" + + .align 2 +gItemIcon_LansatBerry:: @ 8DB194C + .incbin "graphics/items/icons/lansat_berry.4bpp.lz" + + .align 2 +gItemIconPalette_LansatBerry:: @ 8DB1A2C + .incbin "graphics/items/icon_palettes/lansat_berry.gbapal.lz" + + .align 2 +gItemIcon_StarfBerry:: @ 8DB1A50 + .incbin "graphics/items/icons/starf_berry.4bpp.lz" + + .align 2 +gItemIconPalette_StarfBerry:: @ 8DB1B20 + .incbin "graphics/items/icon_palettes/starf_berry.gbapal.lz" + + .align 2 +gItemIcon_EnigmaBerry:: @ 8DB1B44 + .incbin "graphics/items/icons/enigma_berry.4bpp.lz" + + .align 2 +gItemIconPalette_EnigmaBerry:: @ 8DB1C10 + .incbin "graphics/items/icon_palettes/enigma_berry.gbapal.lz" + + .align 2 +gItemIcon_BrightPowder:: @ 8DB1C30 + .incbin "graphics/items/icons/bright_powder.4bpp.lz" + + .align 2 +gItemIconPalette_BrightPowder:: @ 8DB1CEC + .incbin "graphics/items/icon_palettes/bright_powder.gbapal.lz" + + .align 2 +gItemIcon_InBattleHerb:: @ 8DB1D0C + .incbin "graphics/items/icons/in_battle_herb.4bpp.lz" + + .align 2 +gItemIconPalette_WhiteHerb:: @ 8DB1DB8 + .incbin "graphics/items/icon_palettes/white_herb.gbapal.lz" + + .align 2 +gItemIcon_MachoBrace:: @ 8DB1DD8 + .incbin "graphics/items/icons/macho_brace.4bpp.lz" + + .align 2 +gItemIconPalette_MachoBrace:: @ 8DB1EC4 + .incbin "graphics/items/icon_palettes/macho_brace.gbapal.lz" + + .align 2 +gItemIcon_ExpShare:: @ 8DB1EEC + .incbin "graphics/items/icons/exp_share.4bpp.lz" + + .align 2 +gItemIconPalette_ExpShare:: @ 8DB1FD8 + .incbin "graphics/items/icon_palettes/exp_share.gbapal.lz" + + .align 2 +gItemIcon_QuickClaw:: @ 8DB2000 + .incbin "graphics/items/icons/quick_claw.4bpp.lz" + + .align 2 +gItemIconPalette_QuickClaw:: @ 8DB2098 + .incbin "graphics/items/icon_palettes/quick_claw.gbapal.lz" + + .align 2 +gItemIcon_SootheBell:: @ 8DB20B8 + .incbin "graphics/items/icons/soothe_bell.4bpp.lz" + + .align 2 +gItemIconPalette_SootheBell:: @ 8DB217C + .incbin "graphics/items/icon_palettes/soothe_bell.gbapal.lz" + + .align 2 +gItemIconPalette_MentalHerb:: @ 8DB21A0 + .incbin "graphics/items/icon_palettes/mental_herb.gbapal.lz" + + .align 2 +gItemIcon_ChoiceBand:: @ 8DB21C0 + .incbin "graphics/items/icons/choice_band.4bpp.lz" + + .align 2 +gItemIconPalette_ChoiceBand:: @ 8DB22AC + .incbin "graphics/items/icon_palettes/choice_band.gbapal.lz" + + .align 2 +gItemIcon_KingsRock:: @ 8DB22D4 + .incbin "graphics/items/icons/kings_rock.4bpp.lz" + + .align 2 +gItemIconPalette_KingsRock:: @ 8DB23C4 + .incbin "graphics/items/icon_palettes/kings_rock.gbapal.lz" + + .align 2 +gItemIcon_SilverPowder:: @ 8DB23E0 + .incbin "graphics/items/icons/silver_powder.4bpp.lz" + + .align 2 +gItemIconPalette_SilverPowder:: @ 8DB246C + .incbin "graphics/items/icon_palettes/silver_powder.gbapal.lz" + + .align 2 +gItemIcon_AmuletCoin:: @ 8DB2490 + .incbin "graphics/items/icons/amulet_coin.4bpp.lz" + + .align 2 +gItemIconPalette_AmuletCoin:: @ 8DB2528 + .incbin "graphics/items/icon_palettes/amulet_coin.gbapal.lz" + + .align 2 +gItemIcon_CleanseTag:: @ 8DB254C + .incbin "graphics/items/icons/cleanse_tag.4bpp.lz" + + .align 2 +gItemIconPalette_CleanseTag:: @ 8DB25F0 + .incbin "graphics/items/icon_palettes/cleanse_tag.gbapal.lz" + + .align 2 +gItemIcon_SoulDew:: @ 8DB2610 + .incbin "graphics/items/icons/soul_dew.4bpp.lz" + + .align 2 +gItemIconPalette_SoulDew:: @ 8DB26A4 + .incbin "graphics/items/icon_palettes/soul_dew.gbapal.lz" + + .align 2 +gItemIcon_DeepSeaTooth:: @ 8DB26C4 + .incbin "graphics/items/icons/deep_sea_tooth.4bpp.lz" + + .align 2 +gItemIconPalette_DeepSeaTooth:: @ 8DB2778 + .incbin "graphics/items/icon_palettes/deep_sea_tooth.gbapal.lz" + + .align 2 +gItemIcon_DeepSeaScale:: @ 8DB279C + .incbin "graphics/items/icons/deep_sea_scale.4bpp.lz" + + .align 2 +gItemIconPalette_DeepSeaScale:: @ 8DB2844 + .incbin "graphics/items/icon_palettes/deep_sea_scale.gbapal.lz" + + .align 2 +gItemIcon_SmokeBall:: @ 8DB2864 + .incbin "graphics/items/icons/smoke_ball.4bpp.lz" + + .align 2 +gItemIconPalette_SmokeBall:: @ 8DB291C + .incbin "graphics/items/icon_palettes/smoke_ball.gbapal.lz" + + .align 2 +gItemIcon_Everstone:: @ 8DB2940 + .incbin "graphics/items/icons/everstone.4bpp.lz" + + .align 2 +gItemIconPalette_Everstone:: @ 8DB29F4 + .incbin "graphics/items/icon_palettes/everstone.gbapal.lz" + + .align 2 +gItemIcon_FocusBand:: @ 8DB2A10 + .incbin "graphics/items/icons/focus_band.4bpp.lz" + + .align 2 +gItemIconPalette_FocusBand:: @ 8DB2B00 + .incbin "graphics/items/icon_palettes/focus_band.gbapal.lz" + + .align 2 +gItemIcon_LuckyEgg:: @ 8DB2B28 + .incbin "graphics/items/icons/lucky_egg.4bpp.lz" + + .align 2 +gItemIconPalette_LuckyEgg:: @ 8DB2BB0 + .incbin "graphics/items/icon_palettes/lucky_egg.gbapal.lz" + + .align 2 +gItemIcon_ScopeLens:: @ 8DB2BC8 + .incbin "graphics/items/icons/scope_lens.4bpp.lz" + + .align 2 +gItemIconPalette_ScopeLens:: @ 8DB2CC8 + .incbin "graphics/items/icon_palettes/scope_lens.gbapal.lz" + + .align 2 +gItemIcon_MetalCoat:: @ 8DB2CF0 + .incbin "graphics/items/icons/metal_coat.4bpp.lz" + + .align 2 +gItemIconPalette_MetalCoat:: @ 8DB2DAC + .incbin "graphics/items/icon_palettes/metal_coat.gbapal.lz" + + .align 2 +gItemIcon_Leftovers:: @ 8DB2DCC + .incbin "graphics/items/icons/leftovers.4bpp.lz" + + .align 2 +gItemIconPalette_Leftovers:: @ 8DB2E70 + .incbin "graphics/items/icon_palettes/leftovers.gbapal.lz" + + .align 2 +gItemIcon_DragonScale:: @ 8DB2E94 + .incbin "graphics/items/icons/dragon_scale.4bpp.lz" + + .align 2 +gItemIconPalette_DragonScale:: @ 8DB2F48 + .incbin "graphics/items/icon_palettes/dragon_scale.gbapal.lz" + + .align 2 +gItemIcon_LightBall:: @ 8DB2F68 + .incbin "graphics/items/icons/light_ball.4bpp.lz" + + .align 2 +gItemIconPalette_LightBall:: @ 8DB2FFC + .incbin "graphics/items/icon_palettes/light_ball.gbapal.lz" + + .align 2 +gItemIcon_SoftSand:: @ 8DB3020 + .incbin "graphics/items/icons/soft_sand.4bpp.lz" + + .align 2 +gItemIconPalette_SoftSand:: @ 8DB30DC + .incbin "graphics/items/icon_palettes/soft_sand.gbapal.lz" + + .align 2 +gItemIcon_HardStone:: @ 8DB30FC + .incbin "graphics/items/icons/hard_stone.4bpp.lz" + + .align 2 +gItemIconPalette_HardStone:: @ 8DB31B0 + .incbin "graphics/items/icon_palettes/hard_stone.gbapal.lz" + + .align 2 +gItemIcon_MiracleSeed:: @ 8DB31D4 + .incbin "graphics/items/icons/miracle_seed.4bpp.lz" + + .align 2 +gItemIconPalette_MiracleSeed:: @ 8DB3284 + .incbin "graphics/items/icon_palettes/miracle_seed.gbapal.lz" + + .align 2 +gItemIcon_BlackGlasses:: @ 8DB32A0 + .incbin "graphics/items/icons/black_glasses.4bpp.lz" + + .align 2 +gItemIconPalette_BlackTypeEnhancingItem:: @ 8DB3328 + .incbin "graphics/items/icon_palettes/black_type_enhancing_item.gbapal.lz" + + .align 2 +gItemIcon_BlackBelt:: @ 8DB3340 + .incbin "graphics/items/icons/black_belt.4bpp.lz" + + .align 2 +gItemIcon_Magnet:: @ 8DB3408 + .incbin "graphics/items/icons/magnet.4bpp.lz" + + .align 2 +gItemIconPalette_Magnet:: @ 8DB34B8 + .incbin "graphics/items/icon_palettes/magnet.gbapal.lz" + + .align 2 +gItemIcon_MysticWater:: @ 8DB34E0 + .incbin "graphics/items/icons/mystic_water.4bpp.lz" + + .align 2 +gItemIconPalette_MysticWater:: @ 8DB3578 + .incbin "graphics/items/icon_palettes/mystic_water.gbapal.lz" + + .align 2 +gItemIcon_SharpBeak:: @ 8DB3598 + .incbin "graphics/items/icons/sharp_beak.4bpp.lz" + + .align 2 +gItemIconPalette_SharpBeak:: @ 8DB3654 + .incbin "graphics/items/icon_palettes/sharp_beak.gbapal.lz" + + .align 2 +gItemIcon_PoisonBarb:: @ 8DB3674 + .incbin "graphics/items/icons/poison_barb.4bpp.lz" + + .align 2 +gItemIconPalette_PoisonBarb:: @ 8DB36FC + .incbin "graphics/items/icon_palettes/poison_barb.gbapal.lz" + + .align 2 +gItemIcon_NeverMeltIce:: @ 8DB371C + .incbin "graphics/items/icons/never_melt_ice.4bpp.lz" + + .align 2 +gItemIconPalette_NeverMeltIce:: @ 8DB37E8 + .incbin "graphics/items/icon_palettes/never_melt_ice.gbapal.lz" + + .align 2 +gItemIcon_SpellTag:: @ 8DB3804 + .incbin "graphics/items/icons/spell_tag.4bpp.lz" + + .align 2 +gItemIconPalette_SpellTag:: @ 8DB38A4 + .incbin "graphics/items/icon_palettes/spell_tag.gbapal.lz" + + .align 2 +gItemIcon_TwistedSpoon:: @ 8DB38C4 + .incbin "graphics/items/icons/twisted_spoon.4bpp.lz" + + .align 2 +gItemIconPalette_TwistedSpoon:: @ 8DB3964 + .incbin "graphics/items/icon_palettes/twisted_spoon.gbapal.lz" + + .align 2 +gItemIcon_Charcoal:: @ 8DB397C + .incbin "graphics/items/icons/charcoal.4bpp.lz" + + .align 2 +gItemIconPalette_Charcoal:: @ 8DB3A4C + .incbin "graphics/items/icon_palettes/charcoal.gbapal.lz" + + .align 2 +gItemIcon_DragonFang:: @ 8DB3A68 + .incbin "graphics/items/icons/dragon_fang.4bpp.lz" + + .align 2 +gItemIconPalette_DragonFang:: @ 8DB3B1C + .incbin "graphics/items/icon_palettes/dragon_fang.gbapal.lz" + + .align 2 +gItemIcon_SilkScarf:: @ 8DB3B3C + .incbin "graphics/items/icons/silk_scarf.4bpp.lz" + + .align 2 +gItemIconPalette_SilkScarf:: @ 8DB3C44 + .incbin "graphics/items/icon_palettes/silk_scarf.gbapal.lz" + + .align 2 +gItemIcon_UpGrade:: @ 8DB3C64 + .incbin "graphics/items/icons/up_grade.4bpp.lz" + + .align 2 +gItemIconPalette_UpGrade:: @ 8DB3D20 + .incbin "graphics/items/icon_palettes/up_grade.gbapal.lz" + + .align 2 +gItemIcon_ShellBell:: @ 8DB3D48 + .incbin "graphics/items/icons/shell_bell.4bpp.lz" + + .align 2 +gItemIcon_SeaIncense:: @ 8DB3E28 + .incbin "graphics/items/icons/sea_incense.4bpp.lz" + + .align 2 +gItemIconPalette_SeaIncense:: @ 8DB3F10 + .incbin "graphics/items/icon_palettes/sea_incense.gbapal.lz" + + .align 2 +gItemIcon_LaxIncense:: @ 8DB3F38 + .incbin "graphics/items/icons/lax_incense.4bpp.lz" + + .align 2 +gItemIconPalette_LaxIncense:: @ 8DB4020 + .incbin "graphics/items/icon_palettes/lax_incense.gbapal.lz" + + .align 2 +gItemIcon_LuckyPunch:: @ 8DB4048 + .incbin "graphics/items/icons/lucky_punch.4bpp.lz" + + .align 2 +gItemIconPalette_LuckyPunch:: @ 8DB410C + .incbin "graphics/items/icon_palettes/lucky_punch.gbapal.lz" + + .align 2 +gItemIcon_MetalPowder:: @ 8DB412C + .incbin "graphics/items/icons/metal_powder.4bpp.lz" + + .align 2 +gItemIconPalette_MetalPowder:: @ 8DB41EC + .incbin "graphics/items/icon_palettes/metal_powder.gbapal.lz" + + .align 2 +gItemIcon_ThickClub:: @ 8DB4210 + .incbin "graphics/items/icons/thick_club.4bpp.lz" + + .align 2 +gItemIconPalette_ThickClub:: @ 8DB42A4 + .incbin "graphics/items/icon_palettes/thick_club.gbapal.lz" + + .align 2 +gItemIcon_Stick:: @ 8DB42C0 + .incbin "graphics/items/icons/stick.4bpp.lz" + + .align 2 +gItemIconPalette_Stick:: @ 8DB4360 + .incbin "graphics/items/icon_palettes/stick.gbapal.lz" + + .align 2 +gItemIcon_Scarf:: @ 8DB4384 + .incbin "graphics/items/icons/scarf.4bpp.lz" + + .align 2 +gItemIconPalette_RedScarf:: @ 8DB4450 + .incbin "graphics/items/icon_palettes/red_scarf.gbapal.lz" + + .align 2 +gItemIconPalette_BlueScarf:: @ 8DB446C + .incbin "graphics/items/icon_palettes/blue_scarf.gbapal.lz" + + .align 2 +gItemIconPalette_PinkScarf:: @ 8DB4488 + .incbin "graphics/items/icon_palettes/pink_scarf.gbapal.lz" + + .align 2 +gItemIconPalette_GreenScarf:: @ 8DB44A4 + .incbin "graphics/items/icon_palettes/green_scarf.gbapal.lz" + + .align 2 +gItemIconPalette_YellowScarf:: @ 8DB44C0 + .incbin "graphics/items/icon_palettes/yellow_scarf.gbapal.lz" + + .align 2 +gItemIcon_MachBike:: @ 8DB44DC + .incbin "graphics/items/icons/mach_bike.4bpp.lz" + + .align 2 +gItemIconPalette_MachBike:: @ 8DB45E4 + .incbin "graphics/items/icon_palettes/mach_bike.gbapal.lz" + + .align 2 +gItemIcon_CoinCase:: @ 8DB4608 + .incbin "graphics/items/icons/coin_case.4bpp.lz" + + .align 2 +gItemIconPalette_CoinCase:: @ 8DB46C8 + .incbin "graphics/items/icon_palettes/coin_case.gbapal.lz" + + .align 2 +gItemIcon_Itemfinder:: @ 8DB46E8 + .incbin "graphics/items/icons/itemfinder.4bpp.lz" + + .align 2 +gItemIconPalette_Itemfinder:: @ 8DB47A4 + .incbin "graphics/items/icon_palettes/itemfinder.gbapal.lz" + + .align 2 +gItemIcon_OldRod:: @ 8DB47CC + .incbin "graphics/items/icons/old_rod.4bpp.lz" + + .align 2 +gItemIconPalette_OldRod:: @ 8DB4878 + .incbin "graphics/items/icon_palettes/old_rod.gbapal.lz" + + .align 2 +gItemIcon_GoodRod:: @ 8DB489C + .incbin "graphics/items/icons/good_rod.4bpp.lz" + + .align 2 +gItemIconPalette_GoodRod:: @ 8DB4938 + .incbin "graphics/items/icon_palettes/good_rod.gbapal.lz" + + .align 2 +gItemIcon_SuperRod:: @ 8DB4960 + .incbin "graphics/items/icons/super_rod.4bpp.lz" + + .align 2 +gItemIconPalette_SuperRod:: @ 8DB4A10 + .incbin "graphics/items/icon_palettes/super_rod.gbapal.lz" + + .align 2 +gItemIcon_SSTicket:: @ 8DB4A38 + .incbin "graphics/items/icons/ss_ticket.4bpp.lz" + + .align 2 +gItemIconPalette_SSTicket:: @ 8DB4ACC + .incbin "graphics/items/icon_palettes/ss_ticket.gbapal.lz" + + .align 2 +gItemIcon_ContestPass:: @ 8DB4AE4 + .incbin "graphics/items/icons/contest_pass.4bpp.lz" + + .align 2 +gItemIconPalette_ContestPass:: @ 8DB4B90 + .incbin "graphics/items/icon_palettes/contest_pass.gbapal.lz" + + .align 2 +gItemIcon_WailmerPail:: @ 8DB4BB8 + .incbin "graphics/items/icons/wailmer_pail.4bpp.lz" + + .align 2 +gItemIconPalette_WailmerPail:: @ 8DB4C84 + .incbin "graphics/items/icon_palettes/wailmer_pail.gbapal.lz" + + .align 2 +gItemIcon_DevonGoods:: @ 8DB4CA8 + .incbin "graphics/items/icons/devon_goods.4bpp.lz" + + .align 2 +gItemIconPalette_DevonGoods:: @ 8DB4D50 + .incbin "graphics/items/icon_palettes/devon_goods.gbapal.lz" + + .align 2 +gItemIcon_SootSack:: @ 8DB4D6C + .incbin "graphics/items/icons/soot_sack.4bpp.lz" + + .align 2 +gItemIconPalette_SootSack:: @ 8DB4E44 + .incbin "graphics/items/icon_palettes/soot_sack.gbapal.lz" + + .align 2 +gItemIcon_BasementKey:: @ 8DB4E6C + .incbin "graphics/items/icons/basement_key.4bpp.lz" + + .align 2 +gItemIconPalette_OldKey:: @ 8DB4F14 + .incbin "graphics/items/icon_palettes/old_key.gbapal.lz" + + .align 2 +gItemIcon_AcroBike:: @ 8DB4F3C + .incbin "graphics/items/icons/acro_bike.4bpp.lz" + + .align 2 +gItemIconPalette_AcroBike:: @ 8DB5038 + .incbin "graphics/items/icon_palettes/acro_bike.gbapal.lz" + + .align 2 +gItemIcon_PokeblockCase:: @ 8DB5058 + .incbin "graphics/items/icons/pokeblock_case.4bpp.lz" + + .align 2 +gItemIconPalette_PokeblockCase:: @ 8DB5140 + .incbin "graphics/items/icon_palettes/pokeblock_case.gbapal.lz" + + .align 2 +gItemIcon_Letter:: @ 8DB5168 + .incbin "graphics/items/icons/letter.4bpp.lz" + + .align 2 +gItemIcon_EonTicket:: @ 8DB51E8 + .incbin "graphics/items/icons/eon_ticket.4bpp.lz" + + .align 2 +gItemIconPalette_EonTicket:: @ 8DB5284 + .incbin "graphics/items/icon_palettes/eon_ticket.gbapal.lz" + + .align 2 +gItemIcon_Orb:: @ 8DB52A8 + .incbin "graphics/items/icons/orb.4bpp.lz" + + .align 2 +gItemIconPalette_RedOrb:: @ 8DB5360 + .incbin "graphics/items/icon_palettes/red_orb.gbapal.lz" + + .align 2 +gItemIconPalette_BlueOrb:: @ 8DB537C + .incbin "graphics/items/icon_palettes/blue_orb.gbapal.lz" + + .align 2 +gItemIcon_Scanner:: @ 8DB5398 + .incbin "graphics/items/icons/scanner.4bpp.lz" + + .align 2 +gItemIconPalette_Scanner:: @ 8DB5460 + .incbin "graphics/items/icon_palettes/scanner.gbapal.lz" + + .align 2 +gItemIcon_GoGoggles:: @ 8DB5484 + .incbin "graphics/items/icons/go_goggles.4bpp.lz" + + .align 2 +gItemIconPalette_GoGoggles:: @ 8DB5538 + .incbin "graphics/items/icon_palettes/go_goggles.gbapal.lz" + + .align 2 +gItemIcon_Meteorite:: @ 8DB5558 + .incbin "graphics/items/icons/meteorite.4bpp.lz" + + .align 2 +gItemIconPalette_Meteorite:: @ 8DB5638 + .incbin "graphics/items/icon_palettes/meteorite.gbapal.lz" + + .align 2 +gItemIcon_Room1Key:: @ 8DB5658 + .incbin "graphics/items/icons/room1_key.4bpp.lz" + + .align 2 +gItemIcon_Room2Key:: @ 8DB5710 + .incbin "graphics/items/icons/room2_key.4bpp.lz" + + .align 2 +gItemIcon_Room4Key:: @ 8DB57CC + .incbin "graphics/items/icons/room4_key.4bpp.lz" + + .align 2 +gItemIcon_Room6Key:: @ 8DB588C + .incbin "graphics/items/icons/room6_key.4bpp.lz" + + .align 2 +gItemIcon_StorageKey:: @ 8DB5948 + .incbin "graphics/items/icons/storage_key.4bpp.lz" + + .align 2 +gItemIcon_RootFossil:: @ 8DB59F0 + .incbin "graphics/items/icons/root_fossil.4bpp.lz" + + .align 2 +gItemIconPalette_HoennFossil:: @ 8DB5AFC + .incbin "graphics/items/icon_palettes/hoenn_fossil.gbapal.lz" + + .align 2 +gItemIcon_ClawFossil:: @ 8DB5B24 + .incbin "graphics/items/icons/claw_fossil.4bpp.lz" + + .align 2 +gItemIcon_DevonScope:: @ 8DB5C14 + .incbin "graphics/items/icons/devon_scope.4bpp.lz" + + .align 2 +gItemIconPalette_DevonScope:: @ 8DB5CD0 + .incbin "graphics/items/icon_palettes/devon_scope.gbapal.lz" + + .align 2 +gItemIcon_TM:: @ 8DB5CF8 + .incbin "graphics/items/icons/tm.4bpp.lz" + + .align 2 +gItemIconPalette_FightingTMHM:: @ 8DB5DF4 + .incbin "graphics/items/icon_palettes/fighting_tm_hm.gbapal.lz" + + .align 2 +gItemIconPalette_DragonTMHM:: @ 8DB5E1C + .incbin "graphics/items/icon_palettes/dragon_tm_hm.gbapal.lz" + + .align 2 +gItemIconPalette_WaterTMHM:: @ 8DB5E44 + .incbin "graphics/items/icon_palettes/water_tm_hm.gbapal.lz" + + .align 2 +gItemIconPalette_PsychicTMHM:: @ 8DB5E6C + .incbin "graphics/items/icon_palettes/psychic_tm_hm.gbapal.lz" + + .align 2 +gItemIconPalette_NormalTMHM:: @ 8DB5E94 + .incbin "graphics/items/icon_palettes/normal_tm_hm.gbapal.lz" + + .align 2 +gItemIconPalette_PoisonTMHM:: @ 8DB5EBC + .incbin "graphics/items/icon_palettes/poison_tm_hm.gbapal.lz" + + .align 2 +gItemIconPalette_IceTMHM:: @ 8DB5EE4 + .incbin "graphics/items/icon_palettes/ice_tm_hm.gbapal.lz" + + .align 2 +gItemIconPalette_GrassTMHM:: @ 8DB5F0C + .incbin "graphics/items/icon_palettes/grass_tm_hm.gbapal.lz" + + .align 2 +gItemIconPalette_FireTMHM:: @ 8DB5F34 + .incbin "graphics/items/icon_palettes/fire_tm_hm.gbapal.lz" + + .align 2 +gItemIconPalette_DarkTMHM:: @ 8DB5F5C + .incbin "graphics/items/icon_palettes/dark_tm_hm.gbapal.lz" + + .align 2 +gItemIconPalette_SteelTMHM:: @ 8DB5F84 + .incbin "graphics/items/icon_palettes/steel_tm_hm.gbapal.lz" + + .align 2 +gItemIconPalette_ElectricTMHM:: @ 8DB5FAC + .incbin "graphics/items/icon_palettes/electric_tm_hm.gbapal.lz" + + .align 2 +gItemIconPalette_GroundTMHM:: @ 8DB5FD4 + .incbin "graphics/items/icon_palettes/ground_tm_hm.gbapal.lz" + + .align 2 +gItemIconPalette_GhostTMHM:: @ 8DB5FFC + .incbin "graphics/items/icon_palettes/ghost_tm_hm.gbapal.lz" + + .align 2 +gItemIconPalette_RockTMHM:: @ 8DB6024 + .incbin "graphics/items/icon_palettes/rock_tm_hm.gbapal.lz" + + .align 2 +gItemIconPalette_FlyingTMHM:: @ 8DB604C + .incbin "graphics/items/icon_palettes/flying_tm_hm.gbapal.lz" + + .align 2 +gItemIcon_HM:: @ 8DB6074 + .incbin "graphics/items/icons/hm.4bpp.lz" + + .align 2 +gItemIcon_OaksParcel:: @ 8DB6174 + .incbin "graphics/items/icons/oaks_parcel.4bpp.lz" + + .align 2 +gItemIconPalette_OaksParcel:: @ 8DB622C + .incbin "graphics/items/icon_palettes/oaks_parcel.gbapal.lz" + + .align 2 +gItemIcon_PokeFlute:: @ 8DB624C + .incbin "graphics/items/icons/poke_flute.4bpp.lz" + + .align 2 +gItemIconPalette_PokeFlute:: @ 8DB6310 + .incbin "graphics/items/icon_palettes/poke_flute.gbapal.lz" + + .align 2 +gItemIcon_SecretKey:: @ 8DB6338 + .incbin "graphics/items/icons/secret_key.4bpp.lz" + + .align 2 +gItemIconPalette_SecretKey:: @ 8DB6404 + .incbin "graphics/items/icon_palettes/secret_key.gbapal.lz" + + .align 2 +gItemIcon_BikeVoucher:: @ 8DB642C + .incbin "graphics/items/icons/bike_voucher.4bpp.lz" + + .align 2 +gItemIconPalette_BikeVoucher:: @ 8DB64CC + .incbin "graphics/items/icon_palettes/bike_voucher.gbapal.lz" + + .align 2 +gItemIcon_GoldTeeth:: @ 8DB64EC + .incbin "graphics/items/icons/gold_teeth.4bpp.lz" + + .align 2 +gItemIconPalette_GoldTeeth:: @ 8DB65D8 + .incbin "graphics/items/icon_palettes/gold_teeth.gbapal.lz" + + .align 2 +gItemIcon_OldAmber:: @ 8DB65FC + .incbin "graphics/items/icons/old_amber.4bpp.lz" + + .align 2 +gItemIconPalette_OldAmber:: @ 8DB66DC + .incbin "graphics/items/icon_palettes/old_amber.gbapal.lz" + + .align 2 +gItemIcon_CardKey:: @ 8DB6700 + .incbin "graphics/items/icons/card_key.4bpp.lz" + + .align 2 +gItemIconPalette_CardKey:: @ 8DB67A8 + .incbin "graphics/items/icon_palettes/card_key.gbapal.lz" + + .align 2 +gItemIcon_LiftKey:: @ 8DB67C8 + .incbin "graphics/items/icons/lift_key.4bpp.lz" + + .align 2 +gItemIconPalette_Key:: @ 8DB6884 + .incbin "graphics/items/icon_palettes/key.gbapal.lz" + + .align 2 +gItemIcon_HelixFossil:: @ 8DB68A4 + .incbin "graphics/items/icons/helix_fossil.4bpp.lz" + + .align 2 +gItemIconPalette_KantoFossil:: @ 8DB6998 + .incbin "graphics/items/icon_palettes/kanto_fossil.gbapal.lz" + + .align 2 +gItemIcon_DomeFossil:: @ 8DB69B8 + .incbin "graphics/items/icons/dome_fossil.4bpp.lz" + + .align 2 +gItemIcon_SilphScope:: @ 8DB6AA8 + .incbin "graphics/items/icons/silph_scope.4bpp.lz" + + .align 2 +gItemIconPalette_SilphScope:: @ 8DB6B7C + .incbin "graphics/items/icon_palettes/silph_scope.gbapal.lz" + + .align 2 +gItemIcon_Bicycle:: @ 8DB6BA0 + .incbin "graphics/items/icons/bicycle.4bpp.lz" + + .align 2 +gItemIconPalette_Bicycle:: @ 8DB6CA4 + .incbin "graphics/items/icon_palettes/bicycle.gbapal.lz" + + .align 2 +gItemIcon_TownMap:: @ 8DB6CC4 + .incbin "graphics/items/icons/town_map.4bpp.lz" + + .align 2 +gItemIconPalette_TownMap:: @ 8DB6D80 + .incbin "graphics/items/icon_palettes/town_map.gbapal.lz" + + .align 2 +gItemIcon_VSSeeker:: @ 8DB6DA8 + .incbin "graphics/items/icons/vs_seeker.4bpp.lz" + + .align 2 +gItemIconPalette_VSSeeker:: @ 8DB6E70 + .incbin "graphics/items/icon_palettes/vs_seeker.gbapal.lz" + + .align 2 +gItemIcon_FameChecker:: @ 8DB6E90 + .incbin "graphics/items/icons/fame_checker.4bpp.lz" + + .align 2 +gItemIconPalette_FameChecker:: @ 8DB6F48 + .incbin "graphics/items/icon_palettes/fame_checker.gbapal.lz" + + .align 2 +gItemIcon_TMCase:: @ 8DB6F6C + .incbin "graphics/items/icons/tm_case.4bpp.lz" + + .align 2 +gItemIconPalette_TMCase:: @ 8DB7030 + .incbin "graphics/items/icon_palettes/tm_case.gbapal.lz" + + .align 2 +gItemIcon_BerryPouch:: @ 8DB7058 + .incbin "graphics/items/icons/berry_pouch.4bpp.lz" + + .align 2 +gItemIconPalette_BerryPouch:: @ 8DB7158 + .incbin "graphics/items/icon_palettes/berry_pouch.gbapal.lz" + + .align 2 +gItemIcon_TeachyTV:: @ 8DB7180 + .incbin "graphics/items/icons/teachy_tv.4bpp.lz" + + .align 2 +gItemIconPalette_TeachyTV:: @ 8DB7278 + .incbin "graphics/items/icon_palettes/teachy_tv.gbapal.lz" + + .align 2 +gItemIcon_TriPass:: @ 8DB72A0 + .incbin "graphics/items/icons/tri_pass.4bpp.lz" + + .align 2 +gItemIconPalette_TriPass:: @ 8DB7344 + .incbin "graphics/items/icon_palettes/tri_pass.gbapal.lz" + + .align 2 +gItemIcon_RainbowPass:: @ 8DB7364 + .incbin "graphics/items/icons/rainbow_pass.4bpp.lz" + + .align 2 +gItemIconPalette_RainbowPass:: @ 8DB740C + .incbin "graphics/items/icon_palettes/rainbow_pass.gbapal.lz" + + .align 2 +gItemIcon_Tea:: @ 8DB7434 + .incbin "graphics/items/icons/tea.4bpp.lz" + + .align 2 +gItemIconPalette_Tea:: @ 8DB74FC + .incbin "graphics/items/icon_palettes/tea.gbapal.lz" + + .align 2 +gItemIcon_MysticTicket:: @ 8DB7520 + .incbin "graphics/items/icons/mystic_ticket.4bpp.lz" + + .align 2 +gItemIconPalette_MysticTicket:: @ 8DB75B8 + .incbin "graphics/items/icon_palettes/mystic_ticket.gbapal.lz" + + .align 2 +gItemIcon_AuroraTicket:: @ 8DB75D8 + .incbin "graphics/items/icons/aurora_ticket.4bpp.lz" + + .align 2 +gItemIconPalette_AuroraTicket:: @ 8DB7674 + .incbin "graphics/items/icon_palettes/aurora_ticket.gbapal.lz" + + .align 2 +gItemIcon_PowderJar:: @ 8DB7698 + .incbin "graphics/items/icons/powder_jar.4bpp.lz" + + .align 2 +gItemIconPalette_PowderJar:: @ 8DB7738 + .incbin "graphics/items/icon_palettes/powder_jar.gbapal.lz" + + .align 2 +gItemIconPalette_Ruby:: @ 8DB7760 + .incbin "graphics/items/icon_palettes/ruby.gbapal.lz" + + .align 2 +gItemIcon_Gem:: @ 8DB7788 + .incbin "graphics/items/icons/gem.4bpp.lz" + + .align 2 +gItemIconPalette_Sapphire:: @ 8DB7850 + .incbin "graphics/items/icon_palettes/sapphire.gbapal.lz" + + .align 2 +gItemIcon_MagmaEmblem:: @ 8DB7878 + .incbin "graphics/items/icons/magma_emblem.4bpp.lz" + + .align 2 +gItemIconPalette_MagmaEmblem:: @ 8DB794C + .incbin "graphics/items/icon_palettes/magma_emblem.gbapal.lz" + + .align 2 +gItemIcon_OldSeaMap:: @ 8DB7974 + .incbin "graphics/items/icons/old_sea_map.4bpp.lz" + + .align 2 +gItemIconPalette_OldSeaMap:: @ 8DB7A78 + .incbin "graphics/items/icon_palettes/old_sea_map.gbapal.lz" diff --git a/data/graphics2.s b/data/graphics2.s deleted file mode 100644 index b5533bcd9..000000000 --- a/data/graphics2.s +++ /dev/null @@ -1,1316 +0,0 @@ - .section gfx_data, "aw", %progbits - -@ 8DB7AA0 - .include "data/graphics/decorations/decoration_graphics.inc" - - .align 2 -gBattleAnimSpritePalette_282:: @ 8E7E7D0 - .incbin "graphics/battle_anims/sprites/282.gbapal.lz" - - .align 2 -gBattleAnimSpriteSheet_282:: @ 8E7E7F8 - .incbin "graphics/battle_anims/sprites/282.4bpp.lz" - - .align 2 -gBattleAnimSpritePalette_270:: @ 8E7E9E0 - .incbin "graphics/battle_anims/sprites/270.gbapal.lz" - - .align 2 -gBattleAnimSpriteSheet_270:: @ 8E7E9FC - .incbin "graphics/battle_anims/sprites/270.4bpp.lz" - - .align 2 -gBattleAnimSpritePalette_271:: @ 8E7EB24 - .incbin "graphics/battle_anims/sprites/271.gbapal.lz" - - .align 2 -gBattleAnimSpriteSheet_271:: @ 8E7EB3C - .incbin "graphics/battle_anims/sprites/271.4bpp.lz" - - .align 2 -gUnknown_08DBA518:: @ 8DBA518 - .incbin "graphics/misc/cable_car_bg.gbapal" - - .align 2 -gCableCar_Pal:: @ 8DBA598 - .incbin "graphics/misc/cable_car.gbapal" - - .align 2 -gUnknown_08DBA5B8:: @ 8DBA5B8 - .incbin "graphics/misc/cable_car_bg.4bpp.lz" - - .align 2 -gCableCar_Gfx:: @ 8DBBF90 - .incbin "graphics/misc/cable_car.4bpp.lz" - - .align 2 -gCableCarDoor_Gfx:: @ 8DBC290 - .incbin "graphics/misc/cable_car_door.4bpp.lz" - - .align 2 -gCableCarCord_Gfx:: @ 8DBC2C0 - .incbin "graphics/misc/cable_car_cord.4bpp.lz" - - .align 2 -gRouletteMenuTiles:: @ 8DBC2E8 - .incbin "graphics/roulette/window.4bpp.lz" - - .align 2 -gRouletteWheelTiles:: - .incbin "graphics/roulette/wheel.8bpp.lz" - - .align 2 -gRouletteCenter_Gfx:: - .incbin "graphics/roulette/center.4bpp.lz" - - .align 2 -gRouletteHeadersTiles:: @ 8E824BC - .incbin "graphics/roulette/headers.4bpp.lz" - - .align 2 -gRouletteCreditTiles:: @ 8E82AE0 - .incbin "graphics/roulette/credit.4bpp.lz" - - .align 2 -gRouletteNumbersTiles:: @ 8E82C30 - .incbin "graphics/roulette/numbers.4bpp.lz" - - .align 2 -gRouletteMultiplierTiles:: @ 8E82D14 - .incbin "graphics/roulette/multiplier.4bpp.lz" - - .align 2 -gMailPalette_Orange:: @ 0x08DBE818 - .incbin "graphics/mail/orange/palette.gbapal" - - .align 2 -gMailPalette_Harbor:: @ 0x08DBE838 - .incbin "graphics/mail/harbor/palette.gbapal" - - .align 2 -gMailPalette_Glitter:: @ 0x08DBE858 - .incbin "graphics/mail/glitter/palette.gbapal" - - .align 2 -gMailPalette_Mech:: @ 0x08DBE878 - .incbin "graphics/mail/mech/palette.gbapal" - - .align 2 -gMailPalette_Wood:: @ 0x08DBE898 - .incbin "graphics/mail/wood/palette.gbapal" - - .align 2 -gMailPalette_Wave:: @ 0x08DBE8B8 - .incbin "graphics/mail/wave/palette.gbapal" - - .align 2 -gMailPalette_Bead:: @ 0x08DBE8D8 - .incbin "graphics/mail/bead/palette.gbapal" - - .align 2 -gMailPalette_Shadow:: @ 0x08DBE8F8 - .incbin "graphics/mail/shadow/palette.gbapal" - - .align 2 -gMailPalette_Tropic:: @ 0x08DBE918 - .incbin "graphics/mail/tropic/palette.gbapal" - - .align 2 -gMailPalette_Dream:: @ 0x08DBE938 - .incbin "graphics/mail/dream/palette.gbapal" - - .align 2 -gMailPalette_Fab:: @ 0x08DBE958 - .incbin "graphics/mail/fab/palette.gbapal" - - .align 2 -gMailPalette_Retro:: @ 0x08DBE978 - .incbin "graphics/mail/retro/palette.gbapal" - - .align 2 -gMailTiles_Orange:: @ 0x08DBE998 - .incbin "graphics/mail/orange/tiles.4bpp.lz" - - .align 2 -gMailTiles_Harbor:: @ 0x08DBEB38 - .incbin "graphics/mail/harbor/tiles.4bpp.lz" - - .align 2 -gMailTiles_Glitter:: @ 0x08DBEC74 - .incbin "graphics/mail/glitter/tiles.4bpp.lz" - - .align 2 -gMailTiles_Mech:: @ 0x08DBEE84 - .incbin "graphics/mail/mech/tiles.4bpp.lz" - - .align 2 -gMailTiles_Wood:: @ 0x08DBEF5C - .incbin "graphics/mail/wood/tiles.4bpp.lz" - - .align 2 -gMailTiles_Wave:: @ 0x08DBF154 - .incbin "graphics/mail/wave/tiles.4bpp.lz" - - .align 2 -gMailTiles_Bead:: @ 0x08DBF2D4 - .incbin "graphics/mail/bead/tiles.4bpp.lz" - - .align 2 -gMailTiles_Shadow:: @ 0x08DBF37C - .incbin "graphics/mail/shadow/tiles.4bpp.lz" - - .align 2 -gMailTiles_Tropic:: @ 0x08DBF50C - .incbin "graphics/mail/tropic/tiles.4bpp.lz" - - .align 2 -gMailTiles_Dream:: @ 0x08DBF64C - .incbin "graphics/mail/dream/tiles.4bpp.lz" - - .align 2 -gMailTiles_Fab:: @ 0x08DBF7B4 - .incbin "graphics/mail/fab/tiles.4bpp.lz" - - .align 2 -gMailTiles_Retro:: @ 0x08DBF904 - .incbin "graphics/mail/retro/tiles.4bpp.lz" - - .align 2 -gMailTilemap_Orange:: @ 0x08DBFBA4 - .incbin "graphics/mail/orange/map.bin.lz" - - .align 2 -gMailTilemap_Harbor:: @ 0x08DBFC7C - .incbin "graphics/mail/harbor/map.bin.lz" - - .align 2 -gMailTilemap_Glitter:: @ 0x08DBFD5C - .incbin "graphics/mail/glitter/map.bin.lz" - - .align 2 -gMailTilemap_Mech:: @ 0x08DBFE68 - .incbin "graphics/mail/mech/map.bin.lz" - - .align 2 -gMailTilemap_Wood:: @ 0x08DBFF44 - .incbin "graphics/mail/wood/map.bin.lz" - - .align 2 -gMailTilemap_Wave:: @ 0x08DC0034 - .incbin "graphics/mail/wave/map.bin.lz" - - .align 2 -gMailTilemap_Bead:: @ 0x08DC0114 - .incbin "graphics/mail/bead/map.bin.lz" - - .align 2 -gMailTilemap_Shadow:: @ 0x08DC01F4 - .incbin "graphics/mail/shadow/map.bin.lz" - - .align 2 -gMailTilemap_Tropic:: @ 0x08DC0300 - .incbin "graphics/mail/tropic/map.bin.lz" - - .align 2 -gMailTilemap_Dream:: @ 0x08DC03F0 - .incbin "graphics/mail/dream/map.bin.lz" - - .align 2 -gMailTilemap_Fab:: @ 0x08DC04E8 - .incbin "graphics/mail/fab/map.bin.lz" - - .align 2 -gMailTilemap_Retro:: @ 0x08DC0600 - .incbin "graphics/mail/retro/map.bin.lz" - - .align 2 -gFrontierFactorySelectMenu_Pal:: @ 8DC0714 - .incbin "graphics/battle_frontier/factory_menu1.gbapal" - .incbin "graphics/battle_frontier/factory_menu2.gbapal" - - .align 2 -gFrontierFactorySelectMenu_Gfx:: @ 8DC0754 - .incbin "graphics/battle_frontier/factory_menu1.4bpp" - .incbin "graphics/battle_frontier/factory_menu2.4bpp" - - .align 2 -gFrontierFactorySelectMenu_Tilemap:: @ 8DC0B94 - .incbin "graphics/battle_frontier/factory_menu.bin" - - .align 2 -gFrontierPassMedals_Gfx:: @ 8DC1394 - .incbin "graphics/frontier_pass/medals.4bpp.lz" @ battle frontier medals - - .align 2 -gFrontierPassCursor_Pal:: @ 8DC1674 - .incbin "graphics/frontier_pass/cursor.gbapal" @ frontier pass cursor pal - - .align 2 -gFrontierPassMapCursor_Pal:: @ 8DC1694 - .incbin "graphics/frontier_pass/map_cursor.gbapal" @ frontier pass map cursor pal - - .align 2 -gFrontierPassMedalsSilver_Pal:: @ 8DC16B4 - .incbin "graphics/frontier_pass/silver.gbapal" - - .align 2 -gFrontierPassMedalsGold_Pal:: @ 8DC16D4 - .incbin "graphics/frontier_pass/gold.gbapal" - - .align 2 -gPokedexText_Pal:: @ 8DC16F4 - .incbin "graphics/pokedex/text.gbapal" - - .align 2 -gPokedexCaughtScreenFade_Pal:: @ 8DC1756 - .incbin "graphics/pokedex/fade.gbapal" - - .align 2 -gPokedexHoennBg_Pal:: @ 8DC17B6 - .incbin "graphics/pokedex/hoenn_bg.gbapal" - - .align 2 -gPokedexNationalBg_Pal:: @ 8DC1876 - .incbin "graphics/pokedex/national_bg.gbapal" - - .align 2 -gPokedexMenu_Gfx:: @ 8DC1934 - .incbin "graphics/pokedex/menu.4bpp.lz" - - .align 2 -gPokedexMenu2_Gfx:: @ 8DC234C - .incbin "graphics/pokedex/menu2.4bpp.lz" - - .align 2 - .incbin "graphics/pokedex/noball_unused.4bpp.lz" @ unused - - @ these are a series of 9 tilemaps used for something pokedex related. - - .align 2 -gUnknown_08DC2A08:: @ 8DC2A08 - .incbin "graphics/pokedex/tilemap1.bin.lz" - - .align 2 -gUnknown_08DC2B1C:: @ 8DC2B1C - .incbin "graphics/pokedex/tilemap2.bin.lz" - - .align 2 -gUnknown_08DC2C5C:: @ 8DC2C5C - .incbin "graphics/pokedex/tilemap3.bin.lz" - - .align 2 -gUnknown_08DC2DAC:: @ 8DC2DAC - .incbin "graphics/pokedex/tilemap4.bin.lz" - - .align 2 -gUnknown_08DC2E6C:: @ 8DC2E6C - .incbin "graphics/pokedex/tilemap5.bin.lz" - - .align 2 -gUnknown_08DC2F5C:: @ 8DC2F5C - .incbin "graphics/pokedex/tilemap6.bin.lz" - - .align 2 -gUnknown_08DC2FEC:: @ 8DC2FEC - .incbin "graphics/pokedex/tilemap7.bin.lz" - - .align 2 -gUnknown_08DC3080:: @ 8DC3080 - .incbin "graphics/pokedex/tilemap8.bin.lz" - - .align 2 -gUnknown_08DC3198:: @ 8DC3198 - .incbin "graphics/pokedex/tilemap9.bin.lz" @ all tilemaps - - .align 2 -gPokedexSearchMenu_Pal:: @ 8DC3284 - .incbin "graphics/pokedex/search_menu.gbapal" - - .align 2 -gPokedexSearchMenu_Gfx:: @ 8DC3304 - .incbin "graphics/pokedex/search_menu.4bpp.lz" - - .align 2 -gPokedexSearch1_Tilemap:: @ 8DC3870 - .incbin "graphics/pokedex/search1.bin.lz" - - .align 2 -gPokedexSearch2_Tilemap:: @ 8DC3A0C - .incbin "graphics/pokedex/search2.bin.lz" - - .align 2 -gSummaryScreenPowAcc_Tilemap:: @ 8DC3B94 - .incbin "graphics/interface/powacc_tilemap.bin" @ pow/acc tilemap - - .align 2 -gUnknown_08DC3C34:: @ 8DC3C34 - .incbin "graphics/interface/unk_tilemap.bin" @ probably trade summary screen related? cant check - - .align 2 -gSummaryScreenWindow_Tilemap:: @ 8DC3CD4 - .incbin "graphics/interface/summary.bin" - - .align 2 -gIntroCopyright_Pal:: @ 8DC3D54 - .incbin "graphics/intro/copyright.gbapal" - - .align 2 -gIntroCopyright_Gfx:: @ 8DC3D74 - .incbin "graphics/intro/copyright.4bpp.lz" - - .align 2 -gIntroCopyright_Tilemap:: @ 8DC3FD4 - .incbin "graphics/intro/copyright.bin.lz" - - .align 2 -gPokedexAreaScreenAreaUnknown_Pal:: @ 8DC4120 - .incbin "graphics/pokedex/area_unknown.gbapal" - - .align 2 -gPokedexAreaScreenAreaUnknown_Gfx:: @ 8DC4140 - .incbin "graphics/pokedex/area_unknown.4bpp.lz" - - @ seems to be fire red leftovers, but the menu elements is reused in the item menu for TM descriptions. - - .align 2 -gFireRedMenuElements1_Pal:: @ 8DC4318 - .incbin "graphics/interface_fr/menu1.gbapal" - - .align 2 -gFireRedMenuElements2_Pal:: @ 8DC4338 - .incbin "graphics/interface_fr/menu2.gbapal" - - .align 2 -gFireRedMenuElements3_Pal:: @ 8DC4358 - .incbin "graphics/interface_fr/menu3.gbapal" - - .align 2 -gFireRedMenuElements_Gfx:: @ 8DC4378 - .incbin "graphics/interface_fr/menu.4bpp" @ the types are reused for item menu - - .align 2 -gBagMenuHMIcon_Gfx:: @ 8DC6378 - .incbin "graphics/interface/hm.4bpp" - - @ contest link stuff, appears to be a set of tilemaps - - .align 2 -gUnknown_08DC63F8:: @ 8DC63F8 - .incbin "graphics/contest/clink_tilemap1.bin" - - .align 2 -gUnknown_08DC6420:: @ 8DC6420 - .incbin "graphics/contest/clink_tilemap2.bin" - - .align 2 -gUnknown_08DC6448:: @ 8DC6448 - .incbin "graphics/contest/clink_tilemap3.bin" - - .align 2 -gUnknown_08DC6470:: @ 8DC6470 - .incbin "graphics/contest/clink_tilemap4.bin" - - .align 2 -gUnknown_08DC6498:: @ 8DC6498 - .incbin "graphics/contest/clink_tilemap5.bin" - - .align 2 -gUnknown_08DC64AC:: @ 8DC64AC - .incbin "graphics/contest/clink_tilemap6.bin" - - .align 2 -gUnknown_08DC64C0:: @ 8DC64C0 - .incbin "graphics/contest/clink_tilemap7.bin" - - .align 2 -gUnknown_08DC64D4:: @ 8DC64D4 - .incbin "graphics/contest/clink_tilemap8.bin" - - .align 2 -gUnknown_08DC64E8:: @ 8DC64E8 - .incbin "graphics/contest/clink_tilemap9.bin" - - .align 2 -gUnknown_08DC64FC:: @ 8DC64FC - .incbin "graphics/contest/clink_tilemap10.bin" - - .align 2 -gUnknown_08DC6510:: @ 8DC6510 - .incbin "graphics/contest/clink_tilemap11.bin" - - @ pokenav - - .align 2 -gPokenavCondition_Pal:: @ 8DC6528 - .incbin "graphics/pokenav/condition.gbapal" - - .align 2 -gPokenavCondition_Gfx:: @ 8DC6548 - .incbin "graphics/pokenav/condition.4bpp.lz" - - .align 2 -gPokenavCondition_Tilemap:: @ 8DC6DFC - .incbin "graphics/pokenav/condition.bin.lz" - - .align 2 -gPokenavOptions_Tilemap:: @ 8DC7070 - .incbin "graphics/pokenav/options/options.bin" - - .align 2 -gPokenavOptions_Gfx:: - .incbin "graphics/pokenav/options/options.4bpp.lz" - - .align 2 -gPokenavOptions_Pal:: - .incbin "graphics/pokenav/options/options.gbapal" - - .align 2 -gPokenavHeader_Pal:: @ 8DC7B60 - .incbin "graphics/pokenav/header.gbapal" - - .align 2 -gPokenavHeader_Gfx:: @ 8DC7B80 - .incbin "graphics/pokenav/header.4bpp.lz" @ TODO: use width 9 and makefile rule for cleanliness, make wasnt behaving, didnt want to apply num_tiles to this - - .align 2 -gPokenavHeader_Tilemap:: @ 8DC7D84 - .incbin "graphics/pokenav/header.bin.lz" - - .align 2 -gPokenavLeftHeader_Pal:: @ 8DC7F00 - .incbin "graphics/pokenav/left_headers/palette.gbapal" - - .align 2 -gPokenavLeftHeaderBeauty_Gfx:: @ 8DC7FA0 - .incbin "graphics/pokenav/left_headers/beauty.4bpp.lz" - - .align 2 -gPokenavLeftHeaderSmart_Gfx:: @ 8DC80DC - .incbin "graphics/pokenav/left_headers/smart.4bpp.lz" - - .align 2 -gPokenavLeftHeaderCondition_Gfx:: @ 8DC8208 - .incbin "graphics/pokenav/left_headers/condition.4bpp.lz" - - .align 2 -gPokenavLeftHeaderCute_Gfx:: @ 8DC838C - .incbin "graphics/pokenav/left_headers/cute.4bpp.lz" - - .align 2 -gPokenavLeftHeaderMatchCall_Gfx:: @ 8DC84AC - .incbin "graphics/pokenav/left_headers/match_call.4bpp.lz" - - .align 2 -gPokenavLeftHeaderMainMenu_Gfx:: @ 8DC864C - .incbin "graphics/pokenav/left_headers/main_menu.4bpp.lz" - - .align 2 -gPokenavLeftHeaderHoennMap_Gfx:: @ 8DC87F8 - .incbin "graphics/pokenav/left_headers/hoenn_map.4bpp.lz" - - .align 2 -gPokenavLeftHeaderRibbons_Gfx:: @ 8DC8AA4 - .incbin "graphics/pokenav/left_headers/ribbons.4bpp.lz" - - .align 2 -gPokenavLeftHeaderSearch_Gfx:: @ 8DC8C14 - .incbin "graphics/pokenav/left_headers/search.4bpp.lz" - - .align 2 -gPokenavLeftHeaderTough_Gfx:: @ 8DC8D50 - .incbin "graphics/pokenav/left_headers/tough.4bpp.lz" - - .align 2 -gPokenavLeftHeaderCool_Gfx:: @ 8DC8E64 - .incbin "graphics/pokenav/left_headers/cool.4bpp.lz" - - .align 2 -gPokenavLeftHeaderParty_Gfx:: @ 8DC8F64 - .incbin "graphics/pokenav/left_headers/party.4bpp.lz" - - .align 2 -gPokenavMessageBox_Pal:: @ 8DC90C0 - .incbin "graphics/pokenav/message.gbapal" - - .align 2 -gPokenavMessageBox_Gfx:: @ 8DC90E0 - .incbin "graphics/pokenav/message.4bpp.lz" - - .align 2 -gPokenavMessageBox_Tilemap:: @ 8DC9130 - .incbin "graphics/pokenav/message.bin.lz" - - .align 2 -gHoennMapZoomIcons_Pal:: @ 8DC91E8 - .incbin "graphics/pokenav/zoom.gbapal" - - .align 2 -gHoennMapZoomIcons_Gfx:: @ 8DC9208 - .incbin "graphics/pokenav/zoom.4bpp.lz" - - .align 2 -gPokenavConditionCancel_Pal:: - .incbin "graphics/pokenav/cancel.gbapal" - - .align 2 -gPokenavConditionCancel_Gfx:: - .incbin "graphics/pokenav/cancel.4bpp" - - .align 2 -gPokenavConditionMarker_Pal:: @ 8DC9608 - .incbin "graphics/pokenav/marker.gbapal" - - .align 2 -gPokenavConditionMarker_Gfx:: @ 8DC9628 - .incbin "graphics/pokenav/marker.4bpp" - - .align 2 -gBerryBlenderMiscPalette:: @ 8DCAB88 - .incbin "graphics/berry_blender/misc.gbapal" - - .align 2 -gBerryBlenderArrowPalette:: @ 8DC9948 - .incbin "graphics/berry_blender/arrow.gbapal" - - .align 2 -gBerryBlenderBetaArrow_Gfx:: @ 8DC9988 - .incbin "graphics/berry_blender/arrow_old.4bpp" @ unused - - .align 2 -gBerryBlenderMarubatsuTiles:: @ 8DC9B88 - .incbin "graphics/berry_blender/marubatsu.4bpp" - - .align 2 -gBerryBlenderParticlesTiles:: @ 8E90818 - .incbin "graphics/berry_blender/particles.4bpp" - - .space 0x120 - - .align 2 -gBerryBlenderCountdownNumbersTiles:: @ 8DC9F88 - .incbin "graphics/berry_blender/countdown_numbers.4bpp" - - .align 2 -gBerryBlenderStartTiles:: @ 8DCA588 - .incbin "graphics/berry_blender/start.4bpp" - - .space 0x200 - - .align 2 -gBerryBlenderArrowTiles:: @ 8DCAB88 - .incbin "graphics/berry_blender/arrow.4bpp" - - .space 0x2C0 - - .align 2 -gEasyChatCursor_Pal:: @ 8DCB648 - .incbin "graphics/easy_chat/cursor.gbapal" - - .align 2 -gEasyChatCursor_Gfx:: @ 8DCB668 - .incbin "graphics/easy_chat/cursor.4bpp.lz" - - .align 2 -gEasyChatRightWindow_Pal:: @ 8DCB86C - .incbin "graphics/easy_chat/rwindow.gbapal" - - .align 2 -gEasyChatRightWindow_Gfx:: @ 8DCB88C - .incbin "graphics/easy_chat/rwindow.4bpp.lz" - - .align 2 -gEasyChatMode_Gfx:: @ 8DCBAB0 - .incbin "graphics/easy_chat/mode.4bpp.lz" - - .align 2 -gEasyChatMode_Pal:: @ 8DCBDB0 - .incbin "graphics/easy_chat/mode.gbapal" - - .align 2 -gEasyChatWindow_Gfx:: @ 8DCBDD0 - .incbin "graphics/easy_chat/window.4bpp.lz" @ uses mode pal - - .align 2 -gEasyChatWindow_Tilemap:: @ 8DCBF10 - .incbin "graphics/easy_chat/window.bin.lz" - - .align 2 -gWallclockMale_Pal:: @ 8DCC01C - .incbin "graphics/interface/wallclock_male.gbapal" - - .align 2 -gWallclockFemale_Pal:: @ 8DCC03C - .incbin "graphics/interface/wallclock_female.gbapal" - - .align 2 -gWallclock_Gfx:: @ 8DCC05C - .incbin "graphics/interface/wallclock.4bpp.lz" - - .align 2 -gUnknown_08DCC648:: @ 8DCC648 - .incbin "graphics/interface/wallclock1.bin.lz" - - .align 2 -gUnknown_08DCC908:: @ 8DCC908 - .incbin "graphics/interface/wallclock2.bin.lz" - - .align 2 -gUsePokeblockCondition_Pal:: @ 8DCCB98 - .incbin "graphics/pokeblock/use_screen/condition.gbapal" - - .align 2 -gUsePokeblockCondition_Gfx:: @ 8DCCBB8 - .incbin "graphics/pokeblock/use_screen/condition.4bpp.lz" - - .align 2 -gUsePokeblockUpDown_Pal:: @ 8DCCD3C - .incbin "graphics/pokeblock/use_screen/updown.gbapal" - - .align 2 -gUsePokeblockUpDown_Gfx:: @ 8DCCD5C - .incbin "graphics/pokeblock/use_screen/updown.4bpp" - - .align 2 -gUsePokeblockGraph_Pal:: @ 8DCCF5C - .incbin "graphics/pokeblock/use_screen/graph.gbapal" - - .align 2 -gUsePokeblockGraph_Gfx:: @ 8DCCF7C - .incbin "graphics/pokeblock/use_screen/graph.4bpp.lz" - - .align 2 -gUsePokeblockGraph_Tilemap:: @ 8DCD81C - .incbin "graphics/pokeblock/use_screen/graph.bin.lz" - - .align 2 -gUsePokeblockNatureWin_Pal:: @ 8DCDA30 - .incbin "graphics/pokeblock/use_screen/nature.gbapal" - - @ slot machine - - .align 2 -gSlotMachineMenu_Pal:: @ 8DCDA90 - .incbin "graphics/slot_machine/menu.gbapal" - - .align 2 -gSlotMachineMenu_Gfx:: @ 8DCDB30 - .incbin "graphics/slot_machine/menu.4bpp.lz" - - .align 2 -gSlotMachineMenu_Tilemap:: @ 8DCE770 - .incbin "graphics/slot_machine/menu.bin" - - .align 2 -gUnknown_08DCEC70:: @ 8DCEC70 - .incbin "graphics/slot_machine/slots_layout.bin" - - .align 2 -gUnknown_08DCF170:: - .incbin "graphics/slot_machine/reel_symbols/1.gbapal" - - .align 2 -gUnknown_08DCF190:: - .incbin "graphics/slot_machine/reel_pikachu.gbapal" - - .align 2 -gUnknown_08DCF1B0:: - .incbin "graphics/slot_machine/shadow.gbapal" - - .align 2 -gSlotMachineReelTime_Pal:: - .incbin "graphics/slot_machine/reel_time.gbapal" - - .align 2 -gUnknown_08DCF1F0:: - .incbin "graphics/slot_machine/smoke.gbapal" @ also duck and pika aura - - .align 2 -gUnknown_08DCF210:: - .incbin "graphics/slot_machine/reel_time_explosion/0.gbapal" - - .align 2 -gUnknown_08DCF230:: - .incbin "graphics/slot_machine/spr6.gbapal" @ huh? - - .align 2 -gSlotMachineReelSymbol1Tiles:: @ 8DCF250 - .incbin "graphics/slot_machine/reel_symbols/1.4bpp" - - .align 2 -gSlotMachineReelSymbol2Tiles:: - .incbin "graphics/slot_machine/reel_symbols/2.4bpp" - - .align 2 -gSlotMachineReelSymbol3Tiles:: - .incbin "graphics/slot_machine/reel_symbols/3.4bpp" - - .align 2 -gSlotMachineReelSymbol4Tiles:: - .incbin "graphics/slot_machine/reel_symbols/4.4bpp" - - .align 2 -gSlotMachineReelSymbol5Tiles:: - .incbin "graphics/slot_machine/reel_symbols/5.4bpp" - - .align 2 -gSlotMachineReelSymbol6Tiles:: - .incbin "graphics/slot_machine/reel_symbols/6.4bpp" - - .align 2 -gSlotMachineReelSymbol7Tiles:: - .incbin "graphics/slot_machine/reel_symbols/7.4bpp" - - .align 2 -gSlotMachineReelTime_Gfx:: @ 8DD0050 - .incbin "graphics/slot_machine/reel_time.4bpp.lz" - - .align 2 -gSlotMachineNumber0Tiles:: - .incbin "graphics/slot_machine/numbers/0.4bpp" - - .align 2 -gSlotMachineNumber1Tiles:: - .incbin "graphics/slot_machine/numbers/1.4bpp" - - .align 2 -gSlotMachineNumber2Tiles:: - .incbin "graphics/slot_machine/numbers/2.4bpp" - - .align 2 -gSlotMachineNumber3Tiles:: - .incbin "graphics/slot_machine/numbers/3.4bpp" - - .align 2 -gSlotMachineNumber4Tiles:: - .incbin "graphics/slot_machine/numbers/4.4bpp" - - .align 2 -gSlotMachineNumber5Tiles:: - .incbin "graphics/slot_machine/numbers/5.4bpp" - - .align 2 -gSlotMachineNumber6Tiles:: - .incbin "graphics/slot_machine/numbers/6.4bpp" - - .align 2 -gSlotMachineNumber7Tiles:: - .incbin "graphics/slot_machine/numbers/7.4bpp" - - .align 2 -gSlotMachineNumber8Tiles:: - .incbin "graphics/slot_machine/numbers/8.4bpp" - - .align 2 -gSlotMachineNumber9Tiles:: - .incbin "graphics/slot_machine/numbers/9.4bpp" - - .align 2 -gSlotMachineReelTimeBolt:: - .incbin "graphics/slot_machine/bolt.4bpp" - - .align 2 -gSlotMachineReelTimeDuck:: - .incbin "graphics/slot_machine/duck.4bpp" - - .align 2 -gSlotMachineReelTimeSmoke:: - .incbin "graphics/slot_machine/smoke.4bpp" - - .align 2 -gSlotMachineReelTimeNumber0:: - .incbin "graphics/slot_machine/reel_time_numbers/0.4bpp" - - .align 2 -gSlotMachineReelTimeNumber1:: - .incbin "graphics/slot_machine/reel_time_numbers/1.4bpp" - - .align 2 -gSlotMachineReelTimeNumber2:: - .incbin "graphics/slot_machine/reel_time_numbers/2.4bpp" - - .align 2 -gSlotMachineReelTimeNumber3:: - .incbin "graphics/slot_machine/reel_time_numbers/3.4bpp" - - .align 2 -gSlotMachineReelTimeNumber4:: - .incbin "graphics/slot_machine/reel_time_numbers/4.4bpp" - - .align 2 -gSlotMachineReelTimeNumber5:: - .incbin "graphics/slot_machine/reel_time_numbers/5.4bpp" - - .align 2 -gSlotMachineReelTimeLargeBolt0:: - .incbin "graphics/slot_machine/large_bolt/0.4bpp" - - .align 2 -gSlotMachineReelTimeLargeBolt1:: - .incbin "graphics/slot_machine/large_bolt/1.4bpp" - - .align 2 -gSlotMachineReelTimeExplosion0:: - .incbin "graphics/slot_machine/reel_time_explosion/0.4bpp" - - .align 2 -gSlotMachineReelTimeExplosion1:: - .incbin "graphics/slot_machine/reel_time_explosion/1.4bpp" - - .align 2 -gSlotMachineReelTimeShadow:: - .incbin "graphics/slot_machine/shadow.4bpp" - - .align 2 -gSlotMachineReelTimePikaAura:: - .incbin "graphics/slot_machine/pika_aura.4bpp" - - .align 2 -gUnknown_08DD19F8:: - .incbin "graphics/unknown/unknown_DD19F8.bin" @ might be a palette? - - .align 2 -gUnknown_08DD1A18:: - .incbin "graphics/unknown/unknown_DD1A18.4bpp" - - @ trainer card - - .align 2 -gEmeraldTrainerCard0Star_Pal:: @ 8DD1A58 - .incbin "graphics/trainer_card/0star.gbapal" - - .align 2 -gEmeraldTrainerCard_Gfx:: @ 8DD1AB8 - .incbin "graphics/trainer_card/card.4bpp.lz" - - @ what are these? lz compressed files used for something, cant tell if tilemaps - - .align 2 -gUnknown_08DD1F78:: @ 8DD1F78 - .incbin "graphics/unknown/unknown_DD1F78.bin.lz" - - .align 2 -gUnknown_08DD2010:: @ 8DD2010 - .incbin "graphics/unknown/unknown_DD2010.bin.lz" - - .align 2 -gUnknown_08DD21B0:: @ 8DD21B0 - .incbin "graphics/unknown/unknown_DD21B0.bin.lz" - - .align 2 -gUnknown_08DD228C:: @ 8DD228C - .incbin "graphics/unknown/unknown_DD228C.bin.lz" - - .align 2 -gFireRedTrainerCard0Star_Pal:: @ 8DD240C - .incbin "graphics/trainer_card/0star_fr.gbapal" - - .align 2 -gFireRedTrainerCard_Gfx:: @ 8DD246C - .incbin "graphics/trainer_card/card_fr.4bpp.lz" - - @ more of these weird compressed files, probably for the FR trainer card - - .align 2 -gUnknown_08DD2AE0:: @ 8DD2AE0 - .incbin "graphics/unknown/unknown_DD2AE0.bin.lz" - - .align 2 -gUnknown_08DD2B78:: @ 8DD2B78 - .incbin "graphics/unknown/unknown_DD2B78.bin.lz" - - .align 2 -gUnknown_08DD2D30:: @ 8DD2D30 - .incbin "graphics/unknown/unknown_DD2D30.bin.lz" - - .align 2 -gUnknown_08DD2E5C:: @ 8DD2E5C - .incbin "graphics/unknown/unknown_DD2E5C.bin.lz" - - @ pokemon storage system - - .align 2 -gPSSMenu_Gfx:: @ 8DD2FE8 - .incbin "graphics/pokemon_storage/menu.4bpp.lz" - - .align 2 -gPSSMenu_Pal:: @ 8DD36A8 - .incbin "graphics/pokemon_storage/menu.gbapal" @ pal for the options in the gfx - - .align 2 -gUnknown_08DD36C8:: @ 8DD36C8 - .incbin "graphics/unknown/unknown_DD36C8.bin.lz" - - @ naming screen - - .align 2 -gNamingScreenMenu_Pal:: @ 8DD3778 - .incbin "graphics/naming_screen/menu.gbapal" - - .align 2 -gNamingScreenMenu_Gfx:: @ 8DD3838 - .incbin "graphics/naming_screen/menu.4bpp.lz" - - .align 2 -gNamingScreenRWindow_Gfx:: @ 8DD3A04 - .incbin "graphics/naming_screen/rwindow.4bpp" - - .align 2 -gNamingScreenROptions_Gfx:: @ 8DD4044 - .incbin "graphics/naming_screen/roptions.4bpp" - - .align 2 -gNamingScreenCursor_Gfx:: @ 8DD4224 - .incbin "graphics/naming_screen/cursor.4bpp" - - .align 2 -gNamingScreenKeyboardButton_Gfx:: @ 8DD43E4 - .incbin "graphics/naming_screen/keyboard_button.4bpp" - - .align 2 -gNamingScreenRightPointingTriangleTiles:: @ 8DD4504 - .incbin "graphics/naming_screen/right_pointing_triangle.4bpp" - - .align 2 -gNamingScreenUnderscoreTiles:: @ 8DD4524 - .incbin "graphics/naming_screen/underscore.4bpp" - - .align 2 -gUnknown_08DD4544:: @ 8DD4544 - .incbin "graphics/unknown/unknown_DD4544.bin.lz" - - .align 2 -gUnknown_08DD4620:: @ 8DD4620 - .incbin "graphics/unknown/unknown_DD4620.bin.lz" - - .align 2 -gUnknown_08DD46E0:: @ 8DD46E0 - .incbin "graphics/unknown/unknown_DD46E0.bin.lz" - - .align 2 -gUnknown_08DD47A0:: @ 8DD47A0 - .incbin "graphics/unknown/unknown_DD47A0.bin.lz" - - @ link - - .align 2 -gLinkMiscMenu_Pal:: @ 8DD4860 - .incbin "graphics/link/misc.gbapal" - - .align 2 -gLinkMiscMenu_Gfx:: @ 8DD4880 - .incbin "graphics/link/misc.4bpp.lz" @ dont know where this is used - - .align 2 -gLinkMiscMenu_Tilemap:: @ 8DD4AB8 - .incbin "graphics/link/misc.bin.lz" - - .align 2 -gUnknown_08DD4BB0:: @ 8DD4BB0 - .incbin "graphics/link/link1.gbapal" - - .align 2 -gUnknown_08DD4BD0:: @ 8DD4BD0 - .incbin "graphics/link/link2.gbapal" - - .align 2 -gUnknown_08DD4BF0:: @ 8DD4BF0 - .incbin "graphics/link/link_winedge.4bpp.lz" - - .align 2 -gUnknown_08DD4C4C:: @ 8DD4C4C - .incbin "graphics/link/link_winedge.bin.lz" - - .align 2 -gUnknown_08DD4CF8:: @ 8DD4CF8 - .incbin "graphics/interface/unk_change_case.4bpp.lz" - - .align 2 -gTilesetPalettes_General:: @ 8DD4E10 - .incbin "data/tilesets/primary/general/palettes/00.gbapal" - .incbin "data/tilesets/primary/general/palettes/01.gbapal" - .incbin "data/tilesets/primary/general/palettes/02.gbapal" - .incbin "data/tilesets/primary/general/palettes/03.gbapal" - .incbin "data/tilesets/primary/general/palettes/04.gbapal" - .incbin "data/tilesets/primary/general/palettes/05.gbapal" - .incbin "data/tilesets/primary/general/palettes/06.gbapal" - .incbin "data/tilesets/primary/general/palettes/07.gbapal" - .incbin "data/tilesets/primary/general/palettes/08.gbapal" - .incbin "data/tilesets/primary/general/palettes/09.gbapal" - .incbin "data/tilesets/primary/general/palettes/10.gbapal" - .incbin "data/tilesets/primary/general/palettes/11.gbapal" - .incbin "data/tilesets/primary/general/palettes/12.gbapal" - .incbin "data/tilesets/primary/general/palettes/13.gbapal" - .incbin "data/tilesets/primary/general/palettes/14.gbapal" - .incbin "data/tilesets/primary/general/palettes/15.gbapal" - - .align 2 -gTilesetTiles_General:: @ 8DD5010 - .incbin "data/tilesets/primary/general/tiles.4bpp.lz" - - @ trade/egg hatch - - .align 2 -gTradeGba_Pal:: @ 8DD72E0 - .incbin "graphics/link/gba.gbapal" - - .align 2 -gTradeGba2_Pal:: @ 8DD7300 - .incbin "graphics/link/gba_pal2.gbapal" @ used for in-game trade GBA? - - .align 2 -gTradeGba_Gfx:: @ 8DD7360 - .incbin "graphics/link/gba.4bpp" - - @ 8DD8760 - .space 0x20 @ blank palette?? - - @ berry fix program - - .align 2 -gBerryFixGameboy_Pal:: @ 8DD8780 - .incbin "graphics/berry_fix/gba_small.gbapal" - - .align 2 -gBerryFixGameboy_Gfx:: @ 8DD87C0 - .incbin "graphics/berry_fix/gba_small.4bpp.lz" - - .align 2 -gBerryFixGameboy_Tilemap:: @ 8DD8EE0 - .incbin "graphics/berry_fix/gba_small.bin.lz" - - .align 2 -gBerryFixGameboyLogo_Pal:: @ 8DD9080 - .incbin "graphics/berry_fix/logo.gbapal" - - .align 2 -gBerryFixGameboyLogo_Gfx:: @ 8DD90E0 - .incbin "graphics/berry_fix/logo.4bpp.lz" - - .align 2 -gBerryFixGameboyLogo_Tilemap:: @ 8DD9718 - .incbin "graphics/berry_fix/logo.bin.lz" - - .align 2 -gBerryFixGbaTransfer_Pal:: @ 8DD9874 - .incbin "graphics/berry_fix/gba_transfer.gbapal" - - .align 2 -gBerryFixGbaTransfer_Gfx:: @ 8DD98B4 - .incbin "graphics/berry_fix/gba_transfer.4bpp.lz" - - .align 2 -gBerryFixGbaTransfer_Tilemap:: @ 8DD9E58 - .incbin "graphics/berry_fix/gba_transfer.bin.lz" - - .align 2 -gBerryFixGbaTransferHighlight_Pal:: @ 8DD9FEC - .incbin "graphics/berry_fix/gba_transfer_highlight.gbapal" - - .align 2 -gBerryFixGbaTransferHighlight_Gfx:: @ 8DDA02C - .incbin "graphics/berry_fix/gba_transfer_highlight.4bpp.lz" - - .align 2 -gBerryFixGbaTransferHighlight_Tilemap:: @ 8DDA63C - .incbin "graphics/berry_fix/gba_transfer_highlight.bin.lz" - - .align 2 -gBerryFixGbaTransferError_Pal:: @ 8DDA800 - .incbin "graphics/berry_fix/gba_transfer_error.gbapal" - - .align 2 -gBerryFixGbaTransferError_Gfx:: @ 8DDA840 - .incbin "graphics/berry_fix/gba_transfer_error.4bpp.lz" - - .align 2 -gBerryFixGbaTransferError_Tilemap:: @ 8DDAE40 - .incbin "graphics/berry_fix/gba_transfer_error.bin.lz" - - .align 2 -gBerryFixWindow_Pal:: @ 8DDAFE0 - .incbin "graphics/berry_fix/window.gbapal" - - .align 2 -gBerryFixWindow_Gfx:: @ 8DDB020 - .incbin "graphics/berry_fix/window.4bpp.lz" @ why the absurd length? - - .align 2 -gBerryFixWindow_Tilemap:: @ 8DDB2C4 - .incbin "graphics/berry_fix/window.bin.lz" - - @ more trade stuff? - - .align 2 -gUnknown_08DDB3E4:: @ 8DDB3E4 - .incbin "graphics/trade/menu.gbapal" - - .align 2 -gUnknown_08DDB444:: @ 8DDB444 - .incbin "graphics/unknown/unknown_DDB444.gbapal" - - .align 2 -gUnknown_08DDB464:: @ 8DDB464 - .incbin "graphics/trade/menu.4bpp" - - .align 2 -gUnknown_08DDC6E4:: @ 8DDC6E4 - .incbin "graphics/trade/buttons.4bpp" - - .align 2 - .incbin "graphics/unused/unused_DDCEE4.bin" @ unused - - .align 2 -gUnknown_08DDCF04:: @ 8DDCF04 - .incbin "graphics/unknown/unknown_DDCF04.bin" @ tilemap - - .align 2 -gUnknown_08DDD704:: @ 8DDD704 - .incbin "graphics/unknown/unknown_DDD704.bin" @ textbox tilemap?? - - .align 2 -gMessageBox_Pal:: @ 8DDD728 - .incbin "graphics/text_window/message_box.gbapal" - - .align 2 -gMessageBox_Gfx:: @ 8DDD748 - .incbin "graphics/text_window/message_box.4bpp" - - .align 2 -gWallpaperIcon_Cross:: - .incbin "graphics/pokemon_storage/cross_icon.4bpp.lz" - - .align 2 -gWallpaperIcon_Bolt:: - .incbin "graphics/pokemon_storage/bolt_icon.4bpp.lz" - - .align 2 -gWallpaperIcon_Plusle:: - .incbin "graphics/pokemon_storage/plusle_icon.4bpp.lz" - - .align 2 -gWallpaperPalettes_Horizontal:: @ 8DDD950 - .incbin "graphics/pokemon_storage/friends_frame2.gbapal" - .incbin "graphics/pokemon_storage/horizontal_bg.gbapal" - - .align 2 -gWallpaperTiles_Horizontal:: @ 8DDD990 - .incbin "graphics/pokemon_storage/horizontal.4bpp.lz" - - .align 2 -gWallpaperTilemap_Horizontal:: @ 8DDDB80 - .incbin "graphics/pokemon_storage/horizontal.bin.lz" - - .align 2 -gWallpaperPalettes_Ribbon:: @ 8DDDC8C - .incbin "graphics/pokemon_storage/ribbon_frame.gbapal" - .incbin "graphics/pokemon_storage/ribbon_bg.gbapal" - - .align 2 -gWallpaperTiles_Ribbon:: @ 8DDDCCC - .incbin "graphics/pokemon_storage/ribbon.4bpp.lz" - - .align 2 -gWallpaperTilemap_Ribbon:: @ 8DDDEDC - .incbin "graphics/pokemon_storage/ribbon.bin.lz" - - @ pokenav - - .align 2 -gUnknown_08DDE010:: @ 8DDE010 - .incbin "graphics/pokenav/ribbons.gbapal" - - .align 2 -gUnknown_08DDE030:: @ 8DDE030 - .incbin "graphics/pokenav/ribbons.4bpp.lz" - - .align 2 -gUnknown_08DDE12C:: @ 8DDE12C - .incbin "graphics/pokenav/ribbons.bin.lz" - - .align 2 -gMonIconPalettes:: @ 8DDE1F8 - .incbin "graphics/pokemon/icon_palettes/icon_palette_0.gbapal" - .incbin "graphics/pokemon/icon_palettes/icon_palette_1.gbapal" - .incbin "graphics/pokemon/icon_palettes/icon_palette_2.gbapal" - - .align 2 -gTitleScreenBgPalettes:: @ 8DDE258 - .incbin "graphics/title_screen/pokemon_logo.gbapal" - .incbin "graphics/title_screen/rayquaza_and_clouds.gbapal" - - .align 2 -gTitleScreenEmeraldVersionPal:: @ 8DDE438 - .incbin "graphics/title_screen/emerald_version.gbapal" - - .align 2 -gUnknown_08DDE458:: @ 8DDE458 - .incbin "graphics/title_screen/title_screen1.bin.lz" - -gTitleScreenPokemonLogoGfx:: @ 8DDE690 - .incbin "graphics/title_screen/pokemon_logo.8bpp.lz" - - .align 2 -gTitleScreenEmeraldVersionGfx:: @ 8DDFD94 - .incbin "graphics/title_screen/emerald_version.8bpp.lz" - - .align 2 -gTitleScreenPressStartPal:: @ 8DE03C8 - .incbin "graphics/title_screen/press_start.gbapal" - - .align 2 -gTitleScreenPressStartGfx:: @ 8DE03E8 - .incbin "graphics/title_screen/press_start.4bpp.lz" - - .align 2 -gUnknown_08DE0644:: @ 8DE0644 - .incbin "graphics/title_screen/title_screen2.bin.lz" - - @ more trainer card stuff - - .align 2 -gUnknown_08DE07C8:: @ 8DE07C8 - .incbin "graphics/frontier_pass/tiles.gbapal" @ size in LoadPalette calls is reported as 0xD0 << 1, which is 0x1A0, but palette is only 0x100 bytes long so it loads garbage as well - - .align 2 -gUnknown_08DE08C8:: @ 8DE08C8 - .incbin "graphics/frontier_pass/tiles.4bpp.lz" - - .align 2 -gUnknown_08DE2084:: @ 8DE2084 - .incbin "graphics/frontier_pass/tiles2.8bpp.lz" - - .align 2 -gUnknown_08DE3060:: @ 8DE3060 - .incbin "graphics/frontier_pass/tiles.bin.lz" - - .align 2 -gUnknown_08DE3350:: @ 8DE3350 - .incbin "graphics/frontier_pass/tilemap1.bin" - - .align 2 -gUnknown_08DE3374:: @ 8DE3374 - .incbin "graphics/frontier_pass/tilemap2.bin" - - @ berry crusher - - .align 2 -gUnknown_08DE3398:: @ 8DE3398 - .incbin "graphics/berry_crusher/tiles.gbapal" - - .align 2 -gUnknown_08DE34B8:: @ 8DE34B8 - .incbin "graphics/berry_crusher/tiles.4bpp.lz" - - .align 2 -gUnknown_08DE3FD4:: @ 8DE3FD4 - .incbin "graphics/berry_crusher/tiles.bin.lz" - - @ random garbage at the end. why, game freak? - .space 0x54BAC - .byte 0x0D, 0x00, 0x58, 0x02 @ why? - @ E38BC8 - .space 0x1145 - .byte 0x02 @ whyyyyy? - .space 0x3242 - .byte 0x40 @ WHYYYYYYYY - .space 0x13 -- cgit v1.2.3 From 279a6e1ddcab8b0430d6fe6f3763a1ac6821daf4 Mon Sep 17 00:00:00 2001 From: Slawter666 <38655737+Slawter666@users.noreply.github.com> Date: Sun, 6 May 2018 13:37:28 +0100 Subject: Convert item_icon_table.inc to C --- data/graphics/items/item_icon_table.inc | 1513 ------------------------------- data/item_icon.s | 8 - 2 files changed, 1521 deletions(-) delete mode 100644 data/graphics/items/item_icon_table.inc delete mode 100644 data/item_icon.s (limited to 'data') diff --git a/data/graphics/items/item_icon_table.inc b/data/graphics/items/item_icon_table.inc deleted file mode 100644 index 033292e63..000000000 --- a/data/graphics/items/item_icon_table.inc +++ /dev/null @@ -1,1513 +0,0 @@ - .align 2 -gItemIconTable:: @ 8614410 -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ Master Ball - .4byte gItemIcon_MasterBall - .4byte gItemIconPalette_MasterBall - -@ Ultra Ball - .4byte gItemIcon_UltraBall - .4byte gItemIconPalette_UltraBall - -@ Great Ball - .4byte gItemIcon_GreatBall - .4byte gItemIconPalette_GreatBall - -@ Poké Ball - .4byte gItemIcon_PokeBall - .4byte gItemIconPalette_PokeBall - -@ Safari Ball - .4byte gItemIcon_SafariBall - .4byte gItemIconPalette_SafariBall - -@ Net Ball - .4byte gItemIcon_NetBall - .4byte gItemIconPalette_NetBall - -@ Dive Ball - .4byte gItemIcon_DiveBall - .4byte gItemIconPalette_DiveBall - -@ Nest Ball - .4byte gItemIcon_NestBall - .4byte gItemIconPalette_NestBall - -@ Repeat Ball - .4byte gItemIcon_RepeatBall - .4byte gItemIconPalette_RepeatBall - -@ Timer Ball - .4byte gItemIcon_TimerBall - .4byte gItemIconPalette_RepeatBall - -@ Luxury Ball - .4byte gItemIcon_LuxuryBall - .4byte gItemIconPalette_LuxuryBall - -@ Premier Ball - .4byte gItemIcon_PremierBall - .4byte gItemIconPalette_LuxuryBall - -@ Potion - .4byte gItemIcon_Potion - .4byte gItemIconPalette_Potion - -@ Antidote - .4byte gItemIcon_Antidote - .4byte gItemIconPalette_Antidote - -@ Burn Heal - .4byte gItemIcon_StatusHeal - .4byte gItemIconPalette_BurnHeal - -@ Ice Heal - .4byte gItemIcon_StatusHeal - .4byte gItemIconPalette_IceHeal - -@ Awakening - .4byte gItemIcon_StatusHeal - .4byte gItemIconPalette_Awakening - -@ Paralyze Heal - .4byte gItemIcon_StatusHeal - .4byte gItemIconPalette_ParalyzeHeal - -@ Full Restore - .4byte gItemIcon_LargePotion - .4byte gItemIconPalette_FullRestore - -@ Max Potion - .4byte gItemIcon_LargePotion - .4byte gItemIconPalette_MaxPotion - -@ Hyper Potion - .4byte gItemIcon_Potion - .4byte gItemIconPalette_HyperPotion - -@ Super Potion - .4byte gItemIcon_Potion - .4byte gItemIconPalette_SuperPotion - -@ Full Heal - .4byte gItemIcon_FullHeal - .4byte gItemIconPalette_FullHeal - -@ Revive - .4byte gItemIcon_Revive - .4byte gItemIconPalette_Revive - -@ Max Revive - .4byte gItemIcon_MaxRevive - .4byte gItemIconPalette_Revive - -@ Fresh Water - .4byte gItemIcon_FreshWater - .4byte gItemIconPalette_FreshWater - -@ Soda Pop - .4byte gItemIcon_SodaPop - .4byte gItemIconPalette_SodaPop - -@ Lemonade - .4byte gItemIcon_Lemonade - .4byte gItemIconPalette_Lemonade - -@ Moomoo Milk - .4byte gItemIcon_MoomooMilk - .4byte gItemIconPalette_MoomooMilk - -@ Energy Powder - .4byte gItemIcon_Powder - .4byte gItemIconPalette_EnergyPowder - -@ Energy Root - .4byte gItemIcon_EnergyRoot - .4byte gItemIconPalette_EnergyRoot - -@ Heal Powder - .4byte gItemIcon_Powder - .4byte gItemIconPalette_HealPowder - -@ Revival Herb - .4byte gItemIcon_RevivalHerb - .4byte gItemIconPalette_RevivalHerb - -@ Ether - .4byte gItemIcon_Ether - .4byte gItemIconPalette_Ether - -@ Max Ether - .4byte gItemIcon_Ether - .4byte gItemIconPalette_MaxEther - -@ Elixir - .4byte gItemIcon_Ether - .4byte gItemIconPalette_Elixir - -@ Max Elixir - .4byte gItemIcon_Ether - .4byte gItemIconPalette_MaxElixir - -@ Lava Cookie - .4byte gItemIcon_LavaCookie - .4byte gItemIconPalette_LavaCookieAndLetter - -@ Blue Flute - .4byte gItemIcon_Flute - .4byte gItemIconPalette_BlueFlute - -@ Yellow Flute - .4byte gItemIcon_Flute - .4byte gItemIconPalette_YellowFlute - -@ Red Flute - .4byte gItemIcon_Flute - .4byte gItemIconPalette_RedFlute - -@ Black Flute - .4byte gItemIcon_Flute - .4byte gItemIconPalette_BlackFlute - -@ White Flute - .4byte gItemIcon_Flute - .4byte gItemIconPalette_WhiteFlute - -@ Berry Juice - .4byte gItemIcon_BerryJuice - .4byte gItemIconPalette_BerryJuice - -@ Sacred Ash - .4byte gItemIcon_SacredAsh - .4byte gItemIconPalette_SacredAsh - -@ Shoal Salt - .4byte gItemIcon_Powder - .4byte gItemIconPalette_ShoalSalt - -@ Shoal Shell - .4byte gItemIcon_ShoalShell - .4byte gItemIconPalette_Shell - -@ Red Shard - .4byte gItemIcon_Shard - .4byte gItemIconPalette_RedShard - -@ Blue Shard - .4byte gItemIcon_Shard - .4byte gItemIconPalette_BlueShard - -@ Yellow Shard - .4byte gItemIcon_Shard - .4byte gItemIconPalette_YellowShard - -@ Green Shard - .4byte gItemIcon_Shard - .4byte gItemIconPalette_GreenShard - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ HP Up - .4byte gItemIcon_HPUp - .4byte gItemIconPalette_HPUp - -@ Protein - .4byte gItemIcon_Vitamin - .4byte gItemIconPalette_Protein - -@ Iron - .4byte gItemIcon_Vitamin - .4byte gItemIconPalette_Iron - -@ Carbos - .4byte gItemIcon_Vitamin - .4byte gItemIconPalette_Carbos - -@ Calcium - .4byte gItemIcon_Vitamin - .4byte gItemIconPalette_Calcium - -@ Rare Candy - .4byte gItemIcon_RareCandy - .4byte gItemIconPalette_RareCandy - -@ PP Up - .4byte gItemIcon_PPUp - .4byte gItemIconPalette_PPUp - -@ Zinc - .4byte gItemIcon_Vitamin - .4byte gItemIconPalette_Zinc - -@ Pp Max - .4byte gItemIcon_PPMax - .4byte gItemIconPalette_PPMax - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ Guard Spec. - .4byte gItemIcon_BattleStatItem - .4byte gItemIconPalette_GuardSpec - -@ Dire Hit - .4byte gItemIcon_BattleStatItem - .4byte gItemIconPalette_DireHit - -@ X Attack - .4byte gItemIcon_BattleStatItem - .4byte gItemIconPalette_XAttack - -@ X Defend - .4byte gItemIcon_BattleStatItem - .4byte gItemIconPalette_XDefend - -@ X Speed - .4byte gItemIcon_BattleStatItem - .4byte gItemIconPalette_XSpeed - -@ X Accuracy - .4byte gItemIcon_BattleStatItem - .4byte gItemIconPalette_XAccuracy - -@ X Special - .4byte gItemIcon_BattleStatItem - .4byte gItemIconPalette_XSpecial - -@ Poké Doll - .4byte gItemIcon_PokeDoll - .4byte gItemIconPalette_PokeDoll - -@ Fluffy Tail - .4byte gItemIcon_FluffyTail - .4byte gItemIconPalette_FluffyTail - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ Super Repel - .4byte gItemIcon_Repel - .4byte gItemIconPalette_SuperRepel - -@ Max Repel - .4byte gItemIcon_Repel - .4byte gItemIconPalette_MaxRepel - -@ Escape Rope - .4byte gItemIcon_EscapeRope - .4byte gItemIconPalette_EscapeRope - -@ Repel - .4byte gItemIcon_Repel - .4byte gItemIconPalette_Repel - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ Sun Stone - .4byte gItemIcon_SunStone - .4byte gItemIconPalette_SunStone - -@ Moon Stone - .4byte gItemIcon_MoonStone - .4byte gItemIconPalette_MoonStone - -@ Fire Stone - .4byte gItemIcon_FireStone - .4byte gItemIconPalette_FireStone - -@ Thunder Stone - .4byte gItemIcon_ThunderStone - .4byte gItemIconPalette_ThunderStone - -@ Water Stone - .4byte gItemIcon_WaterStone - .4byte gItemIconPalette_WaterStone - -@ Leaf Stone - .4byte gItemIcon_LeafStone - .4byte gItemIconPalette_LeafStone - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ Tiny Mushroom - .4byte gItemIcon_TinyMushroom - .4byte gItemIconPalette_Mushroom - -@ Big Mushroom - .4byte gItemIcon_BigMushroom - .4byte gItemIconPalette_Mushroom - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ Pearl - .4byte gItemIcon_Pearl - .4byte gItemIconPalette_Pearl - -@ Big Pearl - .4byte gItemIcon_BigPearl - .4byte gItemIconPalette_Pearl - -@ Stardust - .4byte gItemIcon_Stardust - .4byte gItemIconPalette_Star - -@ Star Piece - .4byte gItemIcon_StarPiece - .4byte gItemIconPalette_Star - -@ Nugget - .4byte gItemIcon_Nugget - .4byte gItemIconPalette_Nugget - -@ Heart Scale - .4byte gItemIcon_HeartScale - .4byte gItemIconPalette_HeartScale - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ Orange Mail - .4byte gItemIcon_OrangeMail - .4byte gItemIconPalette_OrangeMail - -@ Harbor Mail - .4byte gItemIcon_HarborMail - .4byte gItemIconPalette_HarborMail - -@ Glitter Mail - .4byte gItemIcon_GlitterMail - .4byte gItemIconPalette_GlitterMail - -@ Mech Mail - .4byte gItemIcon_MechMail - .4byte gItemIconPalette_MechMail - -@ Wood Mail - .4byte gItemIcon_WoodMail - .4byte gItemIconPalette_WoodMail - -@ Wave Mail - .4byte gItemIcon_WaveMail - .4byte gItemIconPalette_WaveMail - -@ Bead Mail - .4byte gItemIcon_BeadMail - .4byte gItemIconPalette_BeadMail - -@ Shadow Mail - .4byte gItemIcon_ShadowMail - .4byte gItemIconPalette_ShadowMail - -@ Tropic Mail - .4byte gItemIcon_TropicMail - .4byte gItemIconPalette_TropicMail - -@ Dream Mail - .4byte gItemIcon_DreamMail - .4byte gItemIconPalette_DreamMail - -@ Fab Mail - .4byte gItemIcon_FabMail - .4byte gItemIconPalette_FabMail - -@ Retro Mail - .4byte gItemIcon_RetroMail - .4byte gItemIconPalette_RetroMail - -@ Cheri Berry - .4byte gItemIcon_CheriBerry - .4byte gItemIconPalette_CheriBerry - -@ Chesto Berry - .4byte gItemIcon_ChestoBerry - .4byte gItemIconPalette_ChestoBerry - -@ Pecha Berry - .4byte gItemIcon_PechaBerry - .4byte gItemIconPalette_PechaBerry - -@ Rawst Berry - .4byte gItemIcon_RawstBerry - .4byte gItemIconPalette_RawstBerry - -@ Aspear Berry - .4byte gItemIcon_AspearBerry - .4byte gItemIconPalette_AspearBerry - -@ Leppa Berry - .4byte gItemIcon_LeppaBerry - .4byte gItemIconPalette_LeppaBerry - -@ Oran Berry - .4byte gItemIcon_OranBerry - .4byte gItemIconPalette_OranBerry - -@ Persim Berry - .4byte gItemIcon_PersimBerry - .4byte gItemIconPalette_PersimBerry - -@ Lum Berry - .4byte gItemIcon_LumBerry - .4byte gItemIconPalette_LumBerry - -@ Sitrus Berry - .4byte gItemIcon_SitrusBerry - .4byte gItemIconPalette_SitrusBerry - -@ Figy Berry - .4byte gItemIcon_FigyBerry - .4byte gItemIconPalette_FigyBerry - -@ Wiki Berry - .4byte gItemIcon_WikiBerry - .4byte gItemIconPalette_WikiBerry - -@ Mago Berry - .4byte gItemIcon_MagoBerry - .4byte gItemIconPalette_MagoBerry - -@ Aguav Berry - .4byte gItemIcon_AguavBerry - .4byte gItemIconPalette_AguavBerry - -@ Iapapa Berry - .4byte gItemIcon_IapapaBerry - .4byte gItemIconPalette_IapapaBerry - -@ Razz Berry - .4byte gItemIcon_RazzBerry - .4byte gItemIconPalette_RazzBerry - -@ Bluk Berry - .4byte gItemIcon_BlukBerry - .4byte gItemIconPalette_BlukBerry - -@ Nanab Berry - .4byte gItemIcon_NanabBerry - .4byte gItemIconPalette_NanabBerry - -@ Wepear Berry - .4byte gItemIcon_WepearBerry - .4byte gItemIconPalette_WepearBerry - -@ Pinap Berry - .4byte gItemIcon_PinapBerry - .4byte gItemIconPalette_PinapBerry - -@ Pomeg Berry - .4byte gItemIcon_PomegBerry - .4byte gItemIconPalette_PomegBerry - -@ Kelpsy Berry - .4byte gItemIcon_KelpsyBerry - .4byte gItemIconPalette_KelpsyBerry - -@ Qualot Berry - .4byte gItemIcon_QualotBerry - .4byte gItemIconPalette_QualotBerry - -@ Hondew Berry - .4byte gItemIcon_HondewBerry - .4byte gItemIconPalette_HondewBerry - -@ Grepa Berry - .4byte gItemIcon_GrepaBerry - .4byte gItemIconPalette_GrepaBerry - -@ Tamato Berry - .4byte gItemIcon_TamatoBerry - .4byte gItemIconPalette_TamatoBerry - -@ Cornn Berry - .4byte gItemIcon_CornnBerry - .4byte gItemIconPalette_CornnBerry - -@ Magost Berry - .4byte gItemIcon_MagostBerry - .4byte gItemIconPalette_MagostBerry - -@ Rabuta Berry - .4byte gItemIcon_RabutaBerry - .4byte gItemIconPalette_RabutaBerry - -@ Nomel Berry - .4byte gItemIcon_NomelBerry - .4byte gItemIconPalette_NomelBerry - -@ Spelon Berry - .4byte gItemIcon_SpelonBerry - .4byte gItemIconPalette_SpelonBerry - -@ Pamtre Berry - .4byte gItemIcon_PamtreBerry - .4byte gItemIconPalette_PamtreBerry - -@ Watmel Berry - .4byte gItemIcon_WatmelBerry - .4byte gItemIconPalette_WatmelBerry - -@ Durin Berry - .4byte gItemIcon_DurinBerry - .4byte gItemIconPalette_DurinBerry - -@ Belue Berry - .4byte gItemIcon_BelueBerry - .4byte gItemIconPalette_BelueBerry - -@ Liechi Berry - .4byte gItemIcon_LiechiBerry - .4byte gItemIconPalette_LiechiBerry - -@ Ganlon Berry - .4byte gItemIcon_GanlonBerry - .4byte gItemIconPalette_GanlonBerry - -@ Salac Berry - .4byte gItemIcon_SalacBerry - .4byte gItemIconPalette_SalacBerry - -@ Petaya Berry - .4byte gItemIcon_PetayaBerry - .4byte gItemIconPalette_PetayaBerry - -@ Apicot Berry - .4byte gItemIcon_ApicotBerry - .4byte gItemIconPalette_ApicotBerry - -@ Lansat Berry - .4byte gItemIcon_LansatBerry - .4byte gItemIconPalette_LansatBerry - -@ Starf Berry - .4byte gItemIcon_StarfBerry - .4byte gItemIconPalette_StarfBerry - -@ Enigma Berry - .4byte gItemIcon_EnigmaBerry - .4byte gItemIconPalette_EnigmaBerry - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ Bright Powder - .4byte gItemIcon_BrightPowder - .4byte gItemIconPalette_BrightPowder - -@ White Herb - .4byte gItemIcon_InBattleHerb - .4byte gItemIconPalette_WhiteHerb - -@ Macho Brace - .4byte gItemIcon_MachoBrace - .4byte gItemIconPalette_MachoBrace - -@ Exp. Share - .4byte gItemIcon_ExpShare - .4byte gItemIconPalette_ExpShare - -@ Quick Claw - .4byte gItemIcon_QuickClaw - .4byte gItemIconPalette_QuickClaw - -@ Soothe Bell - .4byte gItemIcon_SootheBell - .4byte gItemIconPalette_SootheBell - -@ Mental Herb - .4byte gItemIcon_InBattleHerb - .4byte gItemIconPalette_MentalHerb - -@ Choice Band - .4byte gItemIcon_ChoiceBand - .4byte gItemIconPalette_ChoiceBand - -@ King's Rock - .4byte gItemIcon_KingsRock - .4byte gItemIconPalette_KingsRock - -@ Silver Powder - .4byte gItemIcon_SilverPowder - .4byte gItemIconPalette_SilverPowder - -@ Amulet Coin - .4byte gItemIcon_AmuletCoin - .4byte gItemIconPalette_AmuletCoin - -@ Cleanse Tag - .4byte gItemIcon_CleanseTag - .4byte gItemIconPalette_CleanseTag - -@ Soul Dew - .4byte gItemIcon_SoulDew - .4byte gItemIconPalette_SoulDew - -@ Deep Sea Tooth - .4byte gItemIcon_DeepSeaTooth - .4byte gItemIconPalette_DeepSeaTooth - -@ Deep Sea Scale - .4byte gItemIcon_DeepSeaScale - .4byte gItemIconPalette_DeepSeaScale - -@ Smoke Ball - .4byte gItemIcon_SmokeBall - .4byte gItemIconPalette_SmokeBall - -@ Everstone - .4byte gItemIcon_Everstone - .4byte gItemIconPalette_Everstone - -@ Focus Band - .4byte gItemIcon_FocusBand - .4byte gItemIconPalette_FocusBand - -@ Lucky Egg - .4byte gItemIcon_LuckyEgg - .4byte gItemIconPalette_LuckyEgg - -@ Scope Lens - .4byte gItemIcon_ScopeLens - .4byte gItemIconPalette_ScopeLens - -@ Metal Coat - .4byte gItemIcon_MetalCoat - .4byte gItemIconPalette_MetalCoat - -@ Leftovers - .4byte gItemIcon_Leftovers - .4byte gItemIconPalette_Leftovers - -@ Dragon Scale - .4byte gItemIcon_DragonScale - .4byte gItemIconPalette_DragonScale - -@ Light Ball - .4byte gItemIcon_LightBall - .4byte gItemIconPalette_LightBall - -@ Soft Sand - .4byte gItemIcon_SoftSand - .4byte gItemIconPalette_SoftSand - -@ Hard Stone - .4byte gItemIcon_HardStone - .4byte gItemIconPalette_HardStone - -@ Miracle Seed - .4byte gItemIcon_MiracleSeed - .4byte gItemIconPalette_MiracleSeed - -@ Black Glasses - .4byte gItemIcon_BlackGlasses - .4byte gItemIconPalette_BlackTypeEnhancingItem - -@ Black Belt - .4byte gItemIcon_BlackBelt - .4byte gItemIconPalette_BlackTypeEnhancingItem - -@ Magnet - .4byte gItemIcon_Magnet - .4byte gItemIconPalette_Magnet - -@ Mystic Water - .4byte gItemIcon_MysticWater - .4byte gItemIconPalette_MysticWater - -@ Sharp Beak - .4byte gItemIcon_SharpBeak - .4byte gItemIconPalette_SharpBeak - -@ Poison Barb - .4byte gItemIcon_PoisonBarb - .4byte gItemIconPalette_PoisonBarb - -@ Never-Melt Ice - .4byte gItemIcon_NeverMeltIce - .4byte gItemIconPalette_NeverMeltIce - -@ Spell Tag - .4byte gItemIcon_SpellTag - .4byte gItemIconPalette_SpellTag - -@ Twisted Spoon - .4byte gItemIcon_TwistedSpoon - .4byte gItemIconPalette_TwistedSpoon - -@ Charcoal - .4byte gItemIcon_Charcoal - .4byte gItemIconPalette_Charcoal - -@ Dragon Fang - .4byte gItemIcon_DragonFang - .4byte gItemIconPalette_DragonFang - -@ Silk Scarf - .4byte gItemIcon_SilkScarf - .4byte gItemIconPalette_SilkScarf - -@ Up-Grade - .4byte gItemIcon_UpGrade - .4byte gItemIconPalette_UpGrade - -@ Shell Bell - .4byte gItemIcon_ShellBell - .4byte gItemIconPalette_Shell - -@ Sea Incense - .4byte gItemIcon_SeaIncense - .4byte gItemIconPalette_SeaIncense - -@ Lax Incense - .4byte gItemIcon_LaxIncense - .4byte gItemIconPalette_LaxIncense - -@ Lucky Punch - .4byte gItemIcon_LuckyPunch - .4byte gItemIconPalette_LuckyPunch - -@ Metal Powder - .4byte gItemIcon_MetalPowder - .4byte gItemIconPalette_MetalPowder - -@ Thick Club - .4byte gItemIcon_ThickClub - .4byte gItemIconPalette_ThickClub - -@ Stick - .4byte gItemIcon_Stick - .4byte gItemIconPalette_Stick - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ Red Scarf - .4byte gItemIcon_Scarf - .4byte gItemIconPalette_RedScarf - -@ Blue Scarf - .4byte gItemIcon_Scarf - .4byte gItemIconPalette_BlueScarf - -@ Pink Scarf - .4byte gItemIcon_Scarf - .4byte gItemIconPalette_PinkScarf - -@ Green Scarf - .4byte gItemIcon_Scarf - .4byte gItemIconPalette_GreenScarf - -@ Yellow Scarf - .4byte gItemIcon_Scarf - .4byte gItemIconPalette_YellowScarf - -@ Mach Bike - .4byte gItemIcon_MachBike - .4byte gItemIconPalette_MachBike - -@ Coin Case - .4byte gItemIcon_CoinCase - .4byte gItemIconPalette_CoinCase - -@ Itemfinder - .4byte gItemIcon_Itemfinder - .4byte gItemIconPalette_Itemfinder - -@ Old Rod - .4byte gItemIcon_OldRod - .4byte gItemIconPalette_OldRod - -@ Good Rod - .4byte gItemIcon_GoodRod - .4byte gItemIconPalette_GoodRod - -@ Super Rod - .4byte gItemIcon_SuperRod - .4byte gItemIconPalette_SuperRod - -@ S.S. Ticket - .4byte gItemIcon_SSTicket - .4byte gItemIconPalette_SSTicket - -@ Contest Pass - .4byte gItemIcon_ContestPass - .4byte gItemIconPalette_ContestPass - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ Wailmer Pail - .4byte gItemIcon_WailmerPail - .4byte gItemIconPalette_WailmerPail - -@ Devon Goods - .4byte gItemIcon_DevonGoods - .4byte gItemIconPalette_DevonGoods - -@ Soot Sack - .4byte gItemIcon_SootSack - .4byte gItemIconPalette_SootSack - -@ Basement Key - .4byte gItemIcon_BasementKey - .4byte gItemIconPalette_OldKey - -@ Acro Bike - .4byte gItemIcon_AcroBike - .4byte gItemIconPalette_AcroBike - -@ Pokéblock Case - .4byte gItemIcon_PokeblockCase - .4byte gItemIconPalette_PokeblockCase - -@ Letter - .4byte gItemIcon_Letter - .4byte gItemIconPalette_LavaCookieAndLetter - -@ Eon Ticket - .4byte gItemIcon_EonTicket - .4byte gItemIconPalette_EonTicket - -@ Red Orb - .4byte gItemIcon_Orb - .4byte gItemIconPalette_RedOrb - -@ Blue Orb - .4byte gItemIcon_Orb - .4byte gItemIconPalette_BlueOrb - -@ Scanner - .4byte gItemIcon_Scanner - .4byte gItemIconPalette_Scanner - -@ Go-Goggles - .4byte gItemIcon_GoGoggles - .4byte gItemIconPalette_GoGoggles - -@ Meteorite - .4byte gItemIcon_Meteorite - .4byte gItemIconPalette_Meteorite - -@ Rm. 1 Key - .4byte gItemIcon_Room1Key - .4byte gItemIconPalette_Key - -@ Rm. 2 Key - .4byte gItemIcon_Room2Key - .4byte gItemIconPalette_Key - -@ Rm. 4 Key - .4byte gItemIcon_Room4Key - .4byte gItemIconPalette_Key - -@ Rm. 6 Key - .4byte gItemIcon_Room6Key - .4byte gItemIconPalette_Key - -@ Storage Key - .4byte gItemIcon_StorageKey - .4byte gItemIconPalette_OldKey - -@ Root Fossil - .4byte gItemIcon_RootFossil - .4byte gItemIconPalette_HoennFossil - -@ Claw Fossil - .4byte gItemIcon_ClawFossil - .4byte gItemIconPalette_HoennFossil - -@ Devon Scope - .4byte gItemIcon_DevonScope - .4byte gItemIconPalette_DevonScope - -@ TM01 - .4byte gItemIcon_TM - .4byte gItemIconPalette_FightingTMHM - -@ TM02 - .4byte gItemIcon_TM - .4byte gItemIconPalette_DragonTMHM - -@ TM03 - .4byte gItemIcon_TM - .4byte gItemIconPalette_WaterTMHM - -@ TM04 - .4byte gItemIcon_TM - .4byte gItemIconPalette_PsychicTMHM - -@ TM05 - .4byte gItemIcon_TM - .4byte gItemIconPalette_NormalTMHM - -@ TM06 - .4byte gItemIcon_TM - .4byte gItemIconPalette_PoisonTMHM - -@ TM07 - .4byte gItemIcon_TM - .4byte gItemIconPalette_IceTMHM - -@ TM08 - .4byte gItemIcon_TM - .4byte gItemIconPalette_FightingTMHM - -@ TM09 - .4byte gItemIcon_TM - .4byte gItemIconPalette_GrassTMHM - -@ TM10 - .4byte gItemIcon_TM - .4byte gItemIconPalette_NormalTMHM - -@ TM11 - .4byte gItemIcon_TM - .4byte gItemIconPalette_FireTMHM - -@ TM12 - .4byte gItemIcon_TM - .4byte gItemIconPalette_DarkTMHM - -@ TM13 - .4byte gItemIcon_TM - .4byte gItemIconPalette_IceTMHM - -@ TM14 - .4byte gItemIcon_TM - .4byte gItemIconPalette_IceTMHM - -@ TM15 - .4byte gItemIcon_TM - .4byte gItemIconPalette_NormalTMHM - -@ TM16 - .4byte gItemIcon_TM - .4byte gItemIconPalette_PsychicTMHM - -@ TM17 - .4byte gItemIcon_TM - .4byte gItemIconPalette_NormalTMHM - -@ TM18 - .4byte gItemIcon_TM - .4byte gItemIconPalette_WaterTMHM - -@ TM19 - .4byte gItemIcon_TM - .4byte gItemIconPalette_GrassTMHM - -@ TM20 - .4byte gItemIcon_TM - .4byte gItemIconPalette_NormalTMHM - -@ TM21 - .4byte gItemIcon_TM - .4byte gItemIconPalette_NormalTMHM - -@ TM22 - .4byte gItemIcon_TM - .4byte gItemIconPalette_GrassTMHM - -@ TM23 - .4byte gItemIcon_TM - .4byte gItemIconPalette_SteelTMHM - -@ TM24 - .4byte gItemIcon_TM - .4byte gItemIconPalette_ElectricTMHM - -@ TM25 - .4byte gItemIcon_TM - .4byte gItemIconPalette_ElectricTMHM - -@ TM26 - .4byte gItemIcon_TM - .4byte gItemIconPalette_GroundTMHM - -@ TM27 - .4byte gItemIcon_TM - .4byte gItemIconPalette_NormalTMHM - -@ TM28 - .4byte gItemIcon_TM - .4byte gItemIconPalette_GroundTMHM - -@ TM29 - .4byte gItemIcon_TM - .4byte gItemIconPalette_PsychicTMHM - -@ TM30 - .4byte gItemIcon_TM - .4byte gItemIconPalette_GhostTMHM - -@ TM31 - .4byte gItemIcon_TM - .4byte gItemIconPalette_FightingTMHM - -@ TM32 - .4byte gItemIcon_TM - .4byte gItemIconPalette_NormalTMHM - -@ TM33 - .4byte gItemIcon_TM - .4byte gItemIconPalette_PsychicTMHM - -@ TM34 - .4byte gItemIcon_TM - .4byte gItemIconPalette_ElectricTMHM - -@ TM35 - .4byte gItemIcon_TM - .4byte gItemIconPalette_FireTMHM - -@ TM36 - .4byte gItemIcon_TM - .4byte gItemIconPalette_PoisonTMHM - -@ TM37 - .4byte gItemIcon_TM - .4byte gItemIconPalette_RockTMHM - -@ TM38 - .4byte gItemIcon_TM - .4byte gItemIconPalette_FireTMHM - -@ TM39 - .4byte gItemIcon_TM - .4byte gItemIconPalette_RockTMHM - -@ TM40 - .4byte gItemIcon_TM - .4byte gItemIconPalette_FlyingTMHM - -@ TM41 - .4byte gItemIcon_TM - .4byte gItemIconPalette_DarkTMHM - -@ TM42 - .4byte gItemIcon_TM - .4byte gItemIconPalette_NormalTMHM - -@ TM43 - .4byte gItemIcon_TM - .4byte gItemIconPalette_NormalTMHM - -@ TM44 - .4byte gItemIcon_TM - .4byte gItemIconPalette_PsychicTMHM - -@ TM45 - .4byte gItemIcon_TM - .4byte gItemIconPalette_NormalTMHM - -@ TM46 - .4byte gItemIcon_TM - .4byte gItemIconPalette_DarkTMHM - -@ TM47 - .4byte gItemIcon_TM - .4byte gItemIconPalette_SteelTMHM - -@ TM48 - .4byte gItemIcon_TM - .4byte gItemIconPalette_PsychicTMHM - -@ TM49 - .4byte gItemIcon_TM - .4byte gItemIconPalette_DarkTMHM - -@ TM50 - .4byte gItemIcon_TM - .4byte gItemIconPalette_FireTMHM - -@ HM01 - .4byte gItemIcon_HM - .4byte gItemIconPalette_NormalTMHM - -@ HM02 - .4byte gItemIcon_HM - .4byte gItemIconPalette_FlyingTMHM - -@ HM03 - .4byte gItemIcon_HM - .4byte gItemIconPalette_WaterTMHM - -@ HM04 - .4byte gItemIcon_HM - .4byte gItemIconPalette_NormalTMHM - -@ HM05 - .4byte gItemIcon_HM - .4byte gItemIconPalette_NormalTMHM - -@ HM06 - .4byte gItemIcon_HM - .4byte gItemIconPalette_FightingTMHM - -@ HM07 - .4byte gItemIcon_HM - .4byte gItemIconPalette_WaterTMHM - -@ HM08 - .4byte gItemIcon_HM - .4byte gItemIconPalette_WaterTMHM - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ ???????? - .4byte gItemIcon_QuestionMark - .4byte gItemIconPalette_QuestionMark - -@ Oak's Parcel - .4byte gItemIcon_OaksParcel - .4byte gItemIconPalette_OaksParcel - -@ Poké Flute - .4byte gItemIcon_PokeFlute - .4byte gItemIconPalette_PokeFlute - -@ Secret Key - .4byte gItemIcon_SecretKey - .4byte gItemIconPalette_SecretKey - -@ Bike Voucher - .4byte gItemIcon_BikeVoucher - .4byte gItemIconPalette_BikeVoucher - -@ Gold Teeth - .4byte gItemIcon_GoldTeeth - .4byte gItemIconPalette_GoldTeeth - -@ Old Amber - .4byte gItemIcon_OldAmber - .4byte gItemIconPalette_OldAmber - -@ Card Key - .4byte gItemIcon_CardKey - .4byte gItemIconPalette_CardKey - -@ Lift Key - .4byte gItemIcon_LiftKey - .4byte gItemIconPalette_Key - -@ Helix Fossil - .4byte gItemIcon_HelixFossil - .4byte gItemIconPalette_KantoFossil - -@ Dome Fossil - .4byte gItemIcon_DomeFossil - .4byte gItemIconPalette_KantoFossil - -@ Silph Scope - .4byte gItemIcon_SilphScope - .4byte gItemIconPalette_SilphScope - -@ Bicycle - .4byte gItemIcon_Bicycle - .4byte gItemIconPalette_Bicycle - -@ Town Map - .4byte gItemIcon_TownMap - .4byte gItemIconPalette_TownMap - -@ Vs. Seeker - .4byte gItemIcon_VSSeeker - .4byte gItemIconPalette_VSSeeker - -@ Fame Checker - .4byte gItemIcon_FameChecker - .4byte gItemIconPalette_FameChecker - -@ TM Case - .4byte gItemIcon_TMCase - .4byte gItemIconPalette_TMCase - -@ Berry Pouch - .4byte gItemIcon_BerryPouch - .4byte gItemIconPalette_BerryPouch - -@ Teachy TV - .4byte gItemIcon_TeachyTV - .4byte gItemIconPalette_TeachyTV - -@ Tri-Pass - .4byte gItemIcon_TriPass - .4byte gItemIconPalette_TriPass - -@ Rainbow Pass - .4byte gItemIcon_RainbowPass - .4byte gItemIconPalette_RainbowPass - -@ Tea - .4byte gItemIcon_Tea - .4byte gItemIconPalette_Tea - -@ Mystic Ticket - .4byte gItemIcon_MysticTicket - .4byte gItemIconPalette_MysticTicket - -@ Aurora Ticket - .4byte gItemIcon_AuroraTicket - .4byte gItemIconPalette_AuroraTicket - -@ Powder Jar - .4byte gItemIcon_PowderJar - .4byte gItemIconPalette_PowderJar - -@ Ruby - .4byte gItemIcon_Gem - .4byte gItemIconPalette_Ruby - -@ Sapphire - .4byte gItemIcon_Gem - .4byte gItemIconPalette_Sapphire - -@ Magma Emblem - .4byte gItemIcon_MagmaEmblem - .4byte gItemIconPalette_MagmaEmblem - -@ Old Sea Map - .4byte gItemIcon_OldSeaMap - .4byte gItemIconPalette_OldSeaMap - -@ Return to field arrow - .4byte gItemIcon_ReturnToFieldArrow - .4byte gItemIconPalette_ReturnToFieldArrow diff --git a/data/item_icon.s b/data/item_icon.s deleted file mode 100644 index 6fd94d0a0..000000000 --- a/data/item_icon.s +++ /dev/null @@ -1,8 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - -@ 8614410 - .include "data/graphics/items/item_icon_table.inc" - -- cgit v1.2.3 From 61cc1d55743715a64e793187f63d0f1f7a80b0e0 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 7 May 2018 18:11:20 -0400 Subject: Rename symbols using Ruby as a reference --- .../scripts/maps/MauvilleCity_PokemonCenter_1F.inc | 2 +- data/scripts/mauville_man.inc | 34 +++++++++++----------- data/specials.inc | 32 ++++++++++---------- 3 files changed, 34 insertions(+), 34 deletions(-) (limited to 'data') diff --git a/data/scripts/maps/MauvilleCity_PokemonCenter_1F.inc b/data/scripts/maps/MauvilleCity_PokemonCenter_1F.inc index 9b8561873..03b7928aa 100644 --- a/data/scripts/maps/MauvilleCity_PokemonCenter_1F.inc +++ b/data/scripts/maps/MauvilleCity_PokemonCenter_1F.inc @@ -10,7 +10,7 @@ MauvilleCity_PokemonCenter_1F_MapScript1_210E66: @ 8210E66 end MauvilleCity_PokemonCenter_1F_EventScript_210E74:: @ 8210E74 - special sub_8120B5C + special ScrSpecial_SetMauvilleOldManMapObjGfx end MauvilleCity_PokemonCenter_1F_EventScript_210E78:: @ 8210E78 diff --git a/data/scripts/mauville_man.inc b/data/scripts/mauville_man.inc index 2e00ee702..e59d0e1e0 100644 --- a/data/scripts/mauville_man.inc +++ b/data/scripts/mauville_man.inc @@ -1,5 +1,5 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E066:: @ 828E066 - special sub_81201DC + special ScrSpecial_GetCurrentMauvilleMan switch VAR_RESULT case 0, MauvilleCity_PokemonCenter_1F_EventScript_28E0A6 case 1, MauvilleCity_PokemonCenter_1F_EventScript_28E167 @@ -20,9 +20,9 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E0A6:: @ 828E0A6 MauvilleCity_PokemonCenter_1F_EventScript_28E0C7:: @ 828E0C7 setvar VAR_0x8004, 0 - special sub_8120340 + special ScrSpecial_PlayBardSong delay 60 - special sub_81201F4 + special ScrSpecial_HasBardSongBeenChanged compare VAR_RESULT, 0 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E0F4 msgbox MauvilleCity_PokemonCenter_1F_Text_2903E6, 4 @@ -51,12 +51,12 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E113:: @ 828E113 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E15D msgbox MauvilleCity_PokemonCenter_1F_Text_2904C1, 4 setvar VAR_0x8004, 1 - special sub_8120340 + special ScrSpecial_PlayBardSong delay 60 msgbox MauvilleCity_PokemonCenter_1F_Text_2904EB, 5 compare VAR_RESULT, 0 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E113 - special sub_8120210 + special ScrSpecial_SaveBardSongLyrics msgbox MauvilleCity_PokemonCenter_1F_Text_290514, 4 release end @@ -71,7 +71,7 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E167:: @ 828E167 faceplayer setflag FLAG_SYS_HIPSTER_MEET msgbox MauvilleCity_PokemonCenter_1F_Text_29054C, 4 - special sub_8120358 + special ScrSpecial_GetHipsterSpokenFlag compare VAR_RESULT, 0 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E18C msgbox MauvilleCity_PokemonCenter_1F_Text_290598, 4 @@ -79,7 +79,7 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E167:: @ 828E167 end MauvilleCity_PokemonCenter_1F_EventScript_28E18C:: @ 828E18C - special sub_812038C + special ScrSpecial_HipsterTeachWord compare VAR_RESULT, 1 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E1A4 msgbox MauvilleCity_PokemonCenter_1F_Text_290602, 4 @@ -88,7 +88,7 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E18C:: @ 828E18C MauvilleCity_PokemonCenter_1F_EventScript_28E1A4:: @ 828E1A4 msgbox MauvilleCity_PokemonCenter_1F_Text_290666, 4 - special sub_8120374 + special ScrSpecial_SetHipsterSpokenFlag release end @@ -813,20 +813,20 @@ MauvilleCity_PokemonCenter_1F_EventScript_29014A:: @ 829014A msgbox MauvilleCity_PokemonCenter_1F_Text_28E5F6, 5 compare VAR_RESULT, 0 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_290219 - specialvar VAR_RESULT, sub_81213B0 + specialvar VAR_RESULT, ScrSpecial_StorytellerGetFreeStorySlot compare VAR_RESULT, 0 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_2901DA message MauvilleCity_PokemonCenter_1F_Text_28E673 waitmessage - special sub_8121388 + special ScrSpecial_StorytellerStoryListMenu waitstate compare VAR_RESULT, 0 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_2901B7 setvar VAR_0x8008, 1 - special sub_812139C + special ScrSpecial_StorytellerDisplayStory waitmessage waitbuttonpress - specialvar VAR_RESULT, sub_81213D8 + specialvar VAR_RESULT, ScrSpecial_StorytellerUpdateStat compare VAR_RESULT, 0 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_2901BD goto MauvilleCity_PokemonCenter_1F_EventScript_29020F @@ -837,7 +837,7 @@ MauvilleCity_PokemonCenter_1F_EventScript_2901B7:: @ 82901B7 MauvilleCity_PokemonCenter_1F_EventScript_2901BD:: @ 82901BD msgbox MauvilleCity_PokemonCenter_1F_Text_28E78A, 4 - specialvar VAR_RESULT, sub_8121424 + specialvar VAR_RESULT, ScrSpecial_HasStorytellerAlreadyRecorded compare VAR_RESULT, 1 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_29022D goto MauvilleCity_PokemonCenter_1F_EventScript_2901E2 @@ -849,7 +849,7 @@ MauvilleCity_PokemonCenter_1F_EventScript_2901E2:: @ 82901E2 msgbox MauvilleCity_PokemonCenter_1F_Text_28E7EE, 5 compare VAR_RESULT, 0 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_290219 - specialvar VAR_RESULT, sub_8121450 + specialvar VAR_RESULT, ScrSpecial_StorytellerInitializeRandomStat compare VAR_RESULT, 1 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_29020F msgbox MauvilleCity_PokemonCenter_1F_Text_28E881, 4 @@ -903,7 +903,7 @@ MauvilleCity_PokemonCenter_1F_EventScript_2902F6:: @ 82902F6 end MauvilleCity_PokemonCenter_1F_EventScript_290317:: @ 8290317 - special sub_81203C4 + special ScrSpecial_GiddyShouldTellAnotherTale compare VAR_RESULT, 1 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_290359 compare VAR_RESULT, 0 @@ -911,7 +911,7 @@ MauvilleCity_PokemonCenter_1F_EventScript_290317:: @ 8290317 end MauvilleCity_PokemonCenter_1F_EventScript_290331:: @ 8290331 - special sub_81203C4 + special ScrSpecial_GiddyShouldTellAnotherTale compare VAR_RESULT, 1 goto_eq MauvilleCity_PokemonCenter_1F_EventScript_29034B compare VAR_RESULT, 0 @@ -924,7 +924,7 @@ MauvilleCity_PokemonCenter_1F_EventScript_29034B:: @ 829034B end MauvilleCity_PokemonCenter_1F_EventScript_290359:: @ 8290359 - special sub_81203FC + special ScrSpecial_GenerateGiddyLine special ShowFieldMessageStringVar4 waitmessage yesnobox 20, 8 diff --git a/data/specials.inc b/data/specials.inc index 2290c9d21..089d32d91 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -108,22 +108,22 @@ gSpecials:: @ 81DBA64 def_special sub_80FAFF8 def_special easy_chat_input_maybe def_special sub_811EECC - def_special sub_81201DC - def_special sub_81201F4 - def_special sub_8120210 - def_special sub_8120358 - def_special sub_8120374 - def_special sub_812038C - def_special sub_8120340 - def_special sub_8120B5C - def_special sub_81203FC - def_special sub_81203C4 - def_special sub_81213B0 - def_special sub_812139C - def_special sub_8121388 - def_special sub_81213D8 - def_special sub_8121450 - def_special sub_8121424 + def_special ScrSpecial_GetCurrentMauvilleMan + def_special ScrSpecial_HasBardSongBeenChanged + def_special ScrSpecial_SaveBardSongLyrics + def_special ScrSpecial_GetHipsterSpokenFlag + def_special ScrSpecial_SetHipsterSpokenFlag + def_special ScrSpecial_HipsterTeachWord + def_special ScrSpecial_PlayBardSong + def_special ScrSpecial_SetMauvilleOldManMapObjGfx + def_special ScrSpecial_GenerateGiddyLine + def_special ScrSpecial_GiddyShouldTellAnotherTale + def_special ScrSpecial_StorytellerGetFreeStorySlot + def_special ScrSpecial_StorytellerDisplayStory + def_special ScrSpecial_StorytellerStoryListMenu + def_special ScrSpecial_StorytellerUpdateStat + def_special ScrSpecial_StorytellerInitializeRandomStat + def_special ScrSpecial_HasStorytellerAlreadyRecorded def_special sub_8133EC0 def_special sub_8133CD8 def_special sub_8133CF4 -- cgit v1.2.3 From d66c1c642c60191887fc4dda6d33bb5b8e9ff69c Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Wed, 9 May 2018 05:07:56 -0500 Subject: Port/decompile fieldmap.c --- data/fieldmap.s | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 data/fieldmap.s (limited to 'data') diff --git a/data/fieldmap.s b/data/fieldmap.s deleted file mode 100644 index 1daa3efdf..000000000 --- a/data/fieldmap.s +++ /dev/null @@ -1,8 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - .align 2, 0 - -gUnknown_08486EF8:: @ 8486EF8 - .4byte 0x00000000 -- cgit v1.2.3