You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Sync _
This commit is contained in:
@@ -697,16 +697,16 @@ FastBallMultiplier:
|
|||||||
This is a bug with `ItemAttributes` in [data/items/attributes.asm](/data/items/attributes.asm):
|
This is a bug with `ItemAttributes` in [data/items/attributes.asm](/data/items/attributes.asm):
|
||||||
|
|
||||||
```asm
|
```asm
|
||||||
; DRAGON FANG
|
; DRAGON_FANG
|
||||||
item_attribute 100, 0, 0, CANT_SELECT, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE
|
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
|
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
|
## Daisy's grooming doesn't always increase happiness
|
||||||
|
Reference in New Issue
Block a user