diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-12-18 19:14:42 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-12-18 20:03:09 -0800 |
commit | 1a5a108bdf6904423bfa80cc7bcb5582331740cb (patch) | |
tree | 34705cc1684d7b4ca5277440569882943c87e7fe /text | |
parent | 351146024bdd386c328af0f2abdb04e728e4c133 (diff) |
Label elite four scripts more completely.
Diffstat (limited to 'text')
-rw-r--r-- | text/maps/champion.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/text/maps/champion.asm b/text/maps/champion.asm index eb0287af..51258818 100644 --- a/text/maps/champion.asm +++ b/text/maps/champion.asm @@ -1,4 +1,4 @@ -_GaryText_760f4:: +_GaryChampionIntroText:: text $53, ": Hey!" para "I was looking" @@ -35,7 +35,7 @@ _GaryText_760f4:: cont "in the world!" done -_GaryText_760f9:: +_GaryDefeatedText:: text "NO!" line "That can't be!" cont "You beat my best!" @@ -49,7 +49,7 @@ _GaryText_760f9:: cont "It's not fair!" prompt -_GaryText_760fe:: +_GaryVictoryText:: text "Hahaha!" line "I won, I won!" |