From f516aed8c8bf92a4ebe432d3d04f696908bfec84 Mon Sep 17 00:00:00 2001 From: Rangi <35663410+Rangi42@users.noreply.github.com> Date: Wed, 31 Oct 2018 17:49:13 -0400 Subject: Updated Print text when you lose a trainer battle (markdown) --- Print-text-when-you-lose-a-trainer-battle.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Print-text-when-you-lose-a-trainer-battle.md b/Print-text-when-you-lose-a-trainer-battle.md index 26a20fc..263dae9 100644 --- a/Print-text-when-you-lose-a-trainer-battle.md +++ b/Print-text-when-you-lose-a-trainer-battle.md @@ -94,11 +94,11 @@ There's one more thing to do. Edit [maps/Route24.asm](../blob/master/maps/Route2 faceplayer playmusic MUSIC_ROCKET_ENCOUNTER opentext - writetext UnknownText_0x1adc2e + writetext Route24RocketSeenText waitbutton closetext -- winlosstext UnknownText_0x1add67, -1 -+ winlosstext UnknownText_0x1add67, 0 +- winlosstext Route24RocketBeatenText, -1 ++ winlosstext Route24RocketBeatenText, 0 loadtrainer GRUNTM, GRUNTM_31 startbattle dontrestartmapmusic -- cgit v1.2.3