diff options
| author | yenatch <yenatch@gmail.com> | 2015-03-14 19:29:24 -0400 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2015-03-14 19:29:24 -0400 |
| commit | 52add272c6bca00d2ea827ef7fa4611a4bc41b47 (patch) | |
| tree | 372b48eaa23e644930b77c0155f159c5d60e74c9 /engine/cable_club.asm | |
| parent | Merge pull request #87 from YamaArashi/master (diff) | |
| parent | commented trade amim functions (diff) | |
| download | pokeyellow-52add272c6bca00d2ea827ef7fa4611a4bc41b47.tar.gz pokeyellow-52add272c6bca00d2ea827ef7fa4611a4bc41b47.tar.xz pokeyellow-52add272c6bca00d2ea827ef7fa4611a4bc41b47.zip | |
Merge pull request #88 from YamaArashi/master
commented trade amim functions
Diffstat (limited to 'engine/cable_club.asm')
| -rwxr-xr-x | engine/cable_club.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/cable_club.asm b/engine/cable_club.asm index 4fbb13d9..2cfb1734 100755 --- a/engine/cable_club.asm +++ b/engine/cable_club.asm @@ -840,10 +840,10 @@ TradeCenter_Trade: ld a, [hSerialConnectionStatus] cp USING_EXTERNAL_CLOCK jr z, .usingExternalClock - predef Func_410e2 + predef InternalClockTradeAnim jr .tradeCompleted .usingExternalClock - predef Func_410f3 + predef ExternalClockTradeAnim .tradeCompleted callab TryEvolvingMon call ClearScreen |
