diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-09-10 19:03:15 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-09-10 19:03:15 -0500 |
commit | 705f61a7a6d83f19129973bdee655d1303ad8618 (patch) | |
tree | eb294b379adb9d2e6f74cb5481da9c0a7ccf9aa5 /data | |
parent | 8d788ca34705ef8ac46c3062e145df1ef7f03651 (diff) |
doc some script commands in personality test
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 a06e51a..9e63b96 100644 --- a/data/personality_test.inc +++ b/data/personality_test.inc @@ -17,7 +17,7 @@ gUnknown_80F273C: @ 80F273C .byte 0 .byte 0 .byte 0 - .byte 0x3C, 0x27, 0x0F, 0x08 + .byte 0x3C, 0x27, 0x0F, 0x08 @ Script to display small box? .global gUnknown_80F275C gUnknown_80F275C: @ 80F275C @@ -58,16 +58,16 @@ gUnknown_80F27C4: @ 80F27C4 .string "\n" .string "#+The Pokémon $m0!" .byte 0 - .byte 0xC4, 0x27, 0x0F, 0x08 + .byte 0xC4, 0x27, 0x0F, 0x08 @ Script command to display pokepic of buffer .global gUnknown_80F27DC gUnknown_80F27DC: @ 80F27DC .string "#+This is the final step.#W\n" - .string "#+Who would you like to have as a partner?#P" + .string "#+Who would you like to have as a partner?#P" @ #P -> scroll down .string "#+Choose the Pokémon you want\n" .string "#+as your partner from this group." .byte 0, 0, 0, 0 - .byte 0xDC, 0x27, 0x0F, 0x08 + .byte 0xDC, 0x27, 0x0F, 0x08 @ Script command to display pokepic of hovered? .global gUnknown_80F286C gUnknown_80F286C: @ 80F286C |