diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-12-19 16:38:51 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-19 16:38:51 -0600 |
commit | 8e1c66d8bd01807285b05d8333f36cd2d70e062c (patch) | |
tree | bb1bf94d56b770eca66780948ff9e05401967ed1 /data/scripts | |
parent | 087405b9d975b447ef7b17afd1e73e449cc7881b (diff) | |
parent | 0369264407563b64d60c885f8bf79322b6f663c8 (diff) |
Merge pull request #85 from AnonymousRandomPerson/master
More AI decomp
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 |