diff options
author | yenatch <yenatch@gmail.com> | 2015-10-25 20:48:44 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-10-25 20:48:44 -0400 |
commit | 0d17d4a75866d053f5e0b48c66deb2508071d98b (patch) | |
tree | 75bb638d39ab6b4d0bcd3167c22d275eb52ffdbd /maps/Route16Gate.asm | |
parent | 6fcba7a28a0d3d7826603b54b187dc5fca853669 (diff) | |
parent | 79ceca591b022673cb7fb2cc59e5175716743eb5 (diff) |
Merge pull request #322 from PikalaxALT/master
Split out and comment phone and animation code.
Diffstat (limited to 'maps/Route16Gate.asm')
-rw-r--r-- | maps/Route16Gate.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/Route16Gate.asm b/maps/Route16Gate.asm index 9de374f99..b2ad14eb4 100644 --- a/maps/Route16Gate.asm +++ b/maps/Route16Gate.asm @@ -80,4 +80,4 @@ Route16Gate_MapEventHeader: .PersonEvents: db 1 - person_event SPRITE_OFFICER, 6, 9, $6, 0, 0, -1, -1, 8 + PAL_OW_BLUE, 0, 0, OfficerScript_0x733ea, -1 + person_event SPRITE_OFFICER, 2, 5, $6, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, OfficerScript_0x733ea, -1 |