aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/PewterSpeechHouse.asm
blob: e42f941bd7de9f785bd43713a2d83413e75a1a41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PewterSpeechHouse_Script:
	jp EnableAutoTextBoxDrawing

PewterSpeechHouse_TextPointers:
	def_text_pointers
	dw_const PewterSpeechHouseGamblerText,   TEXT_PEWTERSPEECHHOUSE_GAMBLER
	dw_const PewterSpeechHouseYoungsterText, TEXT_PEWTERSPEECHHOUSE_YOUNGSTER

PewterSpeechHouseGamblerText:
	text_far _PewterSpeechHouseGamblerText
	text_end

PewterSpeechHouseYoungsterText:
	text_far _PewterSpeechHouseYoungsterText
	text_end