diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-03-15 06:36:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-15 06:36:19 -0700 |
commit | d51855dfadf9e1357ef8e33e90b5156f8561405c (patch) | |
tree | 760263ab04123e792d3f6bdacc65e2f33375e9f0 | |
parent | a4988e4a997ae17ff686b8c8b9d62cd9df3c18aa (diff) | |
parent | 5d60aa677f5a3af8ce132673447a9dd535c7ef93 (diff) |
Merge pull request #578 from huderlem/deleteItems
Remove items that don't exist in pokeruby
-rw-r--r-- | include/constants/items.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/include/constants/items.h b/include/constants/items.h index 6f54e6ee4..a52c72599 100644 --- a/include/constants/items.h +++ b/include/constants/items.h @@ -363,38 +363,6 @@ #define ITEM_15B 347 #define ITEM_15C 348 -// FireRed/LeafGreen -#define ITEM_OAKS_PARCEL 349 -#define ITEM_POKE_FLUTE 350 -#define ITEM_SECRET_KEY 351 -#define ITEM_BIKE_VOUCHER 352 -#define ITEM_GOLD_TEETH 353 -#define ITEM_OLD_AMBER 354 -#define ITEM_CARD_KEY 355 -#define ITEM_LIFT_KEY 356 -#define ITEM_HELIX_FOSSIL 357 -#define ITEM_DOME_FOSSIL 358 -#define ITEM_SILPH_SCOPE 359 -#define ITEM_BICYCLE 360 -#define ITEM_TOWN_MAP 361 -#define ITEM_VS_SEEKER 362 -#define ITEM_FAME_CHECKER 363 -#define ITEM_TM_CASE 364 -#define ITEM_BERRY_POUCH 365 -#define ITEM_TEACHY_TV 366 -#define ITEM_TRI_PASS 367 -#define ITEM_RAINBOW_PASS 368 -#define ITEM_TEA 369 -#define ITEM_MYSTIC_TICKET 370 -#define ITEM_AURORA_TICKET 371 -#define ITEM_POWDER_JAR 372 -#define ITEM_RUBY 373 -#define ITEM_SAPPHIRE 374 - -// Emerald -#define ITEM_MAGMA_EMBLEM 375 -#define ITEM_OLD_SEA_MAP 376 - #define NUM_TECHNICAL_MACHINES 50 #define NUM_HIDDEN_MACHINES 8 |