diff options
| author | IIMarckus <iimarckus@gmail.com> | 2014-01-26 23:09:34 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2014-01-26 23:09:34 -0700 |
| commit | 6bfe2f42381deecf254542842d7c312d777062fc (patch) | |
| tree | 455a40e198aa136a23f3a98f8099569d2e7f9896 /text/mapBluesHouse.asm | |
| parent | Merge branch 'fix-init-sudo' of https://github.com/yenatch/pokered (diff) | |
| parent | Get rid of more unnecessary labels in text.asm (diff) | |
| download | pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.tar.gz pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.tar.xz pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.zip | |
Merge branch 'text' of https://github.com/yenatch/pokered
Diffstat (limited to 'text/mapBluesHouse.asm')
| -rw-r--r-- | text/mapBluesHouse.asm | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/text/mapBluesHouse.asm b/text/mapBluesHouse.asm deleted file mode 100644 index d2bb54de..00000000 --- a/text/mapBluesHouse.asm +++ /dev/null @@ -1,34 +0,0 @@ -_DaisyInitialText: - db 0,"Hi ",$52,"!",$4F - db $53," is out at",$55 - db "Grandpa's lab.",$57 - -_DaisyOfferMapText: - db 0,"Grandpa asked you",$4F - db "to run an errand?",$55 - db "Here, this will",$55 - db "help you!",$58 - -_GotMapText: - db 0,$52," got a",$4F,"@",1 - dw $CF4B - db 0,"!@@" - -_DaisyBagFullText: - db 0,"You have too much",$4F - db "stuff with you.",$57 - -_DaisyUseMapText: - db 0,"Use the TOWN MAP",$4F - db "to find out where",$55 - db "you are.",$57 - -_BluesHouseText2: - db 0,"#MON are living",$4F - db "things! If they",$55 - db "get tired, give",$55 - db "them a rest!",$57 - -_BluesHouseText3: - db 0,"It's a big map!",$4F - db "This is useful!",$57 |
