shithub: pokecrystal

Download patch

ref: ac15415949b741258fbb67a7ad5eb7020e8e745c
parent: 79849a7e40faf2b44a5d56c555fe83a9f8a9d0d9
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sat Feb 3 17:57:57 EST 2018

Sync _

--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -697,16 +697,16 @@
 This is a bug with `ItemAttributes` in [data/items/attributes.asm](/data/items/attributes.asm):
 
 ```asm
-; DRAGON FANG
+; DRAGON_FANG
 	item_attribute 100, 0, 0, CANT_SELECT, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE
 
 ...
 
-; DRAGON SCALE
+; DRAGON_SCALE
 	item_attribute 2100, HELD_DRAGON_BOOST, 10, CANT_SELECT, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE
 ```
 
-**Fix:** Move `HELD_DRAGON_BOOST` to the `DRAGON FANG` attributes and `0` to `DRAGON SCALE`.
+**Fix:** Move `HELD_DRAGON_BOOST` to the `DRAGON_FANG` attributes and `0` to `DRAGON_SCALE`.
 
 
 ## Daisy's grooming doesn't always increase happiness