mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Named wram symbols
This commit is contained in:
parent
4fd7a42b23
commit
32f7cf12de
20 changed files with 132 additions and 136 deletions
|
|
@ -22,9 +22,9 @@ CeruleanHouse2Text1: ; 74e15 (1d:4e15)
|
|||
call LoadItemList
|
||||
ld hl, wStringBuffer2 + 11
|
||||
ld a, l
|
||||
ld [wcf8b], a
|
||||
ld [wList], a
|
||||
ld a, h
|
||||
ld [wcf8c], a
|
||||
ld [wList + 1], a
|
||||
xor a
|
||||
ld [wcf93], a
|
||||
ld [wMenuItemToSwap], a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue