mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08: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
|
; leftovers from red
|
||||||
SAFARI_BALL EQU $08 ; MOON_STONE
|
SAFARI_BALL EQU $08 ; MOON_STONE
|
||||||
MOON_STONE_RED EQU $0A ; BURN_HEAL
|
MOON_STONE_RED EQU $0A ; BURN_HEAL
|
||||||
FULL_HEAL_RED EQU $34 ; X_SPEED
|
|
||||||
|
|
||||||
; mail
|
; mail
|
||||||
MAIL_MSG_LENGTH EQU $20
|
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.
|
`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):
|
This is a bug with `ItemAttributes` in [items/item_attributes.asm](items/item_attributes.asm):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user