More Battle Tower map script constants, fewer raw hex values

This commit is contained in:
Remy Oukaour
2018-01-14 19:26:55 -05:00
parent 2ab60fa8a4
commit eb3102200f
19 changed files with 59 additions and 52 deletions

View File

@@ -23,7 +23,7 @@ UnknownScript_0x7d781:
jump UnknownScript_0x7d791
UnknownScript_0x7d78a:
changeblock 16, 4, $d
changeblock 16, 4, $0d
jump UnknownScript_0x7d791
UnknownScript_0x7d791:
@@ -31,15 +31,15 @@ UnknownScript_0x7d791:
iftrue .Layout2
checkevent EVENT_GOLDENROD_DEPT_STORE_B1F_LAYOUT_3
iftrue .Layout3
changeblock 10, 8, $d
changeblock 10, 8, $0d
return
.Layout2:
changeblock 4, 10, $d
changeblock 4, 10, $0d
return
.Layout3:
changeblock 10, 12, $d
changeblock 10, 12, $0d
return
UnknownScript_0x7d7ac: