mirror of
https://github.com/pret/pokeruby.git
synced 2026-08-09 19:07:50 -05:00
36 lines
1.1 KiB
ArmAsm
36 lines
1.1 KiB
ArmAsm
.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.$"
|