blob: 26e6a9e06fb20f0c0aad71633328cf6434e70289 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
.include "asm/macros.inc"
.include "constants/constants.inc"
.section .rodata
gOtherText_BerryObtainedDadHasIt:: @ 842F798
.string "Obtained a {STR_VAR_2} BERRY!\nDad has it at PETALBURG GYM.$"
gOtherText_BerryTransformed:: @ 842F7CA
.string "The {STR_VAR_1} BERRY transformed into\none {STR_VAR_2} BERRY.$"
gOtherText_BerryAlreadyObtained:: @ 842F7F6
.string "The {STR_VAR_1} BERRY has already been\nobtained.$"
gOtherText_SpecialRibbonReceived:: @ 842F81E
.string "A special RIBBON was awarded to your\nparty POKéMON.$"
gOtherText_DexUpgraded:: @ 842F852
.string "The POKéDEX has been upgraded with\nthe NATIONAL MODE.$"
gOtherText_RareWordAdded:: @ 842F888
.string "A rare word has been added.$"
gOtherText_PokeWasSentOver:: @ 842F8A4
.string "{STR_VAR_1} was sent over!$"
gOtherText_PartyIsFull:: @ 842F8B6
.string "Your party is full.\n{STR_VAR_1} could not be sent over.$"
gOtherText_NewTrainerInHoenn:: @ 842F8E5
.string "A new TRAINER has arrived in HOENN.$"
.string "A new adversary has arrived in the\nBATTLE TOWER.$"
gOtherText_DataCannotUseVersion:: @ 842F93A
.string "This data cannot be used in\nthis version.$"
|