blob: ae37152fadbf6da9ea8b8cf3920958eb1197d2d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
LilycoveCity_House2_MapScripts:: @ 8159BA2
.byte 0
LilycoveCity_House2_EventScript_159BA3:: @ 8159BA3
lock
faceplayer
goto_if_set FLAG_RECEIVED_TM44, LilycoveCity_House2_EventScript_159BDA
msgbox LilycoveCity_House2_Text_18B83C, MSGBOX_DEFAULT
giveitem ITEM_TM44_REST
compare VAR_RESULT, 0
goto_if_eq Common_EventScript_ShowBagIsFull
setflag FLAG_RECEIVED_TM44
msgbox LilycoveCity_House2_Text_18B883, MSGBOX_DEFAULT
release
end
LilycoveCity_House2_EventScript_159BDA:: @ 8159BDA
msgbox LilycoveCity_House2_Text_18B883, MSGBOX_DEFAULT
release
end
|