diff options
| author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-08 02:09:10 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-01 17:34:51 -0400 |
| commit | 1d63499fa73f028a5409ff358caedc8972a57552 (patch) | |
| tree | 72747d1cb0d7626d0b110e349f7cf1b355399473 /text/maps/celadon_dept_store_4f.asm | |
| parent | Build only Yellow (diff) | |
| download | pokeyellow-1d63499fa73f028a5409ff358caedc8972a57552.tar.gz pokeyellow-1d63499fa73f028a5409ff358caedc8972a57552.tar.xz pokeyellow-1d63499fa73f028a5409ff358caedc8972a57552.zip | |
Remove (incorrect) address comments
Conflicts:
text.asm
Diffstat (limited to 'text/maps/celadon_dept_store_4f.asm')
| -rw-r--r-- | text/maps/celadon_dept_store_4f.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/text/maps/celadon_dept_store_4f.asm b/text/maps/celadon_dept_store_4f.asm index 514d4921..3124e46f 100644 --- a/text/maps/celadon_dept_store_4f.asm +++ b/text/maps/celadon_dept_store_4f.asm @@ -1,4 +1,4 @@ -_CeladonMart4Text2:: ; 9cad4 (27:4ad4) +_CeladonMart4Text2:: text "I'm getting a" line "gift for COPYCAT" cont "in CERULEAN CITY." @@ -8,7 +8,7 @@ _CeladonMart4Text2:: ; 9cad4 (27:4ad4) cont "are trendy!" done -_CeladonMart4Text3:: ; 9cafd (27:4afd) +_CeladonMart4Text3:: text "I heard something" line "useful." @@ -18,7 +18,7 @@ _CeladonMart4Text3:: ; 9cafd (27:4afd) cont "with a # DOLL!" done -_CeladonMart4Text4:: ; 9cb56 (27:4b56) +_CeladonMart4Text4:: text "Express yourself" line "with gifts!" |
