summaryrefslogtreecommitdiff
path: root/maps/VictoryRoad.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/VictoryRoad.asm
parent5f6d69fdd3a0b1ba4ab2dd64e26fb0b89efb77c5 (diff)
sprite constants in map events
Diffstat (limited to 'maps/VictoryRoad.asm')
-rw-r--r--maps/VictoryRoad.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/VictoryRoad.asm b/maps/VictoryRoad.asm
index 1ce3daa44..0109fcc92 100644
--- a/maps/VictoryRoad.asm
+++ b/maps/VictoryRoad.asm
@@ -267,11 +267,11 @@ VictoryRoad_MapEventHeader: ; 0x74802
; people-events
db 6
- person_event $4, 17, 22, $7, $0, 255, 255, $0, 0, ObjectEvent, $06c2
- person_event $54, 32, 7, $1, $0, 255, 255, $1, 0, ItemFragment_0x74529, $06a3
- person_event $54, 52, 16, $1, $0, 255, 255, $1, 0, ItemFragment_0x7452b, $06a4
- person_event $54, 33, 22, $1, $0, 255, 255, $1, 0, ItemFragment_0x7452d, $06a5
- person_event $54, 52, 19, $1, $0, 255, 255, $1, 0, ItemFragment_0x7452f, $06a6
- person_event $54, 42, 11, $1, $0, 255, 255, $1, 0, ItemFragment_0x74531, $06a7
+ person_event SPRITE_SILVER, 17, 22, $7, $0, 255, 255, $0, 0, ObjectEvent, $06c2
+ person_event SPRITE_POKE_BALL, 32, 7, $1, $0, 255, 255, $1, 0, ItemFragment_0x74529, $06a3
+ person_event SPRITE_POKE_BALL, 52, 16, $1, $0, 255, 255, $1, 0, ItemFragment_0x7452b, $06a4
+ person_event SPRITE_POKE_BALL, 33, 22, $1, $0, 255, 255, $1, 0, ItemFragment_0x7452d, $06a5
+ person_event SPRITE_POKE_BALL, 52, 19, $1, $0, 255, 255, $1, 0, ItemFragment_0x7452f, $06a6
+ person_event SPRITE_POKE_BALL, 42, 11, $1, $0, 255, 255, $1, 0, ItemFragment_0x74531, $06a7
; 0x748a2