mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Comment naming screen
also use more joypad constants
This commit is contained in:
parent
ef9e59101e
commit
b1cb378893
12 changed files with 158 additions and 150 deletions
|
|
@ -643,7 +643,7 @@ ItemUseEvoStone: ; da5b (3:5a5b)
|
|||
ld a,b
|
||||
ld [wcf91],a
|
||||
ld a,$01
|
||||
ld [wccd4],a
|
||||
ld [wForceEvolution],a
|
||||
ld a,(SFX_02_3e - SFX_Headers_02) / 3
|
||||
call PlaySoundWaitForCurrent
|
||||
call WaitForSoundToFinish
|
||||
|
|
@ -1275,7 +1275,7 @@ ItemUseMedicine: ; dabb (3:5abb)
|
|||
ld [wcc49],a
|
||||
predef LearnMoveFromLevelUp ; learn level up move, if any
|
||||
xor a
|
||||
ld [wccd4],a
|
||||
ld [wForceEvolution],a
|
||||
callab TryEvolvingMon ; evolve pokemon, if appropriate
|
||||
ld a,$01
|
||||
ld [wUpdateSpritesEnabled],a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue