Skip to content

Commit

Permalink
Fix Cross Crash on Route 51
Browse files Browse the repository at this point in the history
  • Loading branch information
PiaCarrot authored and PiaCarrot committed May 19, 2024
1 parent 15a200e commit 4a127b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maps/Route51.asm
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Route51CrossScript:
end
.GotCharmander:
winlosstext ROUTE51_CROSS, 0
winlosstext CrossRoute51WinLoss, 0
setlasttalked ROUTE51_CROSS
loadtrainer CROSS, 16
startbattle
Expand All @@ -157,7 +157,7 @@ Route51CrossScript:
jump .returnfrombattle
.GotSquirtle:
winlosstext ROUTE51_CROSS, 0
winlosstext CrossRoute51WinLoss, 0
setlasttalked ROUTE51_CROSS
loadtrainer CROSS, 17
startbattle
Expand Down

0 comments on commit 4a127b5

Please sign in to comment.