mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 23:55:24 +13:00
named misc functions
This commit is contained in:
parent
1347023128
commit
3870f5e10a
12 changed files with 133 additions and 115 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue