summaryrefslogtreecommitdiff
path: root/data/scripts/hyruleTown/script_RentRegularRoom.inc
blob: 3ae62d2475d33bcb91b5b8fe58c43c2e78d98f64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@ Hyrule Town Inn Emma after renting regular room
SCRIPT_START script_RentRegularRoom
	BeginBlock
	MessageFromTarget TEXT_HAPPY_HEARTH, 0x04
	CallWithArg ScriptCommand_SetMessageValue, (SMV_RUPEES << 16) | 200
	EndBlock
	WaitUntilTextboxCloses
	HasRupees 200
	JumpIfNot script_EmmaNotEnoughRupees
	ModRupees -200
	SetLocalFlag 0x0091
	MessageFromTarget TEXT_HAPPY_HEARTH, 0x08
	WaitUntilTextboxCloses
	Call sub_0806C588
SCRIPT_END