diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-31 15:02:32 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-31 15:16:53 -0400 |
commit | aa27080e29e04dadb9986cd4f1f73579a3b01e96 (patch) | |
tree | bf555ac0c8d1b79e46797492342de453d8c10a7e /maps/Route15FuchsiaGate.asm | |
parent | 895e14cd05c95859820b4bae6b8ee0b6b3603f50 (diff) |
Split fourth-to-last byte of person_event into nybble arguments
Diffstat (limited to 'maps/Route15FuchsiaGate.asm')
-rw-r--r-- | maps/Route15FuchsiaGate.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/Route15FuchsiaGate.asm b/maps/Route15FuchsiaGate.asm index 8b19f87b3..4391873e4 100644 --- a/maps/Route15FuchsiaGate.asm +++ b/maps/Route15FuchsiaGate.asm @@ -35,4 +35,4 @@ Route15FuchsiaGate_MapEventHeader: .PersonEvents: db 1 - person_event SPRITE_OFFICER, 6, 9, $6, 0, 0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, OfficerScript_0x19679e, -1 + person_event SPRITE_OFFICER, 6, 9, $6, 0, 0, -1, -1, 8 + PAL_OW_BLUE, 0, 0, OfficerScript_0x19679e, -1 |