blob: c311b409fe933c4e630832ca19e668dab53879e2 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | UndergroundPathRoute7_Script:
	ld a, ROUTE_7
	ld [wLastMap], a
	jp EnableAutoTextBoxDrawing
UndergroundPathRoute7_TextPointers:
	dw UndergroundPathEntranceRoute7Text1
UndergroundPathEntranceRoute7Text1:
	text_far _UndergroundPathEntRoute7Text1
	text_end
 |