diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-31 21:05:02 -0400 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-31 21:05:02 -0400 |
| commit | fda1f7c01a9fb2944aeb42f2d2f19a766b2538e6 (patch) | |
| tree | 1bcb2193b68ebb25a189958cab36304f103e7eda /maps/TradeCenter.asm | |
| parent | 8153737bae7169d42b8937c5dc7eec6f669acbb2 (diff) | |
SPRITEMOVEDATA
Diffstat (limited to 'maps/TradeCenter.asm')
| -rw-r--r-- | maps/TradeCenter.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/TradeCenter.asm b/maps/TradeCenter.asm index 38a9d2a7b..5277c0d92 100644 --- a/maps/TradeCenter.asm +++ b/maps/TradeCenter.asm @@ -73,5 +73,5 @@ TradeCenter_MapEventHeader: .PersonEvents: db 2 - person_event SPRITE_CHRIS, 4, 3, SPRITEMOVEFN_09, 0, 0, -1, -1, 0, 0, 0, ChrisScript_0x193499, EVENT_GAVE_KURT_APRICORNS - person_event SPRITE_CHRIS, 4, 6, SPRITEMOVEFN_08, 0, 0, -1, -1, 0, 0, 0, ChrisScript_0x193499, EVENT_RECEIVED_BALLS_FROM_KURT + person_event SPRITE_CHRIS, 4, 3, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, 0, 0, ChrisScript_0x193499, EVENT_GAVE_KURT_APRICORNS + person_event SPRITE_CHRIS, 4, 6, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, 0, 0, ChrisScript_0x193499, EVENT_RECEIVED_BALLS_FROM_KURT |
