diff options
Diffstat (limited to 'items/item_effects.asm')
-rw-r--r-- | items/item_effects.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index 2d176911f..b3f852d02 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -720,6 +720,9 @@ Function_0xecdd: ; ecdd inc hl inc hl +; It appears that Moon Stone's constant from Pokémon Red is used. +; No Pokémon evolve with Burn Heal, so +; Moon Balls always have a catch rate of 1x. push bc ld a, BANK(EvosAttacks) call GetFarByte |