summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/personality_test.s86
1 files changed, 0 insertions, 86 deletions
diff --git a/data/personality_test.s b/data/personality_test.s
index c7dc79e..713751a 100644
--- a/data/personality_test.s
+++ b/data/personality_test.s
@@ -2005,89 +2005,3 @@ gPersonalityQuestionPointerTable: @ 80F2624 (pointers to each question text)
.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