diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-10-31 17:49:13 -0400 |
---|---|---|
committer | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-10-31 17:49:13 -0400 |
commit | f516aed8c8bf92a4ebe432d3d04f696908bfec84 (patch) | |
tree | 90d304698065e657765753b454d159c87bfe5339 | |
parent | f2da3780aef08d73d0c9a9e76fce89424787eaf4 (diff) |
Updated Print text when you lose a trainer battle (markdown)
-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 |