blob: b49e103f379420b7d6c6b6e5e30167726e966416 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
MauvilleCity_House1_MapScripts:: @ 81569FC
.byte 0
MauvilleCity_House1_EventScript_1569FD:: @ 81569FD
lock
faceplayer
goto_if_set FLAG_RECEIVED_HM06, MauvilleCity_House1_EventScript_156A29
msgbox MauvilleCity_House1_Text_181B1A, MSGBOX_DEFAULT
giveitem ITEM_HM06_ROCK_SMASH
setflag FLAG_RECEIVED_HM06
msgbox MauvilleCity_House1_Text_181B64, MSGBOX_DEFAULT
release
end
MauvilleCity_House1_EventScript_156A29:: @ 8156A29
msgbox MauvilleCity_House1_Text_181BF6, MSGBOX_DEFAULT
release
end
|