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/LancesRoom.asm | |
parent | 5f6d69fdd3a0b1ba4ab2dd64e26fb0b89efb77c5 (diff) |
sprite constants in map events
Diffstat (limited to 'maps/LancesRoom.asm')
-rw-r--r-- | maps/LancesRoom.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/LancesRoom.asm b/maps/LancesRoom.asm index 55b1d28c6..4db16287d 100644 --- a/maps/LancesRoom.asm +++ b/maps/LancesRoom.asm @@ -348,8 +348,8 @@ LancesRoom_MapEventHeader: ; 0x1813f4 ; people-events db 3 - person_event $1e, 7, 9, $6, $0, 255, 255, $0, 0, $4e7b, $ffff - person_event $29, 11, 8, $7, $0, 255, 255, $a0, 0, ObjectEvent, $075f - person_event $5, 11, 8, $7, $0, 255, 255, $0, 0, ObjectEvent, $075f + person_event SPRITE_LANCE, 7, 9, $6, $0, 255, 255, $0, 0, $4e7b, $ffff + person_event SPRITE_TEACHER, 11, 8, $7, $0, 255, 255, $a0, 0, ObjectEvent, $075f + person_event SPRITE_OAK, 11, 8, $7, $0, 255, 255, $0, 0, ObjectEvent, $075f ; 0x181445 |