diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-15 09:51:36 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-15 09:57:37 -0400 |
commit | 05b591cd95f3fd62e84b33eb56d25f197b17a96c (patch) | |
tree | 57635b441bb8b2a208a359126c5dc9b8df7abfa6 /maps/VictoryRoad.asm | |
parent | 82c33aacb036428bf9861e7f97914c7bb675fa07 (diff) |
Remove remaining legacy macros from current code.
Diffstat (limited to 'maps/VictoryRoad.asm')
-rw-r--r-- | maps/VictoryRoad.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/VictoryRoad.asm b/maps/VictoryRoad.asm index 448db78d..ac300930 100644 --- a/maps/VictoryRoad.asm +++ b/maps/VictoryRoad.asm @@ -66,7 +66,7 @@ VictoryRoadRivalNext: startbattle dontrestartmapmusic reloadmapafterbattle - jump .AfterBattle + sjump .AfterBattle .GotTotodile: winlosstext VictoryRoadRivalDefeatText, VictoryRoadRivalVictoryText @@ -75,7 +75,7 @@ VictoryRoadRivalNext: startbattle dontrestartmapmusic reloadmapafterbattle - jump .AfterBattle + sjump .AfterBattle .GotChikorita: winlosstext VictoryRoadRivalDefeatText, VictoryRoadRivalVictoryText @@ -84,7 +84,7 @@ VictoryRoadRivalNext: startbattle dontrestartmapmusic reloadmapafterbattle - jump .AfterBattle + sjump .AfterBattle .AfterBattle: playmusic MUSIC_RIVAL_AFTER |