diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-12-21 15:05:05 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-21 15:05:05 -0600 |
commit | 7a1956f51d3bbba5f49f97526b79efafa85792bb (patch) | |
tree | 42fea349311c47f61dd3d6c0823210368f7feef8 /data | |
parent | 4fd4208364fcaf71ef0ff35d0c49ce3d9149e98b (diff) | |
parent | 3a1307e9078214a7757f37f35b807ea54c77bfad (diff) |
Merge pull request #87 from SethBarberee/personality_test_data_2
Personality test data 2
Diffstat (limited to 'data')
-rw-r--r-- | data/personality_test.s | 145 |
1 files changed, 0 insertions, 145 deletions
diff --git a/data/personality_test.s b/data/personality_test.s index c7dc79e..cb4765f 100644 --- a/data/personality_test.s +++ b/data/personality_test.s @@ -1946,148 +1946,3 @@ .string "Somebody calls you {QUOTE_START}weird but funny.{QUOTE_END}\n" .string "How does that make you feel?\0" .align 2,0 - - .global gPersonalityQuestionPointerTable -gPersonalityQuestionPointerTable: @ 80F2624 (pointers to each question text) - .4byte HardyQuest1 - .4byte HardyQuest2 - .4byte HardyQuest3 - .4byte HardyQuest4 - .4byte DocileQuest1 - .4byte DocileQuest2 - .4byte DocileQuest3 - .4byte DocileQuest4 - .4byte BraveQuest1 - .4byte BraveQuest2A - .4byte BraveQuest3 - .4byte BraveQuest4 - .4byte JollyQuest1 - .4byte JollyQuest2 - .4byte JollyQuest3 - .4byte JollyQuest4 - .4byte ImpishQuest1 - .4byte ImpishQuest2 - .4byte ImpishQuest3 - .4byte ImpishQuest4 - .4byte NaiveQuest1 - .4byte NaiveQuest2 - .4byte NaiveQuest3 - .4byte NaiveQuest4 - .4byte TimidQuest1 - .4byte TimidQuest2 - .4byte TimidQuest3 - .4byte TimidQuest4 - .4byte HastyQuest1 - .4byte HastyQuest2 - .4byte HastyQuest3 - .4byte HastyQuest4 - .4byte SassyQuest1 - .4byte SassyQuest2 - .4byte SassyQuest3 - .4byte SassyQuest4 - .4byte CalmQuest1 - .4byte CalmQuest2 - .4byte CalmQuest3 - .4byte CalmQuest4 - .4byte RelaxedQuest1 - .4byte RelaxedQuest2 - .4byte RelaxedQuest3 - .4byte RelaxedQuest4 - .4byte LonelyQuest1 - .4byte LonelyQuest2 - .4byte LonelyQuest3 - .4byte LonelyQuest4 - .4byte QuirkyQuest1 - .4byte QuirkyQuest2 - .4byte QuirkyQuest3 - .4byte QuirkyQuest4 - .4byte MiscQuest1 - .4byte MiscQuest2 - .4byte MiscQuest3 - .4byte BraveQuest2B - - .global gNatureQuestionTable -gNatureQuestionTable: @ 80F2704 (Categories) - .byte 0x00, 0x00, 0x00, 0x00 @ (Hardy) - .byte 0x01, 0x01, 0x01, 0x01 @ (Docile) - .byte 0x02, 0x02, 0x02, 0x02 @ (Brave) - .byte 0x03, 0x03, 0x03, 0x03 @ (Jolly) - .byte 0x04, 0x04, 0x04, 0x04 @ (Impish) - .byte 0x05, 0x05, 0x05, 0x05 @ (Naive) - .byte 0x06, 0x06, 0x06, 0x06 @ (Timid) - .byte 0x07, 0x07, 0x07, 0x07 @ (Hasty) - .byte 0x08, 0x08, 0x08, 0x08 @ (Sassy) - .byte 0x09, 0x09, 0x09, 0x09 @ (Calm) - .byte 0x0A, 0x0A, 0x0A, 0x0A @ (Relaxed) - .byte 0x0B, 0x0B, 0x0B, 0x0B @ (Lonely) - .byte 0x0C, 0x0C, 0x0C, 0x0C @ (Quirky) - .byte 0x0D, 0x0D, 0x0D @ (Miscellaneous) - .byte 0x02 @ (Question 2b for Brave Category) - - .global gGenderText -gGenderText: @ 80F273C - .string "Are you a boy or a girl?\0" - .align 2,0 - .4byte gGenderText - - .global gGenderMenu -gGenderMenu: @ 80F275C - .4byte BoyText @ Pointer to boy text - .byte 0x00, 0x00, 0x00, 0x00 - .4byte GirlText @ Pointer to girl text - .byte 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00 @ end of table - .4byte -1 - - .global GirlText - GirlText: - .string "Girl.\0" - .align 2,0 - - .global BoyText - BoyText: - .string "Boy.\0" - - .byte 0x01 - .byte 0x02 - .byte 0x03 - .byte 0x04 - .byte 0x05 - .byte 0x06 - .byte 0x07 - .byte 0x08 - .byte 0x09 - .byte 0x0A - .byte 0x0B - .byte 0x0C - .byte 0x0D - - .global gStarters -gStarters: @ 80F278E (2D Array / [Male][Female]) - .byte 0x04, 0x00 @ Charmander (Hardy M) - .byte 0x19, 0x00 @ Pikachu (Hardy F) - .byte 0x01, 0x00 @ Bulbasaur (Docile M) - .byte 0x98, 0x00 @ Chikorita (Docile F) - .byte 0x42, 0x00 @ Machop (Brave M) - .byte 0x04, 0x00 @ Charmander (Brave F) - .byte 0x07, 0x00 @ Squirtle (Jolly M) - .byte 0x9E, 0x00 @ Totodile (Jolly F) - .byte 0x19, 0x00 @ Pikachu (Impish M) - .byte 0x68, 0x00 @ Cubone (Impish F) - .byte 0x9E, 0x00 @ Totodile (Naive M) - .byte 0x85, 0x00 @ Eevee (Naive F) - .byte 0x9B, 0x00 @ Cyndaquil (Timid M) - .byte 0x1B, 0x01 @ Mudkip (Timid F) - .byte 0x18, 0x01 @ Torchic (Hasty M) - .byte 0x45, 0x01 @ Skitty (Hasty F) - .byte 0x15, 0x01 @ Treecko (Sassy M) - .byte 0x18, 0x01 @ Torchic (Sassy F) - .byte 0x1B, 0x01 @ Mudkip (Calm M) - .byte 0x01, 0x00 @ Bulbasaur (Calm F) - .byte 0x36, 0x00 @ Psyduck (Relaxed M) - .byte 0x07, 0x00 @ Squirtle (Relaxed F) - .byte 0x68, 0x00 @ Cubone (Lonely M) - .byte 0x36, 0x00 @ Psyduck (Lonely F) - .byte 0x34, 0x00 @ Meowth (Quirky M) - .byte 0x15, 0x01 @ Treecko (Quirky F) - .byte 0x00, 0x00 @ End of table |