named misc functions

This commit is contained in:
YamaArashi 2015-02-08 01:44:41 -08:00
parent 1347023128
commit 3870f5e10a
12 changed files with 133 additions and 115 deletions

View file

@ -101,7 +101,7 @@ BillsPC_:: ; 0x214c2
xor a
ld [wccd3], a
inc a ; MONSTER_NAME
ld [W_LISTTYPE], a
ld [wNameListType], a
call LoadHpBarAndStatusTilePatterns
ld a, [wListScrollOffset]
push af
@ -332,7 +332,7 @@ Func_216be: ; 216be (8:56be)
ld [wcf93], a
ld [wListMenuID], a
inc a ; MONSTER_NAME
ld [W_LISTTYPE], a
ld [wNameListType], a
ld a, [wcc2b]
ld [wCurrentMenuItem], a
call DisplayListMenuID

View file

@ -2,7 +2,7 @@ PlayerPC: ; 78e6 (1:78e6)
ld hl, wd730
set 6, [hl]
ld a, ITEM_NAME
ld [W_LISTTYPE], a
ld [wNameListType], a
call SaveScreenTilesToBuffer1
xor a
ld [wcc2c], a