From c85587d973df6565f2863493acb9f9af88518662 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Tue, 12 Dec 2017 21:29:53 -0500 Subject: [PATCH] Remove unused constant Fix typo --- constants/item_constants.asm | 1 - docs/bugs.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/constants/item_constants.asm b/constants/item_constants.asm index d9cd99a34..0f666b28e 100644 --- a/constants/item_constants.asm +++ b/constants/item_constants.asm @@ -272,7 +272,6 @@ ITEM_FROM_MEM EQU $FF ; leftovers from red SAFARI_BALL EQU $08 ; MOON_STONE MOON_STONE_RED EQU $0A ; BURN_HEAL -FULL_HEAL_RED EQU $34 ; X_SPEED ; mail MAIL_MSG_LENGTH EQU $20 diff --git a/docs/bugs.md b/docs/bugs.md index 06626d7db..cf92bbba2 100644 --- a/docs/bugs.md +++ b/docs/bugs.md @@ -307,7 +307,7 @@ This is a bug with `PokeBall` in [items/item_effects.asm](items/item_effects.asm `sBoxMon1Happiness` is written *before* the Friend Ball Pokémon is deposited. -## Dragon Scale. not Dragon Fang, boosts Dragon-type moves +## Dragon Scale, not Dragon Fang, boosts Dragon-type moves This is a bug with `ItemAttributes` in [items/item_attributes.asm](items/item_attributes.asm):