From aa27080e29e04dadb9986cd4f1f73579a3b01e96 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 31 Jul 2015 15:02:32 -0400 Subject: Split fourth-to-last byte of person_event into nybble arguments --- maps/Route40BattleTowerGate.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maps/Route40BattleTowerGate.asm') diff --git a/maps/Route40BattleTowerGate.asm b/maps/Route40BattleTowerGate.asm index 6a71f0fa7..c1db94157 100644 --- a/maps/Route40BattleTowerGate.asm +++ b/maps/Route40BattleTowerGate.asm @@ -88,5 +88,5 @@ Route40BattleTowerGate_MapEventHeader: .PersonEvents: db 2 - person_event SPRITE_ROCKER, 7, 7, $3, 0, 0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, RockerScript_0x9f669, EVENT_BATTLE_TOWER_OUTSIDE_SAILOR - person_event SPRITE_TWIN, 9, 11, $4, 1, 0, -1, -1, (PAL_OW_RED << 4) | $80, 0, TwinScript_0x9f66c, -1 + person_event SPRITE_ROCKER, 7, 7, $3, 0, 0, -1, -1, 8 + PAL_OW_GREEN, 0, 0, RockerScript_0x9f669, EVENT_BATTLE_TOWER_OUTSIDE_SAILOR + person_event SPRITE_TWIN, 9, 11, $4, 1, 0, -1, -1, 8 + PAL_OW_RED, 0, 0, TwinScript_0x9f66c, -1 -- cgit v1.2.3