We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae09bb1 commit af8eebfCopy full SHA for af8eebf
data/phone/text/elm.asm
@@ -346,7 +346,8 @@ ElmPhoneEvoText_Party:
346
para "while you have a"
347
line ""
348
text_ram wStringBuffer4
349
- cont "in your party too."
+ text " in"
350
+ cont "your party too."
351
prompt
352
353
ElmPhoneEvoText_Egg:
engine/pokemon/evolve.asm
@@ -863,7 +863,7 @@ GetEvolutionData:
863
ld a, [hli] ; parameter 1 low (species)
864
ld e, a
865
ld a, [hl] ; parameter 1 high (ext species/form)
866
- ld hl, wNamedObjectIndex
+ ld hl, wNamedObjectIndex+1
867
ld [hld], a
868
ld [hl], e
869
call GetPokemonName
0 commit comments