aboutsummaryrefslogtreecommitdiffstats
path: root/engine/trade.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-03-14 02:08:30 -0400
committeryenatch <yenatch@gmail.com>2015-03-14 02:08:30 -0400
commitec76703936ae690411a29c4f6ff11eef41ebdfd3 (patch)
treef06149eb62213a0401c515c6f922e803ce5109d2 /engine/trade.asm
parentLow health alarm documentation (diff)
parentrelabel and add comment (diff)
downloadpokeyellow-ec76703936ae690411a29c4f6ff11eef41ebdfd3.tar.gz
pokeyellow-ec76703936ae690411a29c4f6ff11eef41ebdfd3.tar.xz
pokeyellow-ec76703936ae690411a29c4f6ff11eef41ebdfd3.zip
Merge pull request #87 from YamaArashi/master
commented mon_party_sprites.asm
Diffstat (limited to 'engine/trade.asm')
-rwxr-xr-xengine/trade.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/trade.asm b/engine/trade.asm
index 5afca809..2067c2ef 100755
--- a/engine/trade.asm
+++ b/engine/trade.asm
@@ -146,8 +146,8 @@ LoadTradingGFXAndMonNames: ; 411a1 (10:51a1)
Func_4120b: ; 4120b (10:520b)
ld a, %11010000
ld [rOBP1], a
- ld b, BANK(Func_7176c)
- ld hl, Func_7176c
+ ld b, BANK(LoadMonPartySpriteGfx)
+ ld hl, LoadMonPartySpriteGfx
jp Bankswitch
Trade_SwapNames: ; 41217 (10:5217)
@@ -533,7 +533,7 @@ Func_414e8: ; 414e8 (10:54e8)
ret
Func_41505: ; 41505 (10:5505)
- callba Func_71882
+ callba WriteMonPartySpriteOAMByMonID
call Func_41558
Func_41510: ; 41510 (10:5510)