mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +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
|
|
@ -19,5 +19,5 @@ DoClearSaveDialogue:
|
|||
jp Init
|
||||
|
||||
ClearSaveDataText:
|
||||
TX_FAR _ClearSaveDataText
|
||||
db "@"
|
||||
text_far _ClearSaveDataText
|
||||
text_end
|
||||
|
|
|
|||
|
|
@ -153,22 +153,22 @@ OakSpeech:
|
|||
call GBFadeOutToWhite
|
||||
jp ClearScreen
|
||||
OakSpeechText1:
|
||||
TX_FAR _OakSpeechText1
|
||||
db "@"
|
||||
text_far _OakSpeechText1
|
||||
text_end
|
||||
OakSpeechText2:
|
||||
TX_FAR _OakSpeechText2A
|
||||
TX_CRY_NIDORINA
|
||||
TX_FAR _OakSpeechText2B
|
||||
db "@"
|
||||
text_far _OakSpeechText2A
|
||||
sound_cry_nidorina
|
||||
text_far _OakSpeechText2B
|
||||
text_end
|
||||
IntroducePlayerText:
|
||||
TX_FAR _IntroducePlayerText
|
||||
db "@"
|
||||
text_far _IntroducePlayerText
|
||||
text_end
|
||||
IntroduceRivalText:
|
||||
TX_FAR _IntroduceRivalText
|
||||
db "@"
|
||||
text_far _IntroduceRivalText
|
||||
text_end
|
||||
OakSpeechText3:
|
||||
TX_FAR _OakSpeechText3
|
||||
db "@"
|
||||
text_far _OakSpeechText3
|
||||
text_end
|
||||
|
||||
FadeInIntroPic:
|
||||
ld hl, IntroFadePalettes
|
||||
|
|
|
|||
|
|
@ -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