blob: 6eab58c24edecbf9e7d643a265af01ee891f46e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
UndergroundPathRoute8_Script:
ld a, ROUTE_8
ld [wLastMap], a
jp EnableAutoTextBoxDrawing
UndergroundPathRoute8_TextPointers:
dw UndergroundPathEntranceRoute8Text1
UndergroundPathEntranceRoute8Text1:
text_far _UndergroundPathEntRoute8Text1
text_end
|