blob: 210288517c885b00fae11a6c87c2785ca46881f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
MauvilleCity_House1_MapScripts:: @ 81569FC
.byte 0
MauvilleCity_House1_EventScript_1569FD:: @ 81569FD
lock
faceplayer
checkflag FLAG_RECEIVED_HM06
goto_if_eq MauvilleCity_House1_EventScript_156A29
msgbox MauvilleCity_House1_Text_181B1A, 4
giveitem_std ITEM_HM06
setflag FLAG_RECEIVED_HM06
msgbox MauvilleCity_House1_Text_181B64, 4
release
end
MauvilleCity_House1_EventScript_156A29:: @ 8156A29
msgbox MauvilleCity_House1_Text_181BF6, 4
release
end
|