diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-18 14:19:10 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-18 14:19:10 -0400 |
| commit | 24c01b09bb2b617812bd826d1cf9ab5e3ec6a023 (patch) | |
| tree | 07d2ed81b23de081f2003d9f8d50170344dd5ada /text/maps/pewter_mart.asm | |
| parent | Pull map headers out of main.asm (diff) | |
| download | pokeyellow-24c01b09bb2b617812bd826d1cf9ab5e3ec6a023.tar.gz pokeyellow-24c01b09bb2b617812bd826d1cf9ab5e3ec6a023.tar.xz pokeyellow-24c01b09bb2b617812bd826d1cf9ab5e3ec6a023.zip | |
Pull map scripts out of main.asm
Diffstat (limited to 'text/maps/pewter_mart.asm')
| -rw-r--r-- | text/maps/pewter_mart.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/text/maps/pewter_mart.asm b/text/maps/pewter_mart.asm index f98c72e7..a33974db 100644 --- a/text/maps/pewter_mart.asm +++ b/text/maps/pewter_mart.asm @@ -1,4 +1,4 @@ -_UnnamedText_74cc6:: ; 985ac (26:45ac) +_PewterMartText_74cc6:: ; 985ac (26:45ac) text "A shady, old man" line "got me to buy" cont "this really weird" @@ -8,7 +8,7 @@ _UnnamedText_74cc6:: ; 985ac (26:45ac) line "and it cost ¥500!" done -_UnnamedText_74cd5:: ; 9860c (26:460c) +_PewterMartText_74cd5:: ; 9860c (26:460c) text "Good things can" line "happen if you" cont "raise #MON" |
