diff options
Diffstat (limited to 'scripts/undergroundpathentranceroute6.asm')
-rwxr-xr-x | scripts/undergroundpathentranceroute6.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/undergroundpathentranceroute6.asm b/scripts/undergroundpathentranceroute6.asm index afefd187..6d356fec 100755 --- a/scripts/undergroundpathentranceroute6.asm +++ b/scripts/undergroundpathentranceroute6.asm @@ -1,6 +1,6 @@ UndergroundPathEntranceRoute6Script: ; 5d6ef (17:56ef) - ld a, $11 - ld [$d365], a + ld a, ROUTE_6 + ld [wLastMap], a jp EnableAutoTextBoxDrawing UndergroundPathEntranceRoute6TextPointers: ; 5d6f7 (17:56f7) |