mirror of https://github.com/pret/pokecrystal.git
moon ball uses red's moon stone id
This commit is contained in:
parent
fa1e93a870
commit
79917a7557
|
@ -720,6 +720,9 @@ Function_0xecdd: ; ecdd
|
||||||
inc hl
|
inc hl
|
||||||
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
|
push bc
|
||||||
ld a, BANK(EvosAttacks)
|
ld a, BANK(EvosAttacks)
|
||||||
call GetFarByte
|
call GetFarByte
|
||||||
|
|
Loading…
Reference in New Issue