shithub: pokecrystal

Download patch

ref: c85587d973df6565f2863493acb9f9af88518662
parent: 7748b20c271d1802afce53ad6dc87d5d0e1c14b8
author: Remy Oukaour <remy.oukaour@gmail.com>
date: Tue Dec 12 16:29:53 EST 2017

Remove unused constant
Fix typo

--- a/constants/item_constants.asm
+++ b/constants/item_constants.asm
@@ -272,7 +272,6 @@
 ; 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
--- a/docs/bugs.md
+++ b/docs/bugs.md
@@ -307,7 +307,7 @@
 `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):