Remove unused constant

Fix typo
This commit is contained in:
Remy Oukaour 2017-12-12 21:29:53 -05:00
parent 7748b20c27
commit c85587d973
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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):