diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-29 17:05:56 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-29 17:05:56 -0400 |
commit | 316337b031d35d89db0f2ad939972588cae291bd (patch) | |
tree | 1b18b2cd3eae186f96e9a3b018da776486a68fbe /data/strings.s | |
parent | ce5c3fdd776a47d5d6c3790249c53afaff844553 (diff) |
trade partway through sub_8050968
Diffstat (limited to 'data/strings.s')
-rw-r--r-- | data/strings.s | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/data/strings.s b/data/strings.s index 5305352b7..bd5c308a5 100644 --- a/data/strings.s +++ b/data/strings.s @@ -1052,24 +1052,29 @@ gUnknown_84170BC:: @ 84170BC gUnknown_84170E0:: @ 84170E0 .string "An EGG can't be traded now.$" + .align 2 gUnknown_84170FC:: @ 0x84170FC .string "The other TRAINER's POKéMON\n" .string "can't be traded now.$" -gUnknown_841712D:: @ 0x841712D - .string " The other TRAINER can't accept\n" + .align 2 +gUnknown_8417130:: @ 0x8417130 + .string "The other TRAINER can't accept\n" .string "that POKéMON now.$" -gUnknown_8417161:: @ 0x8417161 - .string " You can't trade with that\n" + .align 2 +gUnknown_8417164:: @ 0x8417164 + .string "You can't trade with that\n" .string "TRAINER now.$" -gUnknown_841718B:: @ 0x841718B - .string " That isn't the type of POKéMON\n" + .align 2 +gUnknown_841718C:: @ 0x841718C + .string "That isn't the type of POKéMON\n" .string "that the other TRAINER wants.$" -gUnknown_84171C9:: @ 0x84171C9 - .string " That isn't an EGG.$" + .align 2 +gUnknown_84171CC:: @ 0x84171CC + .string "That isn't an EGG.$" gUnknown_84171DF:: @ 0x84171DF .string "Choose a POKéMON.$" |