Add more event flags.

This commit is contained in:
IIMarckus
2015-07-10 06:08:03 -06:00
parent 86c13acf84
commit 07a12b37b6
68 changed files with 304 additions and 281 deletions

View File

@@ -8,17 +8,17 @@ Route2NuggetSpeechHouse_MapScriptHeader:
FisherScript_0x9b847:
faceplayer
loadfont
checkevent $00c8
iftrue UnknownScript_0x9b85c
checkevent EVENT_GOT_NUGGET_FROM_GUY
iftrue .GotItem
writetext UnknownText_0x9b865
keeptextopen
verbosegiveitem NUGGET, 1
iffalse UnknownScript_0x9b860
setevent $00c8
UnknownScript_0x9b85c:
iffalse .Done
setevent EVENT_GOT_NUGGET_FROM_GUY
.GotItem
writetext UnknownText_0x9b8e5
closetext
UnknownScript_0x9b860:
.Done
loadmovesprites
end