summaryrefslogtreecommitdiff
path: root/maps/VictoryRoadGate.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-07-31 15:02:32 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-07-31 15:16:53 -0400
commitaa27080e29e04dadb9986cd4f1f73579a3b01e96 (patch)
treebf555ac0c8d1b79e46797492342de453d8c10a7e /maps/VictoryRoadGate.asm
parent895e14cd05c95859820b4bae6b8ee0b6b3603f50 (diff)
Split fourth-to-last byte of person_event into nybble arguments
Diffstat (limited to 'maps/VictoryRoadGate.asm')
-rw-r--r--maps/VictoryRoadGate.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/VictoryRoadGate.asm b/maps/VictoryRoadGate.asm
index b94ae8f46..14163d1e1 100644
--- a/maps/VictoryRoadGate.asm
+++ b/maps/VictoryRoadGate.asm
@@ -118,6 +118,6 @@ VictoryRoadGate_MapEventHeader:
.PersonEvents:
db 3
- person_event SPRITE_OFFICER, 15, 12, $9, 0, 0, -1, -1, $0, 0, OfficerScript_0x9ba03, -1
- person_event SPRITE_BLACK_BELT, 9, 11, $9, 0, 0, -1, -1, $0, 0, BlackBeltScript_0x9ba21, EVENT_OPENED_MT_SILVER
- person_event SPRITE_BLACK_BELT, 9, 16, $8, 0, 0, -1, -1, $0, 0, BlackBeltScript_0x9ba24, EVENT_FOUGHT_SNORLAX
+ person_event SPRITE_OFFICER, 15, 12, $9, 0, 0, -1, -1, 0, 0, 0, OfficerScript_0x9ba03, -1
+ person_event SPRITE_BLACK_BELT, 9, 11, $9, 0, 0, -1, -1, 0, 0, 0, BlackBeltScript_0x9ba21, EVENT_OPENED_MT_SILVER
+ person_event SPRITE_BLACK_BELT, 9, 16, $8, 0, 0, -1, -1, 0, 0, 0, BlackBeltScript_0x9ba24, EVENT_FOUGHT_SNORLAX