mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-07 08:05:23 +13:00
Port pokecrystal's formatting of text commands and special characters
This commit is contained in:
parent
2718c36065
commit
139a28ff99
397 changed files with 7398 additions and 7026 deletions
|
|
@ -28,8 +28,8 @@ ChoosePlayerName:
|
|||
jp PrintText
|
||||
|
||||
YourNameIsText:
|
||||
TX_FAR _YourNameIsText
|
||||
db "@"
|
||||
text_far _YourNameIsText
|
||||
text_end
|
||||
|
||||
ChooseRivalName:
|
||||
call OakSpeechSlidePicRight
|
||||
|
|
@ -61,8 +61,8 @@ ChooseRivalName:
|
|||
jp PrintText
|
||||
|
||||
HisNameIsText:
|
||||
TX_FAR _HisNameIsText
|
||||
db "@"
|
||||
text_far _HisNameIsText
|
||||
text_end
|
||||
|
||||
OakSpeechSlidePicLeft:
|
||||
push de
|
||||
|
|
@ -215,5 +215,5 @@ GetDefaultName:
|
|||
|
||||
INCLUDE "data/player_names_list.asm"
|
||||
|
||||
TextTerminator_6b20:
|
||||
db "@"
|
||||
LinkMenuEmptyText:
|
||||
text_end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue