summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-07-24 19:27:21 -0700
committeryenatch <yenatch@gmail.com>2014-07-24 19:27:21 -0700
commit3fb29975cac3027b7b7a0b52f58ae6e521045bd8 (patch)
tree95ab8597c1436a678c7cdf10a4fbcccbaefa1cce /main.asm
parentab0ca2b16a6c9bdc00e54174498ab3c935cc2d70 (diff)
Relabel GetItemDescription -> PrintItemDescription.
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/main.asm b/main.asm
index e5c47d5ae..ab45b3e0e 100644
--- a/main.asm
+++ b/main.asm
@@ -31701,7 +31701,7 @@ Function244c3: ; 0x244c3
cp $ff
ret z
decoord 1, 14
- callba GetItemDescription
+ callba PrintItemDescription
ret
; 0x244e3
@@ -42253,7 +42253,7 @@ Function2c7a7: ; 2c7a7 (b:47a7)
ld [$d265], a
ret
-Function2c7b6: ; 2c7b6 (b:47b6)
+GetTMHMItemMove: ; 2c7b6 (b:47b6)
call Function2c7a7
predef GetTMHMMove
ret
@@ -42264,9 +42264,9 @@ Function2c7bf: ; 2c7bf (b:47bf)
push af
res 4, [hl]
ld a, [CurItem] ; $d106
- cp $bf
+ cp TM_01
jr c, .asm_2c7f5
- call Function2c7b6
+ call GetTMHMItemMove
ld a, [$d265]
ld [$d262], a
call GetMoveName