dump item attributes

This commit is contained in:
yenatch
2013-04-30 02:01:54 -04:00
parent 6b960f3e15
commit 45343b07c7
3 changed files with 2064 additions and 6 deletions

View File

@@ -10943,13 +10943,13 @@ GetItem: ; 37dd0
ret z
push hl
ld hl, $67c3 ; Items
ld hl, ItemAttributes + 2
dec a
ld c, a
ld b, 0
ld a, 7
ld a, Item2Attributes - Item1Attributes
call AddNTimes
ld a, $1 ; BANK(Items)
ld a, BANK(ItemAttributes)
call GetFarHalfword
ld b, l
ld c, h