diff options
Diffstat (limited to 'scripts/undergroundpathentranceroute8.asm')
-rwxr-xr-x | scripts/undergroundpathentranceroute8.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/undergroundpathentranceroute8.asm b/scripts/undergroundpathentranceroute8.asm index d777b24b..873cf902 100755 --- a/scripts/undergroundpathentranceroute8.asm +++ b/scripts/undergroundpathentranceroute8.asm @@ -1,6 +1,6 @@ UndergroundPathEntranceRoute8Script: ; 1e289 (7:6289) - ld a, $13 - ld [$d365], a + ld a, ROUTE_8 + ld [wLastMap], a jp EnableAutoTextBoxDrawing UndergroundPathEntranceRoute8TextPointers: ; 1e291 (7:6291) |