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/route_9_2.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/route_9_2.asm')
| -rwxr-xr-x | text/maps/route_9_2.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/text/maps/route_9_2.asm b/text/maps/route_9_2.asm index 0f51e6f1..f3803618 100755 --- a/text/maps/route_9_2.asm +++ b/text/maps/route_9_2.asm @@ -1,20 +1,20 @@ -_Route9BattleText9:: ; 8e5d2 (23:65d2) +_Route9BattleText9:: text "Go, my super bug" line "#MON!" done -_Route9EndBattleText9:: ; 8e5ea (23:65ea) +_Route9EndBattleText9:: text "My" line "bugs..." prompt -_Route9AfterBattleText9:: ; 8e5f6 (23:65f6) +_Route9AfterBattleText9:: text "If you don't like" line "bug #MON, you" cont "bug me!" done -_Route9Text11:: ; 8e61e (23:661e) +_Route9Text11:: text "ROUTE 9" line "CERULEAN CITY-" cont "ROCK TUNNEL" |
