diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-09-24 01:12:49 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-09-24 01:12:49 -0500 |
commit | e41b0b6a35a6aaca01e47597d9a04012df9d2362 (patch) | |
tree | 284c1683db29660c1141415fef86414f84423c33 /data | |
parent | cd050a5e7d66e28485a5b4e57ecdfb3d8c5f1e3c (diff) |
finally found the personality test stuff. now I can work on some of that now
Diffstat (limited to 'data')
-rw-r--r-- | data/personality_test.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/personality_test.inc b/data/personality_test.inc index 9077082..58bb86e 100644 --- a/data/personality_test.inc +++ b/data/personality_test.inc @@ -79,8 +79,8 @@ gNatureQuestionTable: @ 80F2704 (Categories??) .byte 0x0D, 0x0D, 0x0D @ (Miscellaneous) .byte 0x02 @ (Question 2b for Brave Category) - .global gUnknown_80F273C -gUnknown_80F273C: @ 80F273C + .global gGenderText +gGenderText: @ 80F273C .asciz "Are you a boy or a girl?" .align 2,0 .byte 0x3C, 0x27, 0x0F, 0x08 @ pointer to above text @@ -141,8 +141,8 @@ gStarters: @ 80F278E .byte 0x15, 0x01 @ Treecko (Quirky F) .byte 0x00, 0x00 @ End of table - .global gUnknown_80F27C4 -gUnknown_80F27C4: @ 80F27C4 + .global gStarterReveal +gStarterReveal: @ 80F27C4 .string "\n" .string "#+The Pokémon $m0!" .byte 0 |