From 1a5a108bdf6904423bfa80cc7bcb5582331740cb Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Fri, 18 Dec 2015 19:14:42 -0800 Subject: Label elite four scripts more completely. --- text/maps/champion.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'text') 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!" -- cgit v1.3.1-sl0p