diff options
Diffstat (limited to 'scripts/undergroundpathentranceroute5.asm')
-rwxr-xr-x | scripts/undergroundpathentranceroute5.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/undergroundpathentranceroute5.asm b/scripts/undergroundpathentranceroute5.asm index ad05dfe6..9a437e85 100755 --- a/scripts/undergroundpathentranceroute5.asm +++ b/scripts/undergroundpathentranceroute5.asm @@ -1,6 +1,6 @@ UndergroundPathEntranceRoute5Script: ; 5d6a9 (17:56a9) - ld a, $10 - ld [$d365], a + ld a, ROUTE_5 + ld [wLastMap], a ret UndergroundPathEntranceRoute5_5d6af: ; 5d6af (17:56af) |