pokecrystal-board/text/common_3.asm

1823 lines
27 KiB
NASM
Raw Normal View History

2013-07-28 00:39:05 -07:00
UnknownText_0x1c0000: ; 1c0000
2014-03-05 21:45:28 -08:00
text "Oh, no picture?"
line "Come again, OK?"
done
2013-07-28 00:39:05 -07:00
; 1c0021
UnknownText_0x1c0021: ; 1c0021
2014-03-05 21:45:28 -08:00
text "An EGG? My talent"
line "is worth more…"
done
2013-07-28 00:39:05 -07:00
; 1c0043
UnknownText_0x1c0043: ; 1c0043
2014-03-05 21:45:28 -08:00
text "Hello, hello! I'm"
line "the NAME RATER."
para "I rate the names"
line "of #MON."
para "Would you like me"
line "to rate names?"
done
2013-07-28 00:39:05 -07:00
; 1c00a0
UnknownText_0x1c00a0: ; 1c00a0
2014-03-05 21:45:28 -08:00
text "Which #MON's"
line "nickname should I"
cont "rate for you?"
prompt
2013-07-28 00:39:05 -07:00
; 1c00cd
UnknownText_0x1c00cd: ; 1c00cd
2014-03-05 21:45:28 -08:00
text "Hm… @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "…"
line "That's a fairly"
cont "decent name."
para "But, how about a"
line "slightly better"
cont "nickname?"
para "Want me to give it"
line "a better name?"
done
2013-07-28 00:39:05 -07:00
; 1c0142
UnknownText_0x1c0142: ; 1c0142
2014-03-05 21:45:28 -08:00
text "All right. What"
line "name should we"
cont "give it, then?"
prompt
2013-07-28 00:39:05 -07:00
; 1c0171
UnknownText_0x1c0171: ; 1c0171
2014-03-05 21:45:28 -08:00
text "That's a better"
line "name than before!"
para "Well done!"
done
2013-07-28 00:39:05 -07:00
; 1c019e
UnknownText_0x1c019e: ; 1c019e
2014-03-05 21:45:28 -08:00
text "OK, then. Come"
line "again sometime."
done
2013-07-28 00:39:05 -07:00
; 1c01be
UnknownText_0x1c01be: ; 1c01be
2014-03-05 21:45:28 -08:00
text "Hm… @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "?"
line "What a great name!"
cont "It's perfect."
para "Treat @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
text ""
2014-03-05 21:45:28 -08:00
line "with loving care."
done
2013-07-28 00:39:05 -07:00
; 1c0208
UnknownText_0x1c0208: ; 1c0208
2014-03-05 21:45:28 -08:00
text "Whoa… That's just"
line "an EGG."
done
2013-07-28 00:39:05 -07:00
; 1c0222
UnknownText_0x1c0222: ; 1c0222
2014-03-05 21:45:28 -08:00
text "It might look the"
line "same as before,"
para "but this new name"
line "is much better!"
para "Well done!"
done
2013-07-28 00:39:05 -07:00
; 1c0272
UnknownText_0x1c0272: ; 1c0272
2014-03-05 21:45:28 -08:00
text "All right. This"
line "#MON is now"
cont "named @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-07-28 00:39:05 -07:00
; 1c029c
2015-09-09 16:27:07 -07:00
Text_Gained: ; 1c029c
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text " gained@"
2013-02-16 23:19:49 -08:00
db "@"
2013-07-28 00:39:05 -07:00
; 1c02a9
2013-02-16 23:19:49 -08:00
2015-09-09 16:27:07 -07:00
Text_ABoostedStringBuffer2ExpPoints: ; 1c02a9
2015-02-10 14:16:51 -08:00
text ""
2014-03-05 21:45:28 -08:00
line "a boosted"
cont "@"
2015-10-30 07:34:35 -07:00
deciram StringBuffer2, 2, 4
2014-03-05 21:45:28 -08:00
text " EXP. Points!"
prompt
2013-07-28 00:39:05 -07:00
; 1c02c9
2013-02-16 23:19:49 -08:00
2015-09-09 16:27:07 -07:00
Text_StringBuffer2ExpPoints: ; 1c02c9
2015-02-10 14:16:51 -08:00
text ""
2014-03-05 21:45:28 -08:00
line "@"
2015-10-30 07:34:35 -07:00
deciram StringBuffer2, 2, 4
2014-03-05 21:45:28 -08:00
text " EXP. Points!"
prompt
2013-07-28 00:39:05 -07:00
; 1c02df
2013-02-16 23:19:49 -08:00
Text_GoPkmn: ; 1c02df
2014-03-05 21:45:28 -08:00
text "Go! @"
2013-02-16 23:19:49 -08:00
db "@"
2013-07-28 00:39:05 -07:00
; 1c02e6
2013-02-16 23:19:49 -08:00
Text_DoItPkmn: ; 1c02e6
2014-03-05 21:45:28 -08:00
text "Do it! @"
2013-02-16 23:19:49 -08:00
db "@"
2013-07-28 00:39:05 -07:00
; 1c02f0
Text_GoForItPkmn: ; 1c02f0
2014-03-05 21:45:28 -08:00
text "Go for it,"
line "@"
2013-07-28 00:39:05 -07:00
db "@"
; 1c02fe
Text_YourFoesWeakGetmPkmn: ; 1c02fe
2014-03-05 21:45:28 -08:00
text "Your foe's weak!"
line "Get'm, @"
2013-07-28 00:39:05 -07:00
db "@"
; 1c0317
Text_BattleMonNick01: ; 1c0317
2015-02-10 14:16:51 -08:00
text_from_ram BattleMonNick
2014-03-05 21:45:28 -08:00
text "!"
done
2013-07-28 00:39:05 -07:00
; 1c031d
2015-09-09 16:27:07 -07:00
Text_BattleMonNickComma: ; 1c031d
2015-02-10 14:16:51 -08:00
text_from_ram BattleMonNick
2014-03-05 21:45:28 -08:00
text ",@"
2013-07-28 00:39:05 -07:00
db "@"
; 1c0324
2015-09-09 16:27:07 -07:00
Text_ThatsEnoughComeBack: ; 1c0324
2014-03-05 21:45:28 -08:00
text " that's"
line "enough! Come back!@"
2013-07-28 00:39:05 -07:00
db "@"
; 1c0340
2015-09-09 16:27:07 -07:00
Text_OKComeBack: ; 1c0340
2014-03-05 21:45:28 -08:00
text " OK!"
line "Come back!@"
2013-07-28 00:39:05 -07:00
db "@"
; 1c0352
2015-09-09 16:27:07 -07:00
Text_GoodComeBack: ; 1c0352
2014-03-05 21:45:28 -08:00
text " good!"
line "Come back!@"
2013-07-28 00:39:05 -07:00
db "@"
; 1c0366
2015-09-09 16:27:07 -07:00
Text_ComeBack: ; 1c0366
2014-03-05 21:45:28 -08:00
text " come"
line "back!"
done
2013-07-28 00:39:05 -07:00
; 1c0373
UnknownText_0x1c0373: ; 1c0373
2014-03-05 21:45:28 -08:00
text "Booted up a TM."
prompt
2013-07-28 00:39:05 -07:00
; 1c0384
UnknownText_0x1c0384: ; 1c0384
2014-03-05 21:45:28 -08:00
text "Booted up an HM."
prompt
2013-07-28 00:39:05 -07:00
; 1c0396
UnknownText_0x1c0396: ; 1c0396
2014-03-05 21:45:28 -08:00
text "It contained"
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text "."
para "Teach @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
text ""
2014-03-05 21:45:28 -08:00
line "to a #MON?"
done
2013-07-28 00:39:05 -07:00
; 1c03c2
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c03c2: ; 1c03c2
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text " is"
line "not compatible"
cont "with @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "."
para "It can't learn"
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-07-28 00:39:05 -07:00
; 1c03fa
UnknownText_0x1c03fa: ; 1c03fa
2014-03-05 21:45:28 -08:00
text "You have no room"
line "for any more"
cont "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "S."
prompt
2013-07-28 00:39:05 -07:00
; 1c0421
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0421: ; 1c0421
2014-03-05 21:45:28 -08:00
text "You received"
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "!"
prompt
2013-07-28 00:39:05 -07:00
; 1c0436
UnknownText_0x1c0436: ; 1c0436
2014-03-05 21:45:28 -08:00
text "The link has been"
line "cancelled."
prompt
2013-07-28 00:39:05 -07:00
; 1c0454
UnknownText_0x1c0454: ; 1c0454
2014-03-05 21:45:28 -08:00
text "Communication"
line "error."
prompt
2013-07-28 00:39:05 -07:00
; 1c046a
UnknownText_0x1c046a: ; 1c046a
2014-03-05 21:45:28 -08:00
text "Must retrieve GIFT"
line "at #MON CENTER."
prompt
2013-07-28 00:39:05 -07:00
; 1c048e
UnknownText_0x1c048e: ; 1c048e
2014-03-05 21:45:28 -08:00
text "Your friend isn't"
line "ready."
prompt
2013-07-28 00:39:05 -07:00
; 1c04a7
UnknownText_0x1c04a7: ; 1c04a7
2014-03-05 21:45:28 -08:00
text "Sorry--only five"
line "GIFTS a day."
prompt
2013-07-28 00:39:05 -07:00
; 1c04c6
UnknownText_0x1c04c6: ; 1c04c6
2014-03-05 21:45:28 -08:00
text "Sorry. One GIFT"
line "a day per person."
prompt
2013-07-28 00:39:05 -07:00
; 1c04e9
UnknownText_0x1c04e9: ; 1c04e9
2015-11-22 21:21:21 -08:00
text_from_ram wMysteryGiftPartnerName
2014-03-05 21:45:28 -08:00
text " sent"
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-07-28 00:39:05 -07:00
; 1c04fa
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c04fa: ; 1c04fa
2015-11-22 21:21:21 -08:00
text_from_ram wMysteryGiftPartnerName
2014-03-05 21:45:28 -08:00
text " sent"
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
text ""
cont "to @"
2015-12-14 17:06:41 -08:00
text_from_ram wMysteryGiftPlayerName
2014-03-05 21:45:28 -08:00
text "'s home."
prompt
2013-07-28 00:39:05 -07:00
; 1c051a
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c051a: ; 1c051a
2014-03-05 21:45:28 -08:00
text "Received"
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram wc850
2014-03-05 21:45:28 -08:00
text "'s CARD."
prompt
2013-07-28 00:39:05 -07:00
; 1c0531
UnknownText_0x1c0531: ; 1c0531
2015-02-10 14:16:51 -08:00
text_from_ram wc850
2014-03-05 21:45:28 -08:00
text "'s CARD was"
line "listed as no.@"
2015-10-30 07:34:35 -07:00
deciram wd265, 1, 2
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-07-28 00:39:05 -07:00
; 1c0555
UnknownText_0x1c0555: ; 1c0555
2014-03-05 21:45:28 -08:00
text "The CARD was not"
line "registered."
prompt
2013-07-28 00:39:05 -07:00
; 1c0573
UnknownText_0x1c0573: ; 1c0573
2014-03-05 21:45:28 -08:00
text "The link has been"
line "cancelled."
prompt
2013-07-28 00:39:05 -07:00
; 1c0591
UnknownText_0x1c0591: ; 1c0591
2014-03-05 21:45:28 -08:00
text "Communication"
line "error."
prompt
2013-07-28 00:39:05 -07:00
; 1c05a7
_BadgeRequiredText: ; 1c05a7
2014-03-05 21:45:28 -08:00
text "Sorry! A new BADGE"
line "is required."
prompt
2013-07-28 00:39:05 -07:00
; 1c05c8
UnknownText_0x1c05c8: ; 1c05c8
2014-03-05 21:45:28 -08:00
text "Can't use that"
line "here."
prompt
2013-07-28 00:39:05 -07:00
; 1c05dd
UnknownText_0x1c05dd: ; 1c05dd
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text " used"
line "CUT!"
prompt
2013-07-28 00:39:05 -07:00
; 1c05ec
UnknownText_0x1c05ec: ; 1c05ec
2014-03-05 21:45:28 -08:00
text "There's nothing to"
line "CUT here."
prompt
2013-07-28 00:39:05 -07:00
; 1c0609
UnknownText_0x1c0609: ; 1c0609
2014-03-05 21:45:28 -08:00
text "A blinding FLASH"
line "lights the area!@"
2015-11-25 07:16:29 -08:00
text_waitsfx
2013-07-28 00:39:05 -07:00
db "@"
; 1c062e
UnknownText_0x1c062e: ; 1c062e
db "@"
; 1c062f
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
_UsedSurfText: ; 1c062f
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text " used"
line "SURF!"
done
2013-07-28 00:39:05 -07:00
; 1c063f
_CantSurfText: ; 1c063f
2014-03-05 21:45:28 -08:00
text "You can't SURF"
line "here."
prompt
2013-07-28 00:39:05 -07:00
; 1c0654
_AlreadySurfingText: ; 1c0654
2014-03-05 21:45:28 -08:00
text "You're already"
line "SURFING."
prompt
2013-07-28 00:39:05 -07:00
; 1c066c
_AskSurfText: ; 1c066c
2014-03-05 21:45:28 -08:00
text "The water is calm."
line "Want to SURF?"
done
2013-07-28 00:39:05 -07:00
; 1c068e
UnknownText_0x1c068e: ; 1c068e
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text " used"
line "WATERFALL!"
done
2013-07-28 00:39:05 -07:00
; 1c06a3
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c06a3: ; 1c06a3
2014-03-05 21:45:28 -08:00
text "Wow, it's a huge"
line "waterfall."
done
2013-07-28 00:39:05 -07:00
; 1c06bf
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c06bf: ; 1c06bf
2014-03-05 21:45:28 -08:00
text "Do you want to use"
line "WATERFALL?"
done
2013-07-28 00:39:05 -07:00
; 1c06de
UnknownText_0x1c06de: ; 1c06de
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text " used"
line "DIG!"
done
2013-07-28 00:39:05 -07:00
; 1c06ed
UnknownText_0x1c06ed: ; 1c06ed
text "<PLAYER> used an"
2014-03-05 21:45:28 -08:00
line "ESCAPE ROPE."
done
2013-07-28 00:39:05 -07:00
; 1c0705
UnknownText_0x1c0705: ; 1c0705
2014-03-05 21:45:28 -08:00
text "Can't use that"
line "here."
done
2013-07-28 00:39:05 -07:00
; 1c071a
UnknownText_0x1c071a: ; 1c071a
2014-03-05 21:45:28 -08:00
text "Return to the last"
line "#MON CENTER."
done
2013-07-28 00:39:05 -07:00
; 1c073b
UnknownText_0x1c073b: ; 1c073b
2014-03-05 21:45:28 -08:00
text "Can't use that"
line "here."
para ""
done
2013-07-28 00:39:05 -07:00
; 1c0751
UnknownText_0x1c0751: ; 1c0751
2014-03-05 21:45:28 -08:00
text "A #MON is using"
line "STRENGTH already."
prompt
2013-07-28 00:39:05 -07:00
; 1c0774
UnknownText_0x1c0774: ; 1c0774
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text " used"
line "STRENGTH!"
done
2013-07-28 00:39:05 -07:00
; 1c0788
UnknownText_0x1c0788: ; 1c0788
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text " can"
line "move boulders."
prompt
2013-07-28 00:39:05 -07:00
; 1c07a0
UnknownText_0x1c07a0: ; 1c07a0
2014-03-05 21:45:28 -08:00
text "A #MON may be"
line "able to move this."
para "Want to use"
line "STRENGTH?"
done
2013-07-28 00:39:05 -07:00
; 1c07d8
UnknownText_0x1c07d8: ; 1c07d8
2014-03-05 21:45:28 -08:00
text "Boulders may now"
line "be moved!"
done
2013-07-28 00:39:05 -07:00
; 1c07f4
UnknownText_0x1c07f4: ; 1c07f4
2014-03-05 21:45:28 -08:00
text "A #MON may be"
line "able to move this."
done
2013-07-28 00:39:05 -07:00
; 1c0816
UnknownText_0x1c0816: ; 1c0816
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text " used"
line "WHIRLPOOL!"
prompt
2013-07-28 00:39:05 -07:00
; 1c082b
UnknownText_0x1c082b: ; 1c082b
2014-03-05 21:45:28 -08:00
text "It's a vicious"
line "whirlpool!"
para "A #MON may be"
line "able to pass it."
done
2013-07-28 00:39:05 -07:00
; 1c0864
UnknownText_0x1c0864: ; 1c0864
2014-03-05 21:45:28 -08:00
text "A whirlpool is in"
line "the way."
para "Want to use"
line "WHIRLPOOL?"
done
2013-07-28 00:39:05 -07:00
; 1c0897
UnknownText_0x1c0897: ; 1c0897
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text " did a"
line "HEADBUTT!"
prompt
2013-07-28 00:39:05 -07:00
; 1c08ac
UnknownText_0x1c08ac: ; 1c08ac
2014-03-05 21:45:28 -08:00
text "Nope. Nothing…"
done
2013-07-28 00:39:05 -07:00
; 1c08bc
UnknownText_0x1c08bc: ; 1c08bc
2014-03-05 21:45:28 -08:00
text "A #MON could be"
line "in this tree."
para "Want to HEADBUTT"
line "it?"
done
2013-07-28 00:39:05 -07:00
; 1c08f0
UnknownText_0x1c08f0: ; 1c08f0
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text " used"
line "ROCK SMASH!"
prompt
2013-07-28 00:39:05 -07:00
; 1c0906
UnknownText_0x1c0906: ; 1c0906
2014-03-05 21:45:28 -08:00
text "Maybe a #MON"
line "can break this."
done
2013-07-28 00:39:05 -07:00
; 1c0924
UnknownText_0x1c0924: ; 1c0924
2014-03-05 21:45:28 -08:00
text "This rock looks"
line "breakable."
para "Want to use ROCK"
line "SMASH?"
done
2013-07-28 00:39:05 -07:00
; 1c0958
UnknownText_0x1c0958: ; 1c0958
2014-03-05 21:45:28 -08:00
text "Oh!"
line "A bite!"
prompt
2013-07-28 00:39:05 -07:00
; 1c0965
UnknownText_0x1c0965: ; 1c0965
2014-03-05 21:45:28 -08:00
text "Not even a nibble!"
prompt
2013-07-28 00:39:05 -07:00
; 1c0979
UnknownText_0x1c0979: ; 1c0979
2014-03-05 21:45:28 -08:00
text "Looks like there's"
line "nothing here."
prompt
2013-07-28 00:39:05 -07:00
; 1c099a
UnknownText_0x1c099a: ; 1c099a
2014-03-05 21:45:28 -08:00
text "You can't get off"
line "here!"
done
2013-07-28 00:39:05 -07:00
; 1c09b2
UnknownText_0x1c09b2: ; 1c09b2
text "<PLAYER> got on the"
2014-03-05 21:45:28 -08:00
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text "."
done
2013-07-28 00:39:05 -07:00
; 1c09c7
UnknownText_0x1c09c7: ; 1c09c7
text "<PLAYER> got off"
2014-03-05 21:45:28 -08:00
line "the @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text "."
done
2013-07-28 00:39:05 -07:00
; 1c09dd
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c09dd: ; 1c09dd
2014-03-05 21:45:28 -08:00
text "This tree can be"
line "CUT!"
para "Want to use CUT?"
done
2013-07-28 00:39:05 -07:00
; 1c0a05
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0a05: ; 1c0a05
2014-03-05 21:45:28 -08:00
text "This tree can be"
line "CUT!"
done
2013-07-28 00:39:05 -07:00
; 1c0a1c
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0a1c: ; 1c0a1c
text "<PLAYER> found"
2014-03-05 21:45:28 -08:00
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer3
2014-03-05 21:45:28 -08:00
text "!"
done
2013-07-28 00:39:05 -07:00
; 1c0a2c
UnknownText_0x1c0a2c: ; 1c0a2c
text "But <PLAYER> can't"
2014-03-05 21:45:28 -08:00
line "carry any more"
cont "items."
done
2013-07-28 00:39:05 -07:00
; 1c0a4e
UnknownText_0x1c0a4e: ; 1c0a4e
text "<PLAYER> is out of"
2014-03-05 21:45:28 -08:00
line "useable #MON!"
para "<PLAYER> whited"
2014-03-05 21:45:28 -08:00
line "out!"
done
2013-07-28 00:39:05 -07:00
; 1c0a77
UnknownText_0x1c0a77: ; 1c0a77
2014-03-05 21:45:28 -08:00
text "Yes! ITEMFINDER"
line "indicates there's"
cont "an item nearby."
prompt
2013-07-28 00:39:05 -07:00
; 1c0aa9
UnknownText_0x1c0aa9: ; 1c0aa9
2014-03-05 21:45:28 -08:00
text "Nope! ITEMFINDER"
line "isn't responding."
prompt
2013-07-28 00:39:05 -07:00
; 1c0acc
UnknownText_0x1c0acc: ; 1c0acc
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer3
text ""
2014-03-05 21:45:28 -08:00
line "fainted!"
prompt
2013-07-28 00:39:05 -07:00
; 1c0ada
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0ada: ; 1c0ada
text "<PLAYER> is out of"
2014-03-05 21:45:28 -08:00
line "useable #MON!"
para "<PLAYER> whited"
2014-03-05 21:45:28 -08:00
line "out!"
prompt
2013-07-28 00:39:05 -07:00
; 1c0b03
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0b03: ; 1c0b03
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer3
2014-03-05 21:45:28 -08:00
text " used"
line "SWEET SCENT!"
done
2013-07-28 00:39:05 -07:00
; 1c0b1a
UnknownText_0x1c0b1a: ; 1c0b1a
2014-03-05 21:45:28 -08:00
text "Looks like there's"
line "nothing here…"
done
2013-07-28 00:39:05 -07:00
; 1c0b3b
UnknownText_0x1c0b3b: ; 1c0b3b
text "<PLAYER> sprinkled"
2014-03-05 21:45:28 -08:00
line "water."
para "But nothing"
line "happened…"
done
2013-07-28 00:39:05 -07:00
; 1c0b65
UnknownText_0x1c0b65: ; 1c0b65
text "<PLAYER>'s #MON"
2014-03-05 21:45:28 -08:00
line "were all healed!"
done
2013-07-28 00:39:05 -07:00
; 1c0b7f
Text_AnEGGCantHoldAnItem: ; 1c0b7f
2014-03-05 21:45:28 -08:00
text "An EGG can't hold"
line "an item."
prompt
2013-07-28 00:39:05 -07:00
; 1c0b9a
UnknownText_0x1c0b9a: ; 1c0b9a
2014-03-05 21:45:28 -08:00
text "No items."
done
2013-07-28 00:39:05 -07:00
; 1c0ba5
UnknownText_0x1c0ba5: ; 1c0ba5
2014-03-05 21:45:28 -08:00
text "Throw away how"
line "many?"
done
2013-07-28 00:39:05 -07:00
; 1c0bbb
UnknownText_0x1c0bbb: ; 1c0bbb
2014-03-05 21:45:28 -08:00
text "Throw away @"
2015-11-01 15:13:31 -08:00
deciram wItemQuantityChangeBuffer, 1, 2
2015-02-10 14:16:51 -08:00
text ""
2014-03-05 21:45:28 -08:00
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text "(S)?"
done
2013-07-28 00:39:05 -07:00
; 1c0bd8
UnknownText_0x1c0bd8: ; 1c0bd8
2014-03-05 21:45:28 -08:00
text "Threw away"
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text "(S)."
prompt
2013-07-28 00:39:05 -07:00
; 1c0bee
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0bee: ; 1c0bee
text "OAK: <PLAYER>!"
2014-03-05 21:45:28 -08:00
line "This isn't the"
cont "time to use that!"
prompt
2013-07-28 00:39:05 -07:00
; 1c0c17
2013-02-16 23:19:49 -08:00
Text_YouDontHaveAPkmn: ; 1c0c17
2014-03-05 21:45:28 -08:00
text "You don't have a"
line "#MON!"
prompt
2013-07-28 00:39:05 -07:00
; 1c0c2e
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0c2e: ; 1c0c2e
2014-03-05 21:45:28 -08:00
text "Registered the"
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-07-28 00:39:05 -07:00
; 1c0c45
UnknownText_0x1c0c45: ; 1c0c45
2014-03-05 21:45:28 -08:00
text "You can't register"
line "that item."
prompt
2013-07-28 00:39:05 -07:00
; 1c0c63
UnknownText_0x1c0c63: ; 1c0c63
2014-03-05 21:45:28 -08:00
text "Where should this"
line "be moved to?"
done
2013-07-28 00:39:05 -07:00
; 1c0c83
UnknownText_0x1c0c83: ; 1c0c83
2015-02-10 14:16:51 -08:00
text ""
done
2013-07-28 00:39:05 -07:00
; 1c0c85
Text_YouCantUseItInABattle: ; 1c0c85
2014-03-05 21:45:28 -08:00
text "You can't use it"
line "in a battle."
prompt
2013-07-28 00:39:05 -07:00
; 1c0ca3
Text_AreYouABoyOrAreYouAGirl: ; 1c0ca3
2014-03-05 21:45:28 -08:00
text "Are you a boy?"
line "Or are you a girl?"
done
2013-07-28 00:39:05 -07:00
; 1c0cc6
UnknownText_0x1c0cc6: ; 1c0cc6
text "<USER>'s"
2014-03-05 21:45:28 -08:00
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2013-07-28 00:39:05 -07:00
db "@"
; 1c0ccf
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0ccf: ; 1c0ccf
2013-02-16 23:19:49 -08:00
db "@"
2013-07-28 00:39:05 -07:00
; 1c0cd0
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0cd0: ; 1c0cd0
2013-02-16 23:19:49 -08:00
interpret_data
2014-03-05 21:45:28 -08:00
text $4c, "went way up!"
prompt
2013-07-28 00:39:05 -07:00
; 1c0ce0
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0ce0: ; 1c0ce0
2014-03-05 21:45:28 -08:00
text " went up!"
prompt
2013-07-28 00:39:05 -07:00
; 1c0ceb
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0ceb: ; 1c0ceb
text "<TARGET>'s"
2014-03-05 21:45:28 -08:00
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2013-07-28 00:39:05 -07:00
db "@"
; 1c0cf4
UnknownText_0x1c0cf4: ; 1c0cf4
db "@"
; 1c0cf5
UnknownText_0x1c0cf5: ; 1c0cf5
2013-02-16 23:19:49 -08:00
interpret_data
2014-03-05 21:45:28 -08:00
text $4c, "sharply fell!"
prompt
2013-07-28 00:39:05 -07:00
; 1c0d06
UnknownText_0x1c0d06: ; 1c0d06
2014-03-05 21:45:28 -08:00
text " fell!"
prompt
2013-07-28 00:39:05 -07:00
; 1c0d0e
UnknownText_0x1c0d0e: ; 1c0d0e
text "<USER>@"
2013-02-16 23:19:49 -08:00
db "@"
2013-07-28 00:39:05 -07:00
; 1c0d12
UnknownText_0x1c0d12: ; 1c0d12
2015-02-10 14:16:51 -08:00
text ""
2014-03-05 21:45:28 -08:00
line "made a whirlwind!"
prompt
2013-07-28 00:39:05 -07:00
; 1c0d26
UnknownText_0x1c0d26: ; 1c0d26
2015-02-10 14:16:51 -08:00
text ""
2014-03-05 21:45:28 -08:00
line "took in sunlight!"
prompt
2013-07-28 00:39:05 -07:00
; 1c0d3a
UnknownText_0x1c0d3a: ; 1c0d3a
2015-02-10 14:16:51 -08:00
text ""
2014-03-05 21:45:28 -08:00
line "lowered its head!"
prompt
2013-07-28 00:39:05 -07:00
; 1c0d4e
UnknownText_0x1c0d4e: ; 1c0d4e
2015-02-10 14:16:51 -08:00
text ""
2014-03-05 21:45:28 -08:00
line "is glowing!"
prompt
2013-07-28 00:39:05 -07:00
; 1c0d5c
UnknownText_0x1c0d5c: ; 1c0d5c
2015-02-10 14:16:51 -08:00
text ""
2014-03-05 21:45:28 -08:00
line "flew up high!"
prompt
2013-07-28 00:39:05 -07:00
; 1c0d6c
UnknownText_0x1c0d6c: ; 1c0d6c
2015-02-10 14:16:51 -08:00
text ""
2014-03-05 21:45:28 -08:00
line "dug a hole!"
prompt
2013-07-28 00:39:05 -07:00
; 1c0d7a
_ActorNameText: ; 1c0d7a
text "<USER>@"
2013-02-16 23:19:49 -08:00
db "@"
2013-07-28 00:39:05 -07:00
; 1c0d7e
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
_UsedMove1Text: ; 1c0d7e
2015-02-10 14:16:51 -08:00
text ""
2014-03-05 21:45:28 -08:00
line "used @"
2013-07-28 00:39:05 -07:00
db "@"
; 1c0d87
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
_UsedMove2Text: ; 1c0d87
2015-02-10 14:16:51 -08:00
text ""
2014-03-05 21:45:28 -08:00
line "used @"
2013-07-28 00:39:05 -07:00
db "@"
; 1c0d90
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
_UsedInsteadText: ; 1c0d90
text "instead,"
cont "@"
2013-07-28 00:39:05 -07:00
db "@"
; 1c0d9c
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
_MoveNameText: ; 1c0d9c
text_from_ram StringBuffer2
db "@"
; 1c0da0
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0da0: ; 1c0da0
db "@"
; 1c0da1
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
_EndUsedMove1Text: ; 1c0da1
2014-03-05 21:45:28 -08:00
text "!"
done
2013-07-28 00:39:05 -07:00
; 1c0da4
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
_EndUsedMove2Text: ; 1c0da4
2014-03-05 21:45:28 -08:00
text "!"
done
2013-07-28 00:39:05 -07:00
; 1c0da7
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
_EndUsedMove3Text: ; 1c0da7
2014-03-05 21:45:28 -08:00
text "!"
done
2013-07-28 00:39:05 -07:00
; 1c0daa
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
_EndUsedMove4Text: ; 1c0daa
2014-03-05 21:45:28 -08:00
text "!"
done
2013-07-28 00:39:05 -07:00
; 1c0dad
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
_EndUsedMove5Text: ; 1c0dad
2014-03-05 21:45:28 -08:00
text "!"
done
2013-07-28 00:39:05 -07:00
; 1c0db0
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0db0: ; 1c0db0
text "Huh?"
para "@"
2013-07-28 00:39:05 -07:00
db "@"
; 1c0db8
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0db8: ; 1c0db8
2015-02-10 14:16:51 -08:00
text ""
done
2013-07-28 00:39:05 -07:00
; 1c0dba
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0dba: ; 1c0dba
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text " came"
line "out of its EGG!@"
2015-11-23 18:19:53 -08:00
sound_caught_mon
2015-11-25 07:16:29 -08:00
text_waitsfx
2013-07-28 00:39:05 -07:00
db "@"
; 1c0dd7
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0dd7: ; 1c0dd7
db "@"
; 1c0dd8
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0dd8: ; 1c0dd8
2014-03-05 21:45:28 -08:00
text "Give a nickname to"
line "@"
2013-07-28 00:39:05 -07:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "?"
done
2013-07-28 00:39:05 -07:00
; 1c0df3
UnknownText_0x1c0df3: ; 1c0df3
2014-03-05 21:45:28 -08:00
text "It's @"
2015-02-10 14:16:51 -08:00
text_from_ram wBreedMon2Nick
text ""
2014-03-05 21:45:28 -08:00
line "that was left with"
cont "the DAY-CARE LADY."
done
2013-07-28 00:39:05 -07:00
; 1c0e24
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0e24: ; 1c0e24
2014-03-05 21:45:28 -08:00
text "It's @"
2015-02-10 14:16:51 -08:00
text_from_ram wBreedMon1
text ""
2014-03-05 21:45:28 -08:00
line "that was left with"
cont "the DAY-CARE MAN."
done
2013-07-28 00:39:05 -07:00
; 1c0e54
UnknownText_0x1c0e54: ; 1c0e54
2014-03-05 21:45:28 -08:00
text "It's brimming with"
line "energy."
prompt
2013-07-28 00:39:05 -07:00
; 1c0e6f
UnknownText_0x1c0e6f: ; 1c0e6f
2014-03-05 21:45:28 -08:00
text "It has no interest"
line "in @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-07-28 00:39:05 -07:00
; 1c0e8d
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0e8d: ; 1c0e8d
2014-03-05 21:45:28 -08:00
text "It appears to care"
line "for @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-07-28 00:39:05 -07:00
; 1c0eac
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0eac: ; 1c0eac
2014-03-05 21:45:28 -08:00
text "It's friendly with"
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-07-28 00:39:05 -07:00
; 1c0ec6
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c0ec6: ; 1c0ec6
2014-03-05 21:45:28 -08:00
text "It shows interest"
line "in @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-07-28 00:39:05 -07:00
; 1c0ee3
_EmptyMailboxText: ; 1c0ee3
2014-03-05 21:45:28 -08:00
text "There's no MAIL"
line "here."
prompt
2013-07-28 00:39:05 -07:00
; 1c0ef9
ClearedMailPutAwayText: ; 1c0ef9
2014-03-05 21:45:28 -08:00
text "The cleared MAIL"
line "was put away."
prompt
2013-07-28 00:39:05 -07:00
; 1c0f19
MailPackFullText: ; 1c0f19
2014-03-05 21:45:28 -08:00
text "The PACK is full."
prompt
2013-07-28 00:39:05 -07:00
; 1c0f2c
MailMessageLostText: ; 1c0f2c
2014-03-05 21:45:28 -08:00
text "The MAIL's message"
line "will be lost. OK?"
done
2013-07-28 00:39:05 -07:00
; 1c0f51
MailAlreadyHoldingItemText: ; 1c0f51
2014-03-05 21:45:28 -08:00
text "It's already hold-"
line "ing an item."
prompt
2013-07-28 00:39:05 -07:00
; 1c0f71
MailEggText: ; 1c0f71
2014-03-05 21:45:28 -08:00
text "An EGG can't hold"
line "any MAIL."
prompt
2013-07-28 00:39:05 -07:00
; 1c0f8d
MailMovedFromBoxText: ; 1c0f8d
2014-03-05 21:45:28 -08:00
text "The MAIL was moved"
line "from the MAILBOX."
prompt
2013-07-28 00:39:05 -07:00
; 1c0fb3
UnknownText_0x1c0fb3: ; 1c0fb3
2014-03-05 21:45:28 -08:00
text "Yes"
prompt
2013-07-28 00:39:05 -07:00
; 1c0fb8
UnknownText_0x1c0fb8: ; 1c0fb8
2014-03-05 21:45:28 -08:00
text "No"
prompt
2013-07-28 00:39:05 -07:00
; 1c0fbc
UnknownText_0x1c0fbc: ; 1c0fbc
2015-10-30 07:34:35 -07:00
deciram wcf64, 1, 3
2014-03-05 21:45:28 -08:00
text " @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
text ""
2014-03-05 21:45:28 -08:00
line "Animation type @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2013-07-28 00:39:05 -07:00
db "@"
; 1c0fdc
UnknownText_0x1c0fdc: ; 1c0fdc
db "@"
; 1c0fdd
UnknownText_0x1c0fdd: ; 1c0fdd
2014-03-05 21:45:28 -08:00
text "#MON number?"
done
2013-07-28 00:39:05 -07:00
; 1c0feb
2015-08-23 07:08:01 -07:00
Text_WasSentToBillsPC: ; 1c0feb
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text " was"
line "sent to BILL's PC."
prompt
2013-07-28 00:39:05 -07:00
; 1c1006
UnknownText_0x1c1006: ; 1c1006
2014-03-05 21:45:28 -08:00
text "You gotta have"
line "#MON to call!"
prompt
2013-07-28 00:39:05 -07:00
; 1c1024
UnknownText_0x1c1024: ; 1c1024
2014-03-05 21:45:28 -08:00
text "What?"
done
2013-07-28 00:39:05 -07:00
; 1c102b
UnknownText_0x1c102b: ; 1c102b
2014-03-05 21:45:28 -08:00
text "There is a #MON"
line "holding MAIL."
para "Please remove the"
line "MAIL."
prompt
2013-07-28 00:39:05 -07:00
; 1c1062
UnknownText_0x1c1062: ; 1c1062
2014-03-05 21:45:28 -08:00
text "You don't have a"
line "single #MON!"
prompt
2013-07-28 00:39:05 -07:00
; 1c1080
UnknownText_0x1c1080: ; 1c1080
2014-03-05 21:45:28 -08:00
text "You can't deposit"
line "your last #MON!"
prompt
2013-07-28 00:39:05 -07:00
; 1c10a2
UnknownText_0x1c10a2: ; 1c10a2
2014-03-05 21:45:28 -08:00
text "You can't take any"
line "more #MON."
prompt
2013-07-28 00:39:05 -07:00
; 1c10c0
UnknownText_0x1c10c0: ; 1c10c0
2014-03-05 21:45:28 -08:00
text "Caught @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "!"
prompt
2013-07-28 00:39:05 -07:00
; 1c10cf
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c10cf: ; 1c10cf
2014-03-05 21:45:28 -08:00
text "Switch #MON?"
done
2013-07-28 00:39:05 -07:00
; 1c10dd
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c10dd: ; 1c10dd
2014-03-05 21:45:28 -08:00
text "You already caught"
line "a @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-07-28 00:39:05 -07:00
; 1c10fa
ContestJudging_FirstPlaceText: ; 1c10fa
2014-03-05 21:45:28 -08:00
text "This Bug-Catching"
line "Contest winner is@"
2013-07-28 00:39:05 -07:00
interpret_data
text "…"
para "@"
2015-11-23 18:19:53 -08:00
text_from_ram wBugContestWinnerName
2014-03-05 21:45:28 -08:00
text ","
line "who caught a"
cont "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "!@"
2013-07-28 00:39:05 -07:00
db "@"
; 1c113f
2013-02-16 23:19:49 -08:00
ContestJudging_FirstPlaceScoreText: ; 1c113f
text ""
para "The winning score"
2014-03-05 21:45:28 -08:00
line "was @"
2015-11-23 18:19:53 -08:00
deciram wBugContestFirstPlaceScore, 2, 3
2014-03-05 21:45:28 -08:00
text " points!"
prompt
2013-07-28 00:39:05 -07:00
; 1c1166
ContestJudging_SecondPlaceText: ; 1c1166
2014-03-05 21:45:28 -08:00
text "Placing second was"
line "@"
2015-11-23 18:19:53 -08:00
text_from_ram wBugContestWinnerName
text ","
para "who caught a"
2014-03-05 21:45:28 -08:00
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "!@"
2013-02-16 23:19:49 -08:00
db "@"
2013-07-28 00:39:05 -07:00
; 1c1196
2013-02-16 23:19:49 -08:00
ContestJudging_SecondPlaceScoreText: ; 1c1196
text ""
para "The score was"
2014-03-05 21:45:28 -08:00
line "@"
2015-11-23 18:19:53 -08:00
deciram wBugContestSecondPlaceScore, 2, 3
2014-03-05 21:45:28 -08:00
text " points!"
prompt
2013-07-28 00:39:05 -07:00
; 1c11b5
2013-02-16 23:19:49 -08:00
ContestJudging_ThirdPlaceText: ; 1c11b5
2014-03-05 21:45:28 -08:00
text "Placing third was"
line "@"
2015-11-23 18:19:53 -08:00
text_from_ram wBugContestWinnerName
text ","
para "who caught a"
2014-03-05 21:45:28 -08:00
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "!@"
2013-02-16 23:19:49 -08:00
db "@"
2013-07-28 00:39:05 -07:00
; 1c11e4
2013-02-16 23:19:49 -08:00
ContestJudging_ThirdPlaceScoreText: ; 1c11e4
text ""
para "The score was"
2014-03-05 21:45:28 -08:00
line "@"
2015-11-23 18:19:53 -08:00
deciram wBugContestThirdPlaceScore, 2, 3
2014-03-05 21:45:28 -08:00
text " points!"
prompt
2013-07-28 00:39:05 -07:00
; 1c1203
UnknownText_0x1c1203: ; 1c1203
2014-03-05 21:45:28 -08:00
text "Let me measure"
line "that MAGIKARP."
para "…Hm, it measures"
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-07-28 00:39:05 -07:00
; 1c123a
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c123a: ; 1c123a
text "CURRENT RECORD"
para "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text " caught by"
line "@"
text_from_ram wMagikarpRecordHoldersName
2015-11-25 07:16:29 -08:00
text_waitsfx
2013-07-28 00:39:05 -07:00
db "@"
; 1c1260
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c1260: ; 1c1260
db "@"
; 1c1261
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c1261: ; 1c1261
2014-03-05 21:45:28 -08:00
text "Congratulations!"
para "We have a match"
line "with the ID number"
para "of @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text " in"
line "your party."
prompt
2013-07-28 00:39:05 -07:00
; 1c12ae
UnknownText_0x1c12ae: ; 1c12ae
2014-03-05 21:45:28 -08:00
text "Congratulations!"
para "We have a match"
line "with the ID number"
para "of @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text " in"
line "your PC BOX."
prompt
2013-07-28 00:39:05 -07:00
; 1c12fc
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c12fc: ; 1c12fc
2014-03-05 21:45:28 -08:00
text "Give a nickname to"
line "the @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text " you"
cont "received?"
done
2013-07-28 00:39:05 -07:00
; 1c1328
UnknownText_0x1c1328: ; 1c1328
2014-03-05 21:45:28 -08:00
text "Bzzzzt! You must"
line "have a #MON to"
cont "use this!"
prompt
2013-07-28 00:39:05 -07:00
; 1c1353
UnknownText_0x1c1353: ; 1c1353
text "<PLAYER> turned on"
2014-03-05 21:45:28 -08:00
line "the PC."
prompt
2013-07-28 00:39:05 -07:00
; 1c1368
UnknownText_0x1c1368: ; 1c1368
2014-03-05 21:45:28 -08:00
text "What do you want"
line "to do?"
done
2013-07-28 00:39:05 -07:00
; 1c1381
_KrissPCHowManyWithdrawText: ; 1c1381
2014-03-05 21:45:28 -08:00
text "How many do you"
line "want to withdraw?"
done
2013-07-28 00:39:05 -07:00
; 1c13a4
_KrissPCWithdrewItemsText: ; 1c13a4
2014-03-05 21:45:28 -08:00
text "Withdrew @"
2015-11-01 15:13:31 -08:00
deciram wItemQuantityChangeBuffer, 1, 2
2015-02-10 14:16:51 -08:00
text ""
2014-03-05 21:45:28 -08:00
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text "(S)."
prompt
2013-07-28 00:39:05 -07:00
; 1c13bf
_KrissPCNoRoomWithdrawText: ; 1c13bf
2014-03-05 21:45:28 -08:00
text "There's no room"
line "for more items."
prompt
2013-07-28 00:39:05 -07:00
; 1c13df
UnknownText_0x1c13df: ; 1c13df
2014-03-05 21:45:28 -08:00
text "No items here!"
prompt
2013-07-28 00:39:05 -07:00
; 1c13ef
_KrissPCHowManyDepositText: ; 1c13ef
2014-03-05 21:45:28 -08:00
text "How many do you"
line "want to deposit?"
done
2013-07-28 00:39:05 -07:00
; 1c1411
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
_KrissPCDepositItemsText: ; 1c1411
2014-03-05 21:45:28 -08:00
text "Deposited @"
2015-11-01 15:13:31 -08:00
deciram wItemQuantityChangeBuffer, 1, 2
2015-02-10 14:16:51 -08:00
text ""
2014-03-05 21:45:28 -08:00
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text "(S)."
prompt
2013-07-28 00:39:05 -07:00
; 1c142d
_KrissPCNoRoomDepositText: ; 1c142d
2014-03-05 21:45:28 -08:00
text "There's no room to"
line "store items."
prompt
2013-07-28 00:39:05 -07:00
; 1c144d
UnknownText_0x1c144d: ; 1c144d
text "<PLAYER> turned on"
2014-03-05 21:45:28 -08:00
line "the PC."
prompt
2013-07-28 00:39:05 -07:00
; 1c1462
UnknownText_0x1c1462: ; 1c1462
2014-03-05 21:45:28 -08:00
text "Access whose PC?"
done
2013-07-28 00:39:05 -07:00
; 1c1474
UnknownText_0x1c1474: ; 1c1474
2014-03-05 21:45:28 -08:00
text "BILL's PC"
line "accessed."
para "#MON Storage"
line "System opened."
prompt
2013-07-28 00:39:05 -07:00
; 1c14a4
UnknownText_0x1c14a4: ; 1c14a4
2014-03-05 21:45:28 -08:00
text "Accessed own PC."
para "Item Storage"
line "System opened."
prompt
2013-07-28 00:39:05 -07:00
; 1c14d2
UnknownText_0x1c14d2: ; 1c14d2
2014-03-05 21:45:28 -08:00
text "PROF.OAK's PC"
line "accessed."
para "#DEX Rating"
line "System opened."
prompt
2013-07-28 00:39:05 -07:00
; 1c1505
UnknownText_0x1c1505: ; 1c1505
2014-03-05 21:45:28 -08:00
text "…"
line "Link closed…"
done
2013-07-28 00:39:05 -07:00
; 1c1515
_OakPCText1: ; 1c1515
2014-03-05 21:45:28 -08:00
text "Want to get your"
line "#DEX rated?"
done
2013-07-28 00:39:05 -07:00
; 1c1533
_OakPCText2: ; 1c1533
2014-03-05 21:45:28 -08:00
text "Current #DEX"
line "completion level:"
prompt
2013-07-28 00:39:05 -07:00
; 1c1553
_OakPCText3: ; 1c1553
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer3
2014-03-05 21:45:28 -08:00
text " #MON seen"
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer4
2014-03-05 21:45:28 -08:00
text " #MON owned"
para "PROF.OAK's"
line "Rating:"
done
2013-07-28 00:39:05 -07:00
; 1c1585
_OakRating01: ; 1c1585
2014-03-05 21:45:28 -08:00
text "Look for #MON"
line "in grassy areas!"
done
2013-07-28 00:39:05 -07:00
; 1c15a5
_OakRating02: ; 1c15a5
2014-03-05 21:45:28 -08:00
text "Good. I see you"
line "understand how to"
cont "use # BALLS."
done
2013-07-28 00:39:05 -07:00
; 1c15d5
_OakRating03: ; 1c15d5
2014-03-05 21:45:28 -08:00
text "You're getting"
line "good at this."
para "But you have a"
line "long way to go."
done
2013-07-28 00:39:05 -07:00
; 1c1611
_OakRating04: ; 1c1611
2014-03-05 21:45:28 -08:00
text "You need to fill"
line "up the #DEX."
para "Catch different"
line "kinds of #MON!"
done
2013-07-28 00:39:05 -07:00
; 1c164f
_OakRating05: ; 1c164f
2014-03-05 21:45:28 -08:00
text "You're trying--I"
line "can see that."
para "Your #DEX is"
line "coming together."
done
2013-07-28 00:39:05 -07:00
; 1c168c
_OakRating06: ; 1c168c
2014-03-05 21:45:28 -08:00
text "To evolve, some"
line "#MON grow,"
para "others use the"
line "effects of STONES."
done
2013-07-28 00:39:05 -07:00
; 1c16ca
_OakRating07: ; 1c16ca
2014-03-05 21:45:28 -08:00
text "Have you gotten a"
line "fishing ROD? You"
para "can catch #MON"
line "by fishing."
done
2013-07-28 00:39:05 -07:00
; 1c1709
_OakRating08: ; 1c1709
2014-03-05 21:45:28 -08:00
text "Excellent! You"
line "seem to like col-"
cont "lecting things!"
done
2013-07-28 00:39:05 -07:00
; 1c173b
_OakRating09: ; 1c173b
2014-03-05 21:45:28 -08:00
text "Some #MON only"
line "appear during"
para "certain times of"
line "the day."
done
2013-07-28 00:39:05 -07:00
; 1c1773
_OakRating10: ; 1c1773
2014-03-05 21:45:28 -08:00
text "Your #DEX is"
line "filling up. Keep"
cont "up the good work!"
done
2013-07-28 00:39:05 -07:00
; 1c17a4
_OakRating11: ; 1c17a4
2014-03-05 21:45:28 -08:00
text "I'm impressed."
line "You're evolving"
para "#MON, not just"
line "catching them."
done
2013-07-28 00:39:05 -07:00
; 1c17e0
_OakRating12: ; 1c17e0
2014-03-05 21:45:28 -08:00
text "Have you met KURT?"
line "His custom BALLS"
cont "should help."
done
2013-07-28 00:39:05 -07:00
; 1c1812
_OakRating13: ; 1c1812
2014-03-05 21:45:28 -08:00
text "Wow. You've found"
line "more #MON than"
para "the last #DEX"
line "research project."
done
2013-07-28 00:39:05 -07:00
; 1c1853
_OakRating14: ; 1c1853
2014-03-05 21:45:28 -08:00
text "Are you trading"
line "your #MON?"
para "It's tough to do"
line "this alone!"
done
2013-07-28 00:39:05 -07:00
; 1c188b
_OakRating15: ; 1c188b
2014-03-05 21:45:28 -08:00
text "Wow! You've hit"
line "200! Your #DEX"
cont "is looking great!"
done
2013-07-28 00:39:05 -07:00
; 1c18bc
_OakRating16: ; 1c18bc
2014-03-05 21:45:28 -08:00
text "You've found so"
line "many #MON!"
para "You've really"
line "helped my studies!"
done
2013-07-28 00:39:05 -07:00
; 1c18f7
_OakRating17: ; 1c18f7
2014-03-05 21:45:28 -08:00
text "Magnificent! You"
line "could become a"
para "#MON professor"
line "right now!"
done
2013-07-28 00:39:05 -07:00
; 1c1932
_OakRating18: ; 1c1932
2014-03-05 21:45:28 -08:00
text "Your #DEX is"
line "amazing! You're"
para "ready to turn"
line "professional!"
done
2013-07-28 00:39:05 -07:00
; 1c196b
_OakRating19: ; 1c196b
2014-03-05 21:45:28 -08:00
text "Whoa! A perfect"
line "#DEX! I've"
para "dreamt about this!"
line "Congratulations!"
done
2013-07-28 00:39:05 -07:00
; 1c19aa
_OakPCText4: ; 1c19aa
2014-03-05 21:45:28 -08:00
text "The link to PROF."
line "OAK's PC closed."
done
2013-07-28 00:39:05 -07:00
; 1c19cd
UnknownText_0x1c19cd: ; 1c19cd
2014-03-05 21:45:28 -08:00
text "Triple-theme"
line "trainer ranking!"
para "The SAVE file you"
line "just sent might"
cont "make the rankings!"
para ""
done
2013-07-28 00:39:05 -07:00
; 1c1a22
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c1a22: ; 1c1a22
2014-03-05 21:45:28 -08:00
text "There is no"
line "ranking data."
para "Link to obtain"
line "ranking data."
para ""
done
2013-07-28 00:39:05 -07:00
; 1c1a5b
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c1a5b: ; 1c1a5b
2014-03-05 21:45:28 -08:00
text " , yeah!"
done
2013-07-28 00:39:05 -07:00
; 1c1a65
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c1a65: ; 1c1a65
2014-03-05 21:45:28 -08:00
text "Darn…"
done
2013-07-28 00:39:05 -07:00
; 1c1a6c
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c1a6c: ; 1c1a6c
2014-03-05 21:45:28 -08:00
text "Would you like to"
line "end the Contest?"
done
2013-07-28 00:39:05 -07:00
; 1c1a90
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c1a90: ; 1c1a90
2014-03-05 21:45:28 -08:00
text "Toss out how many"
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text "(S)?"
done
2013-07-28 00:39:05 -07:00
; 1c1aad
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c1aad: ; 1c1aad
2014-03-05 21:45:28 -08:00
text "Throw away @"
2015-11-01 15:13:31 -08:00
deciram wItemQuantityChangeBuffer, 1, 2
2015-02-10 14:16:51 -08:00
text ""
2014-03-05 21:45:28 -08:00
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text "(S)?"
done
2013-07-28 00:39:05 -07:00
; 1c1aca
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c1aca: ; 1c1aca
2014-03-05 21:45:28 -08:00
text "Discarded"
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "(S)."
prompt
2013-07-28 00:39:05 -07:00
; 1c1adf
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c1adf: ; 1c1adf
2014-03-05 21:45:28 -08:00
text "That's too impor-"
line "tant to toss out!"
prompt
2013-07-28 00:39:05 -07:00
; 1c1b03
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c1b03: ; 1c1b03
text "OAK: <PLAYER>!"
2014-03-05 21:45:28 -08:00
line "This isn't the"
cont "time to use that!"
done
2013-07-28 00:39:05 -07:00
; 1c1b2c
UnknownText_0x1c1b2c: ; 1c1b2c
2014-03-05 21:45:28 -08:00
text "Took @"
2015-12-18 17:07:09 -08:00
text_from_ram wMonOrItemNameBuffer
2014-03-05 21:45:28 -08:00
text "'s"
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text " and"
para "made it hold"
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-07-28 00:39:05 -07:00
; 1c1b57
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c1b57: ; 1c1b57
2014-03-05 21:45:28 -08:00
text "Made @"
2015-12-18 17:07:09 -08:00
text_from_ram wMonOrItemNameBuffer
2015-02-10 14:16:51 -08:00
text ""
2014-03-05 21:45:28 -08:00
line "hold @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-07-28 00:39:05 -07:00
; 1c1b6f
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c1b6f: ; 1c1b6f
2014-03-05 21:45:28 -08:00
text "Please remove the"
line "MAIL first."
prompt
2013-07-28 00:39:05 -07:00
; 1c1b8e
UnknownText_0x1c1b8e: ; 1c1b8e
2015-12-18 17:07:09 -08:00
text_from_ram wMonOrItemNameBuffer
2014-03-05 21:45:28 -08:00
text " isn't"
line "holding anything."
prompt
2013-07-28 00:39:05 -07:00
; 1c1baa
UnknownText_0x1c1baa: ; 1c1baa
2014-03-05 21:45:28 -08:00
text "Item storage space"
line "full."
prompt
2013-07-28 00:39:05 -07:00
; 1c1bc4
UnknownText_0x1c1bc4: ; 1c1bc4
2014-03-05 21:45:28 -08:00
text "Took @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
text ""
2014-03-05 21:45:28 -08:00
line "from @"
2015-12-18 17:07:09 -08:00
text_from_ram wMonOrItemNameBuffer
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-07-28 00:39:05 -07:00
; 1c1bdc
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c1bdc: ; 1c1bdc
2015-12-18 17:07:09 -08:00
text_from_ram wMonOrItemNameBuffer
2014-03-05 21:45:28 -08:00
text " is"
line "already holding"
para "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "."
line "Switch items?"
done
2013-07-28 00:39:05 -07:00
; 1c1c09
UnknownText_0x1c1c09: ; 1c1c09
2014-03-05 21:45:28 -08:00
text "This item can't be"
line "held."
prompt
2013-07-28 00:39:05 -07:00
; 1c1c22
UnknownText_0x1c1c22: ; 1c1c22
2014-03-05 21:45:28 -08:00
text "The MAIL will lose"
line "its message. OK?"
done
2013-07-28 00:39:05 -07:00
; 1c1c47
UnknownText_0x1c1c47: ; 1c1c47
2014-03-05 21:45:28 -08:00
text "MAIL detached from"
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-07-28 00:39:05 -07:00
; 1c1c62
UnknownText_0x1c1c62: ; 1c1c62
2014-03-05 21:45:28 -08:00
text "There's no space"
line "for removing MAIL."
prompt
2013-07-28 00:39:05 -07:00
; 1c1c86
UnknownText_0x1c1c86: ; 1c1c86
2014-03-05 21:45:28 -08:00
text "Send the removed"
line "MAIL to your PC?"
done
2013-07-28 00:39:05 -07:00
; 1c1ca9
UnknownText_0x1c1ca9: ; 1c1ca9
2014-03-05 21:45:28 -08:00
text "Your PC's MAILBOX"
line "is full."
prompt
2013-07-28 00:39:05 -07:00
; 1c1cc4
UnknownText_0x1c1cc4: ; 1c1cc4
2014-03-05 21:45:28 -08:00
text "The MAIL was sent"
line "to your PC."
prompt
2013-07-28 00:39:05 -07:00
; 1c1ce3
UnknownText_0x1c1ce3: ; 1c1ce3
2014-03-05 21:45:28 -08:00
text "Not enough HP!"
prompt
2013-07-28 00:39:05 -07:00
; 1c1cf3
UnknownText_0x1c1cf3: ; 1c1cf3
2014-03-05 21:45:28 -08:00
text "An item in your"
line "PACK may be"
para "registered for use"
line "on SELECT Button."
done
2013-07-28 00:39:05 -07:00
; 1c1d35
_OakText1: ; 1c1d35
2014-03-05 21:45:28 -08:00
text "Hello! Sorry to"
line "keep you waiting!"
para "Welcome to the"
line "world of #MON!"
para "My name is OAK."
para "People call me the"
line "#MON PROF."
prompt
2013-07-28 00:39:05 -07:00
; 1c1da4
_OakText2: ; 1c1da4
2014-03-05 21:45:28 -08:00
text "This world is in-"
line "habited by crea-"
cont "tures that we call"
cont "#MON.@"
2013-07-28 00:39:05 -07:00
db "@"
; 1c1de2
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
_OakText3: ; 1c1de2
2015-11-25 07:16:29 -08:00
text_waitsfx
2013-02-16 23:19:49 -08:00
db "@"
2013-07-28 00:39:05 -07:00
; 1c1de4
2013-02-16 23:19:49 -08:00
2013-07-28 00:39:05 -07:00
UnknownText_0x1c1de4: ; 1c1de4
db "@"
; 1c1de5
_OakText4: ; 1c1de5
2014-03-05 21:45:28 -08:00
text "People and #MON"
line "live together by"
para "supporting each"
line "other."
para "Some people play"
line "with #MON, some"
cont "battle with them."
prompt
2013-07-28 00:39:05 -07:00
; 1c1e51
_OakText5: ; 1c1e51
2014-03-05 21:45:28 -08:00
text "But we don't know"
line "everything about"
cont "#MON yet."
para "There are still"
line "many mysteries to"
cont "solve."
para "That's why I study"
line "#MON every day."
prompt
2013-07-28 00:39:05 -07:00
; 1c1ec9