summaryrefslogtreecommitdiff
path: root/maps/WillsRoom.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-07-16 18:10:10 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-07-16 18:10:10 -0400
commit894955f9d922de5fc33e6c0aa7af9795dbcbc158 (patch)
tree67dd99bdc03ba493937ed00876d5cd0229a83369 /maps/WillsRoom.asm
parent7054bfe71718d5b327bbd3725c82d2431c7fcfb1 (diff)
Special script annotation, trainer constant enumeration, person-event structure update
Diffstat (limited to 'maps/WillsRoom.asm')
-rw-r--r--maps/WillsRoom.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/WillsRoom.asm b/maps/WillsRoom.asm
index 646ee8545..077e185e8 100644
--- a/maps/WillsRoom.asm
+++ b/maps/WillsRoom.asm
@@ -21,7 +21,7 @@ UnknownScript_0x1804ca:
end
UnknownScript_0x1804cb:
- checkevent EVENT_309
+ checkevent EVENT_WILLS_ROOM_ENTRANCE_CLOSED
iffalse UnknownScript_0x1804d5
changeblock $4, $e, $2a
UnknownScript_0x1804d5:
@@ -40,7 +40,7 @@ UnknownScript_0x1804e0:
reloadmappart
loadmovesprites
dotrigger $1
- setevent EVENT_309
+ setevent EVENT_WILLS_ROOM_ENTRANCE_CLOSED
waitbutton
end
@@ -148,4 +148,4 @@ WillsRoom_MapEventHeader:
; people-events
db 1
- person_event SPRITE_WILL, 11, 9, $6, $0, 255, 255, $80, 0, WillScript_0x1804f8, -1
+ person_event SPRITE_WILL, 11, 9, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, WillScript_0x1804f8, -1