Identify some more labels

This commit is contained in:
Rangi
2020-06-22 16:30:13 -04:00
parent e0d07fba3f
commit 61847b3596
10 changed files with 19 additions and 20 deletions

View File

@@ -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