summaryrefslogtreecommitdiff
path: root/maps/Route4.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-07-12 17:06:11 -0400
committeryenatch <yenatch@gmail.com>2013-07-12 17:06:11 -0400
commit4ac88d6cdcc9d579a2a180d91401c49dc8086265 (patch)
tree48d816aa0dfa0dd7394edbc8f760eab219bc0131 /maps/Route4.asm
parent5f6d69fdd3a0b1ba4ab2dd64e26fb0b89efb77c5 (diff)
sprite constants in map events
Diffstat (limited to 'maps/Route4.asm')
-rw-r--r--maps/Route4.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/Route4.asm b/maps/Route4.asm
index 0de2cb95c..0ff3de23a 100644
--- a/maps/Route4.asm
+++ b/maps/Route4.asm
@@ -186,9 +186,9 @@ Route4_MapEventHeader: ; 0x1ae3ab
; people-events
db 4
- person_event $27, 13, 21, $6, $0, 255, 255, $92, 3, TrainerBird_keeperHank, $ffff
- person_event $28, 12, 13, $8, $0, 255, 255, $a2, 4, TrainerPicnickerHope, $ffff
- person_event $28, 10, 25, $9, $0, 255, 255, $a2, 4, TrainerPicnickerSharon, $ffff
- person_event $54, 7, 30, $1, $0, 255, 255, $1, 0, ItemFragment_0x1ae20f, $0787
+ person_event SPRITE_YOUNGSTER, 13, 21, $6, $0, 255, 255, $92, 3, TrainerBird_keeperHank, $ffff
+ person_event SPRITE_LASS, 12, 13, $8, $0, 255, 255, $a2, 4, TrainerPicnickerHope, $ffff
+ person_event SPRITE_LASS, 10, 25, $9, $0, 255, 255, $a2, 4, TrainerPicnickerSharon, $ffff
+ person_event SPRITE_POKE_BALL, 7, 30, $1, $0, 255, 255, $1, 0, ItemFragment_0x1ae20f, $0787
; 0x1ae3f4