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

@@ -21,23 +21,23 @@ UnknownScript_0x7d78a:
jump UnknownScript_0x7d791
UnknownScript_0x7d791:
checkevent $0305
iftrue UnknownScript_0x7d7a2
checkevent $0306
iftrue UnknownScript_0x7d7a7
checkevent EVENT_WAREHOUSE_LAYOUT_2
iftrue .Layout2
checkevent EVENT_WAREHOUSE_LAYOUT_3
iftrue .Layout3
changeblock $a, $8, $d
return
UnknownScript_0x7d7a2:
.Layout2
changeblock $4, $a, $d
return
UnknownScript_0x7d7a7:
.Layout3
changeblock $a, $c, $d
return
UnknownScript_0x7d7ac:
clearevent $0307
clearevent EVENT_WAREHOUSE_BLOCKED_OFF
return
BlackBeltScript_0x7d7b0: