diff options
author | yenatch <yenatch@gmail.com> | 2013-07-12 17:06:11 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-07-12 17:06:11 -0400 |
commit | 4ac88d6cdcc9d579a2a180d91401c49dc8086265 (patch) | |
tree | 48d816aa0dfa0dd7394edbc8f760eab219bc0131 /maps/Route4.asm | |
parent | 5f6d69fdd3a0b1ba4ab2dd64e26fb0b89efb77c5 (diff) |
sprite constants in map events
Diffstat (limited to 'maps/Route4.asm')
-rw-r--r-- | maps/Route4.asm | 8 |
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 |