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_mansion_1f.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_mansion_1f.asm')
| -rw-r--r-- | text/maps/celadon_mansion_1f.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/text/maps/celadon_mansion_1f.asm b/text/maps/celadon_mansion_1f.asm index f5b06c3f..e106eb1c 100644 --- a/text/maps/celadon_mansion_1f.asm +++ b/text/maps/celadon_mansion_1f.asm @@ -1,20 +1,20 @@ -_CeladonMansion1Text1:: ; 9ceee (27:4eee) +_CeladonMansion1Text1:: text "MEOWTH: Meow!@@" -_CeladonMansion1Text3:: ; 9cf3c (27:4f3c) +_CeladonMansion1Text3:: text "CLEFAIRY: Pi" line "pippippi!@@" -_CeladonMansion1Text4:: ; 9cf55 (27:4f55) +_CeladonMansion1Text4:: text "NIDORAN: Kya" line "kyaoo!@@" -_CeladonMansion1Text5:: ; 9cf6b (27:4f6b) +_CeladonMansion1Text5:: text "CELADON MANSION" line "Manager's Suite" done -_CeladonMansion1Text2:: ; 9cefe (27:4efe) +_CeladonMansion1Text2:: text "My dear #MON" line "keep me company." |
