summaryrefslogtreecommitdiff
path: root/engine/items/item_effects.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-22 16:30:13 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-22 16:30:13 -0400
commit61847b3596807fd5789c800139af624bcac32e7a (patch)
tree084f9a798e73322f6c50ac3bea91b3d2c5594123 /engine/items/item_effects.asm
parente0d07fba3fbc5e5923d3f523afe386ad3fab1393 (diff)
Identify some more labels
Diffstat (limited to 'engine/items/item_effects.asm')
-rw-r--r--engine/items/item_effects.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/items/item_effects.asm b/engine/items/item_effects.asm
index ce873ff29..4de0fc3bc 100644
--- a/engine/items/item_effects.asm
+++ b/engine/items/item_effects.asm
@@ -1241,7 +1241,7 @@ StatStrings:
GetStatExpRelativePointer:
ld a, [wCurItem]
- ld hl, Table_eeeb
+ ld hl, StatExpItemPointerOffsets
.next
cp [hl]
inc hl
@@ -1255,7 +1255,7 @@ GetStatExpRelativePointer:
ld b, 0
ret
-Table_eeeb:
+StatExpItemPointerOffsets:
db HP_UP, MON_HP_EXP - MON_STAT_EXP
db PROTEIN, MON_ATK_EXP - MON_STAT_EXP
db IRON, MON_DEF_EXP - MON_STAT_EXP