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/fighting_dojo.asm | |
parent | 4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff) |
Pull map scripts out of main.asm
Diffstat (limited to 'text/maps/fighting_dojo.asm')
-rw-r--r-- | text/maps/fighting_dojo.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/text/maps/fighting_dojo.asm b/text/maps/fighting_dojo.asm index 802f7276..6f01e5fa 100644 --- a/text/maps/fighting_dojo.asm +++ b/text/maps/fighting_dojo.asm @@ -1,4 +1,4 @@ -_UnnamedText_5ce8e:: ; a1852 (28:5852) +_FightingDojoText_5ce8e:: ; a1852 (28:5852) text "Grunt!" para "I am the KARATE" @@ -12,12 +12,12 @@ _UnnamedText_5ce8e:: ; a1852 (28:5852) para "Fwaaa!" done -_UnnamedText_5ce93:: ; a18ba (28:58ba) +_FightingDojoText_5ce93:: ; a18ba (28:58ba) text "Hwa!" line "Arrgh! Beaten!" prompt -_UnnamedText_5ce98:: ; a18cf (28:58cf) +_FightingDojoText_5ce98:: ; a18cf (28:58cf) text "Indeed, I have" line "lost!" @@ -34,7 +34,7 @@ _UnnamedText_5ce98:: ; a18cf (28:58cf) line "one you like!" done -_UnnamedText_5ce9d:: ; a1972 (28:5972) +_FightingDojoText_5ce9d:: ; a1972 (28:5972) text "Ho!" para "Stay and train at" |