summaryrefslogtreecommitdiff
path: root/maps/SproutTower2F.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/SproutTower2F.asm
parent895e14cd05c95859820b4bae6b8ee0b6b3603f50 (diff)
Split fourth-to-last byte of person_event into nybble arguments
Diffstat (limited to 'maps/SproutTower2F.asm')
-rw-r--r--maps/SproutTower2F.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/SproutTower2F.asm b/maps/SproutTower2F.asm
index e097f162c..1386b1643 100644
--- a/maps/SproutTower2F.asm
+++ b/maps/SproutTower2F.asm
@@ -99,6 +99,6 @@ SproutTower2F_MapEventHeader:
.PersonEvents:
db 3
- person_event SPRITE_SAGE, 7, 16, $a, 0, 0, -1, -1, (PAL_OW_BLUE << 4) | $82, 4, TrainerSageNico, -1
- person_event SPRITE_SAGE, 18, 13, $8, 0, 0, -1, -1, (PAL_OW_BLUE << 4) | $82, 5, TrainerSageEdmond, -1
- person_event SPRITE_POKE_BALL, 5, 7, $1, 0, 0, -1, -1, $1, 0, ItemFragment_0x1847a7, EVENT_SPROUT_TOWER2F_X_ACCURACY
+ person_event SPRITE_SAGE, 7, 16, $a, 0, 0, -1, -1, 8 + PAL_OW_BLUE, 2, 4, TrainerSageNico, -1
+ person_event SPRITE_SAGE, 18, 13, $8, 0, 0, -1, -1, 8 + PAL_OW_BLUE, 2, 5, TrainerSageEdmond, -1
+ person_event SPRITE_POKE_BALL, 5, 7, $1, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x1847a7, EVENT_SPROUT_TOWER2F_X_ACCURACY