diff options
-rw-r--r-- | Print-text-when-you-lose-a-trainer-battle.md | 6 |
1 files 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 |