mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-05 02:51:49 +13:00
Named wram symbols
This commit is contained in:
parent
4fd7a42b23
commit
32f7cf12de
20 changed files with 132 additions and 136 deletions
|
|
@ -308,10 +308,10 @@ StartMenu_Item: ; 13302 (4:7302)
|
|||
jr .exitMenu
|
||||
.notInCableClubRoom
|
||||
ld bc,wNumBagItems
|
||||
ld hl,wcf8b
|
||||
ld hl,wList
|
||||
ld a,c
|
||||
ld [hli],a
|
||||
ld [hl],b ; store item bag pointer at wcf8b (for DisplayListMenuID)
|
||||
ld [hl],b ; store item bag pointer at wList (for DisplayListMenuID)
|
||||
xor a
|
||||
ld [wcf93],a
|
||||
ld a,ITEMLISTMENU
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue