Label more map scripts

This commit is contained in:
Rangi
2018-02-28 17:47:31 -05:00
parent 5a6e43e72a
commit 0680bf99d3
51 changed files with 424 additions and 420 deletions

View File

@@ -10,25 +10,25 @@ FishingGuruScript_0x7f484:
faceplayer
opentext
checkevent EVENT_GOT_SUPER_ROD
iftrue UnknownScript_0x7f4a0
iftrue .GotSuperRod
writetext UnknownText_0x7f4af
yesorno
iffalse UnknownScript_0x7f4a6
iffalse .Refused
writetext UnknownText_0x7f52f
buttonsound
verbosegiveitem SUPER_ROD
iffalse UnknownScript_0x7f4aa
iffalse .NoRoom
setevent EVENT_GOT_SUPER_ROD
UnknownScript_0x7f4a0:
.GotSuperRod:
writetext UnknownText_0x7f57c
waitbutton
closetext
end
UnknownScript_0x7f4a6:
.Refused:
writetext UnknownText_0x7f5ec
waitbutton
UnknownScript_0x7f4aa:
.NoRoom:
closetext
end