summaryrefslogtreecommitdiff
path: root/maps/Route40BattleTowerGate.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/Route40BattleTowerGate.asm
parent594253eb30e8e2ee8b4b9e0cfe7442eba0e3d3b4 (diff)
Reworked person_event arguments
Diffstat (limited to 'maps/Route40BattleTowerGate.asm')
-rw-r--r--maps/Route40BattleTowerGate.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route40BattleTowerGate.asm b/maps/Route40BattleTowerGate.asm
index 06e903103..6a71f0fa7 100644
--- a/maps/Route40BattleTowerGate.asm
+++ b/maps/Route40BattleTowerGate.asm
@@ -88,5 +88,5 @@ Route40BattleTowerGate_MapEventHeader:
.PersonEvents:
db 2
- person_event SPRITE_ROCKER, 7, 7, OW_DOWN | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, RockerScript_0x9f669, EVENT_BATTLE_TOWER_OUTSIDE_SAILOR
- person_event SPRITE_TWIN, 9, 11, OW_UP | $0, $10, -1, -1, (PAL_OW_RED << 4) | $80, 0, TwinScript_0x9f66c, -1
+ 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