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/TimeCapsule.asm | |
parent | 5f6d69fdd3a0b1ba4ab2dd64e26fb0b89efb77c5 (diff) |
sprite constants in map events
Diffstat (limited to 'maps/TimeCapsule.asm')
-rw-r--r-- | maps/TimeCapsule.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/TimeCapsule.asm b/maps/TimeCapsule.asm index 715504f42..2426ee0d1 100644 --- a/maps/TimeCapsule.asm +++ b/maps/TimeCapsule.asm @@ -49,7 +49,7 @@ MapTimeCapsuleSignpost1Script: ; 0x193514 end ; 0x19351a -UnknownScript_0x19351a: ; 0x19351a +ChrisScript_0x19351a: ; 0x19351a loadfont 2writetext UnknownText_0x193521 closetext @@ -81,7 +81,7 @@ TimeCapsule_MapEventHeader: ; 0x193538 ; people-events db 2 - person_event $1, 8, 7, $9, $0, 255, 255, $0, 0, UnknownScript_0x19351a, $0000 - person_event $1, 8, 10, $8, $0, 255, 255, $0, 0, UnknownScript_0x19351a, $0001 + person_event SPRITE_CHRIS, 8, 7, $9, $0, 255, 255, $0, 0, ChrisScript_0x19351a, $0000 + person_event SPRITE_CHRIS, 8, 10, $8, $0, 255, 255, $0, 0, ChrisScript_0x19351a, $0001 ; 0x19356c |