summaryrefslogtreecommitdiff
path: root/maps/Route36RuinsofAlphgate.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-07-29 18:22:23 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-07-29 18:22:23 -0400
commit895e14cd05c95859820b4bae6b8ee0b6b3603f50 (patch)
tree8feef7a5800aed0a5bc4c53237414cf061b55187 /maps/Route36RuinsofAlphgate.asm
parent594253eb30e8e2ee8b4b9e0cfe7442eba0e3d3b4 (diff)
Reworked person_event arguments
Diffstat (limited to 'maps/Route36RuinsofAlphgate.asm')
-rw-r--r--maps/Route36RuinsofAlphgate.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route36RuinsofAlphgate.asm b/maps/Route36RuinsofAlphgate.asm
index b5b4d1c03..3338c8284 100644
--- a/maps/Route36RuinsofAlphgate.asm
+++ b/maps/Route36RuinsofAlphgate.asm
@@ -49,5 +49,5 @@ Route36RuinsofAlphgate_MapEventHeader:
.PersonEvents:
db 2
- person_event SPRITE_OFFICER, 8, 4, OW_LEFT | $1, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, OfficerScript_0x6aa1a, -1
- person_event SPRITE_GRAMPS, 9, 11, OW_DOWN | $2, $21, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, GrampsScript_0x6aa1d, -1
+ person_event SPRITE_OFFICER, 8, 4, $9, 0, 0, -1, -1, (PAL_OW_RED << 4) | $80, 0, OfficerScript_0x6aa1a, -1
+ person_event SPRITE_GRAMPS, 9, 11, $2, 2, 1, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, GrampsScript_0x6aa1d, -1