diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-26 18:11:55 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-26 19:22:27 -0500 |
commit | 2bd45ca574aab251b91c24837b102c9c2a5e76a0 (patch) | |
tree | bd8c568b9e43f7467ff4822080c6228c29bca2b9 /maps/Route45.asm | |
parent | f485a45cda5f84e6909997147b1e6c9a9a538d9b (diff) |
Move effects; no more reloadmapmusic, returnafterbattle
Diffstat (limited to 'maps/Route45.asm')
-rw-r--r-- | maps/Route45.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/Route45.asm b/maps/Route45.asm index 9d4fecbf1..d2ded8765 100644 --- a/maps/Route45.asm +++ b/maps/Route45.asm @@ -191,7 +191,7 @@ UnknownScript_0x19e1b8: .LoadFight0 loadtrainer HIKER, PARRY3 startbattle - returnafterbattle + reloadmapafterbattle loadvar wParryFightCount, 1 clearflag ENGINE_PARRY end @@ -199,7 +199,7 @@ UnknownScript_0x19e1b8: .LoadFight1 loadtrainer HIKER, PARRY1 startbattle - returnafterbattle + reloadmapafterbattle loadvar wParryFightCount, 2 clearflag ENGINE_PARRY end @@ -207,7 +207,7 @@ UnknownScript_0x19e1b8: .LoadFight2 loadtrainer HIKER, PARRY2 startbattle - returnafterbattle + reloadmapafterbattle clearflag ENGINE_PARRY checkevent EVENT_PARRY_IRON iftrue UnknownScript_0x19e219 @@ -276,7 +276,7 @@ YoungsterScript_0x19e269: winlosstext UnknownText_0x19e899, 0 loadtrainer CAMPER, QUENTIN startbattle - returnafterbattle + reloadmapafterbattle setevent EVENT_BEAT_CAMPER_QUENTIN closetext end |