diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2021-12-14 22:52:59 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2021-12-14 22:54:04 -0500 |
commit | b458476078a75905b2cd081455ce18b51d571c79 (patch) | |
tree | 4d26781c96a0a08b888c248c593fc579454f0e81 /data/scripts | |
parent | cd9a8c5a384124999e15626d9623b48f2687deba (diff) |
Swapped out more text macros
Diffstat (limited to 'data/scripts')
-rw-r--r-- | data/scripts/personality_test.inc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/data/scripts/personality_test.inc b/data/scripts/personality_test.inc index ca7c88e..e6de4a1 100644 --- a/data/scripts/personality_test.inc +++ b/data/scripts/personality_test.inc @@ -35,30 +35,30 @@ endFuncAndScript InterviewBegin_826E108: - .string "#+OK...#W\n" - .string "#+Let the interview begin!\0" + .string "{CENTER_ALIGN}OK...{WAIT_PRESS}\n" + .string "{CENTER_ALIGN}Let the interview begin!\0" .align 2,0 AreYouReady_826E130: - .string "#+Are you ready?\0" + .string "{CENTER_ALIGN}Are you ready?\0" .align 2,0 AnswerSincerely_826E144: - .string "#+I want you to answer them sincerely.\0" + .string "{CENTER_ALIGN}I want you to answer them sincerely.\0" .align 2,0 SeveralQuestions_826E16C: - .string "#+But before I can let you through{COMMA}\n" - .string "#+I have several questions for you.\0" + .string "{CENTER_ALIGN}But before I can let you through{COMMA}\n" + .string "{CENTER_ALIGN}I have several questions for you.\0" .align 2,0 WorldOfPokemon_826E1B8: - .string "#+This is the portal that leads\n" - .string "#+to the world of Pokémon!\0" + .string "{CENTER_ALIGN}This is the portal that leads\n" + .string "{CENTER_ALIGN}to the world of Pokémon!\0" .align 2,0 Welcome_826E1F4: - .string "#+Welcome!\0" + .string "{CENTER_ALIGN}Welcome!\0" .align 2,0 .byte 0x90, 0x01, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00 |