summaryrefslogtreecommitdiff
path: root/engine/items
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-10-05 16:15:47 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-10-05 16:15:47 -0400
commit8871f4b611ec2c8a7f65592bf0b990182db7ec99 (patch)
tree51ef6b03e87c12d4045ca2135a315e0194a75507 /engine/items
parent054e6088f9ed3995671fa294771cb11640551814 (diff)
Identify more unnamed labels
Diffstat (limited to 'engine/items')
-rw-r--r--engine/items/tmhm.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/items/tmhm.asm b/engine/items/tmhm.asm
index 4fe6876d..bc6f94c6 100644
--- a/engine/items/tmhm.asm
+++ b/engine/items/tmhm.asm
@@ -483,7 +483,7 @@ TMHM_PlaySFX_ReadText2:
pop de
ret
-Function2c8e4: ; unreferenced
+VerboseReceiveTMHM: ; unreferenced
call ConvertCurItemIntoCurTMHM
call .CheckHaveRoomForTMHM
ld hl, .NoRoomTMHMText
@@ -509,7 +509,7 @@ Function2c8e4: ; unreferenced
add hl, bc
ld a, [hl]
inc a
- cp NUM_TMS * 2
+ cp MAX_ITEM_STACK + 1
ret nc
ld [hl], a
ret