diff --git a/home/text.asm b/home/text.asm index 028aec9e0..e0dc5ae9d 100644 --- a/home/text.asm +++ b/home/text.asm @@ -270,16 +270,17 @@ endm dict "", PlaceGenderedPlayerName cp "゚" - jr z, .place + jr z, .place ; should be .diacritic cp "゙" - jr z, .place + jr z, .place ; should be .diacritic + jr .not_diacritic - jr .nope +.diacritic ld b, a call Diacritic jp NextChar -.nope +.not_diacritic cp $60 ; Regular characters jr nc, .place