diff options
Diffstat (limited to 'scripts/undergroundpathentranceroute7copy.asm')
-rwxr-xr-x | scripts/undergroundpathentranceroute7copy.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/undergroundpathentranceroute7copy.asm b/scripts/undergroundpathentranceroute7copy.asm index 845e5674..2462a254 100755 --- a/scripts/undergroundpathentranceroute7copy.asm +++ b/scripts/undergroundpathentranceroute7copy.asm @@ -1,6 +1,6 @@ UndergroundPathEntranceRoute7CopyScript: ; 5d769 (17:5769) - ld a, $12 - ld [$d365], a + ld a, ROUTE_7 + ld [wLastMap], a ret UndergroundPathEntranceRoute7CopyTextPointers: ; 5d76f (17:576f) |