diff options
Diffstat (limited to '')
| -rwxr-xr-x | scripts/UndergroundPathRoute8.asm (renamed from scripts/undergroundpathentranceroute8.asm) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/undergroundpathentranceroute8.asm b/scripts/UndergroundPathRoute8.asm index ad0b60ab..ab0a9977 100755 --- a/scripts/undergroundpathentranceroute8.asm +++ b/scripts/UndergroundPathRoute8.asm @@ -1,9 +1,9 @@ -UndergroundPathEntranceRoute8Script: +UndergroundPathRoute8_Script: ld a, ROUTE_8 ld [wLastMap], a jp EnableAutoTextBoxDrawing -UndergroundPathEntranceRoute8TextPointers: +UndergroundPathRoute8_TextPointers: dw UndergroundPathEntranceRoute8Text1 UndergroundPathEntranceRoute8Text1: |
