summaryrefslogtreecommitdiff
path: root/engine/trade2.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/trade2.asm')
-rwxr-xr-xengine/trade2.asm22
1 files changed, 11 insertions, 11 deletions
diff --git a/engine/trade2.asm b/engine/trade2.asm
index b13a18b6..da199e77 100755
--- a/engine/trade2.asm
+++ b/engine/trade2.asm
@@ -1,8 +1,8 @@
-Func_42769: ; 42769 (10:6769)
+Trade_PrintPlayerMonInfoText: ; 42769 (10:6769)
hlCoord 5, 0
- ld de,OTString67E5
+ ld de,Trade_MonInfoText
call PlaceString
- ld a,[wWhichTrade]
+ ld a,[wTradedPlayerMonSpecies]
ld [wd11e],a
predef IndexToPokedex
hlCoord 9, 0
@@ -13,18 +13,18 @@ Func_42769: ; 42769 (10:6769)
ld de,wcf4b
call PlaceString
hlCoord 8, 4
- ld de,wTrainerScreenX
+ ld de,wTradedPlayerMonOT
call PlaceString
hlCoord 8, 6
- ld de,wcd4c
+ ld de,wTradedPlayerMonOTID
ld bc,$8205
jp PrintNumber
-Func_427a7: ; 427a7 (10:67a7)
+Trade_PrintEnemyMonInfoText: ; 427a7 (10:67a7)
hlCoord 5, 10
- ld de,OTString67E5
+ ld de,Trade_MonInfoText
call PlaceString
- ld a,[wTrainerEngageDistance]
+ ld a,[wTradedEnemyMonSpecies]
ld [wd11e],a
predef IndexToPokedex
hlCoord 9, 10
@@ -35,14 +35,14 @@ Func_427a7: ; 427a7 (10:67a7)
ld de,wcd6d
call PlaceString
hlCoord 8, 14
- ld de,wcd4e
+ ld de,wTradedEnemyMonOT
call PlaceString
hlCoord 8, 16
- ld de,wcd59
+ ld de,wTradedEnemyMonOTID
ld bc,$8205
jp PrintNumber
-OTString67E5: ; 427e5 (10:67e5)
+Trade_MonInfoText: ; 427e5 (10:67e5)
db "──",$74,$F2,$4E
db $4E
db "OT/",$4E