diff options
Diffstat (limited to 'data/scripts/personality_test.inc')
-rw-r--r-- | data/scripts/personality_test.inc | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/data/scripts/personality_test.inc b/data/scripts/personality_test.inc new file mode 100644 index 0000000..0cc922b --- /dev/null +++ b/data/scripts/personality_test.inc @@ -0,0 +1,89 @@ + @ Personality Test + PersonalityTestMainThread: + .byte 0xf6, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .4byte PersonalityTestScriptsFile_Text + changeTileset 0xDF + pushR14 + msgEnd 0x163 + + PersonalityTestScriptsFile_Text: + .string "../data/ground/ground_data_s01_station.c\0" + .align 2,0 + + .byte 0x94, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 + .4byte PersonalityTestMainThread + + PersonalityTest1MainThread: + .byte 0xf6, 0x00, 0x13, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .4byte PersonalityTestScriptsFile_Text + pushR14 + changeTileset 0xDF + floatingText Welcome_826E1F4 + floatingText WorldOfPokemon_826E1B8 + floatingText SeveralQuestions_826E16C + floatingText AnswerSincerely_826E144 + floatingText AreYouReady_826E130 + floatingText InterviewBegin_826E108 + closeTextBox + StartSceneRunCall 0 + playMusic MUS_WELCOME_TO_WORLD_POKEMON + .byte 0x22, 0x01, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x3c, 0x28, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + fadeMusicOut 0x1E + fadeOut 1 0x1E 0 + endFuncAndScript + + InterviewBegin_826E108: + .string "#+OK...#W\n" + .string "#+Let the interview begin!\0" + .align 2,0 + + AreYouReady_826E130: + .string "#+Are you ready?\0" + .align 2,0 + + AnswerSincerely_826E144: + .string "#+I want you to answer them sincerely.\0" + .align 2,0 + + SeveralQuestions_826E16C: + .string "#+But before I can let you through~2c\n" + .string "#+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" + .align 2,0 + + Welcome_826E1F4: + .string "#+Welcome!\0" + .align 2,0 + + .byte 0x90, 0x01, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xf8, 0xdf, 0x26, 0x08 + .byte 0x00, 0x00, 0x01, 0x01, 0x1e, 0x13, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0xec, 0xdf, 0x26, 0x08 + .byte 0x00, 0xe2, 0x26, 0x08 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x18, 0xe2, 0x26, 0x08 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x0c, 0xe2, 0x26, 0x08 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x1c, 0xe2, 0x26, 0x08 + + PersonalityTestScenes: @ 826E270 + .byte 0x01, 0x00, 0x00, 0x00 + .byte 0x20, 0xe2, 0x26, 0x08 + .byte 0x01, 0x00, 0x00, 0x00 + .byte 0x48, 0xe2, 0x26, 0x08 + + PersonalityTestWaypoints: @ 826E280 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + + .byte 0x02, 0x00, 0x00, 0x00 + .4byte PersonalityTestScenes + .4byte PersonalityTestWaypoints |