mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
wcf4b -> wStringBuffer
This commit is contained in:
parent
236426138b
commit
7ee8a6509e
51 changed files with 112 additions and 114 deletions
|
|
@ -114,7 +114,7 @@ Evolution_PartyMonLoop: ; loop over party mons
|
|||
ld a, [wWhichPokemon]
|
||||
ld hl, wPartyMonNicks
|
||||
call GetPartyMonName
|
||||
call CopyStringToCF4B
|
||||
call CopyToStringBuffer
|
||||
ld hl, IsEvolvingText
|
||||
call PrintText
|
||||
ld c, 50
|
||||
|
|
@ -268,7 +268,7 @@ RenameEvolvedMon:
|
|||
pop af
|
||||
ld [wd0b5], a
|
||||
ld hl, wcd6d
|
||||
ld de, wcf4b
|
||||
ld de, wStringBuffer
|
||||
.compareNamesLoop
|
||||
ld a, [de]
|
||||
inc de
|
||||
|
|
@ -368,7 +368,7 @@ LearnMoveFromLevelUp:
|
|||
ld [wMoveNum], a
|
||||
ld [wd11e], a
|
||||
call GetMoveName
|
||||
call CopyStringToCF4B
|
||||
call CopyToStringBuffer
|
||||
predef LearnMove
|
||||
.done
|
||||
ld a, [wcf91]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue