Identify a few more WRAM label uses

This commit is contained in:
Rangi
2019-04-19 18:55:04 -04:00
parent 45e3f6aca9
commit 71db95dc34
4 changed files with 28 additions and 24 deletions

View File

@@ -776,8 +776,8 @@ BillsPC_InitRAM:
call ClearSprites
call ClearTileMap
call BillsPC_InitGFX
ld hl, wBillsPCPokemonList
ld bc, $338
ld hl, wBillsPCData
ld bc, wBillsPCDataEnd - wBillsPCData
xor a
call ByteFill
xor a

View File

@@ -247,12 +247,12 @@ GiveTakePartyMonItem:
.loop
farcall DepositSellPack
ld a, [wcf66]
ld a, [wPackUsedItem]
and a
jr z, .quit
ld a, [wcf65]
cp 2
ld a, [wCurPocket]
cp KEY_ITEM_POCKET
jr z, .next
call CheckTossableItem