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/mt_moon_pokecenter.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/mt_moon_pokecenter.asm')
| -rw-r--r-- | text/maps/mt_moon_pokecenter.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/text/maps/mt_moon_pokecenter.asm b/text/maps/mt_moon_pokecenter.asm index ca032c91..610ff254 100644 --- a/text/maps/mt_moon_pokecenter.asm +++ b/text/maps/mt_moon_pokecenter.asm @@ -1,4 +1,4 @@ -_MtMoonPokecenterText1:: ; 8a8eb (22:68eb) +_MtMoonPokecenterText1:: text "I've 6 # BALLs" line "set in my belt." @@ -6,7 +6,7 @@ _MtMoonPokecenterText1:: ; 8a8eb (22:68eb) line "carry 6 #MON." done -_MtMoonPokecenterText3:: ; 8a929 (22:6929) +_MtMoonPokecenterText3:: text "TEAM ROCKET" line "attacks CERULEAN" cont "citizens..." @@ -16,11 +16,11 @@ _MtMoonPokecenterText3:: ; 8a929 (22:6929) cont "news!" done -_MtMoonPokecenterText5:: ; 8aa5a (22:6a5a) +_MtMoonPokecenterText5:: db $0 done -_MtMoonPokecenterText_4935c:: ; 8a976 (22:6976) +_MtMoonPokecenterText_4935c:: text "MAN: Hello, there!" line "Have I got a deal" cont "just for you!" @@ -31,18 +31,18 @@ _MtMoonPokecenterText_4935c:: ; 8a976 (22:6976) cont "What do you say?" done -_MtMoonPokecenterText_49361:: ; 8a9ec (22:69ec) +_MtMoonPokecenterText_49361:: text "No? I'm only" line "doing this as a" cont "favor to you!" done -_MtMoonPokecenterText_49366:: ; 8aa17 (22:6a17) +_MtMoonPokecenterText_49366:: text "You'll need more" line "money than that!" done -_MtMoonPokecenterText_4936b:: ; 8aa39 (22:6a39) +_MtMoonPokecenterText_4936b:: text "MAN: Well, I don't" line "give refunds!" done |
