diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-17 17:17:10 -0400 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-17 17:17:10 -0400 |
| commit | 0fcef5fc087dc30817410d7692d53e2c382828d5 (patch) | |
| tree | 2306ef7f1a090b277a3874f72e66481ba6032baa /maps/TradeCenter.asm | |
| parent | 894955f9d922de5fc33e6c0aa7af9795dbcbc158 (diff) | |
More annotations and interpretations of functions and scripts
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 98263f7af..e23068c7f 100644 --- a/maps/TradeCenter.asm +++ b/maps/TradeCenter.asm @@ -73,5 +73,5 @@ TradeCenter_MapEventHeader: ; people-events db 2 - person_event SPRITE_CHRIS, 8, 7, LEFT << 2 | $1, $0, -1, -1, $0, 0, ChrisScript_0x193499, EVENT_CHRIS1_IN_CABLE_CLUB - person_event SPRITE_CHRIS, 8, 10, LEFT << 2 | $0, $0, -1, -1, $0, 0, ChrisScript_0x193499, EVENT_CHRIS2_IN_CABLE_CLUB + person_event SPRITE_CHRIS, 8, 7, LEFT << 2 | $1, $0, -1, -1, $0, 0, ChrisScript_0x193499, EVENT_000 + person_event SPRITE_CHRIS, 8, 10, LEFT << 2 | $0, $0, -1, -1, $0, 0, ChrisScript_0x193499, EVENT_001 |
