diff options
| author | IIMarckus <iimarckus@gmail.com> | 2014-10-10 01:46:06 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2014-10-10 01:46:06 -0600 |
| commit | 6e14461fa6d5085349e4746b61c526f3c94be19f (patch) | |
| tree | 63db9e0cfa395f6dd00566c6dcdbb492bb6526ca /text/maps/bills_house.asm | |
| parent | Add Yellow player/rival names. (diff) | |
| download | pokeyellow-6e14461fa6d5085349e4746b61c526f3c94be19f.tar.gz pokeyellow-6e14461fa6d5085349e4746b61c526f3c94be19f.tar.xz pokeyellow-6e14461fa6d5085349e4746b61c526f3c94be19f.zip | |
Add a lot of Yellow text changes.
Diffstat (limited to 'text/maps/bills_house.asm')
| -rw-r--r-- | text/maps/bills_house.asm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/text/maps/bills_house.asm b/text/maps/bills_house.asm index 5963d7ea..3ec1e3f3 100644 --- a/text/maps/bills_house.asm +++ b/text/maps/bills_house.asm @@ -1,3 +1,10 @@ +IF DEF(_YELLOW) +_BillsHouseDontLeaveText:: + text "Whoa, don't go" + line "anywhere, wait!" + done +ENDC + _BillsHouseText_1e865:: ; 8d267 (23:5267) text "Hiya! I'm a" line "#MON..." |
