mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Remove unused constant
Fix typo
This commit is contained in:
parent
7748b20c27
commit
c85587d973
@ -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
|
||||
|
@ -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):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user