diff options
author | YamaArashi <shadow962@live.com> | 2015-07-12 23:00:48 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-12 23:00:48 -0700 |
commit | 4a8c9993ad182296131ef87111e1b6d6e2af4201 (patch) | |
tree | cd8044bd5b8e4b88501c2ccf7b006ef296a735ca /engine/menu/bills_pc.asm | |
parent | 99df5f0fd79f063ee4c7ec364eadd175a3d83c42 (diff) |
named wram variables
Diffstat (limited to 'engine/menu/bills_pc.asm')
-rw-r--r-- | engine/menu/bills_pc.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/menu/bills_pc.asm b/engine/menu/bills_pc.asm index c9dd41b1..b4ac3680 100644 --- a/engine/menu/bills_pc.asm +++ b/engine/menu/bills_pc.asm @@ -231,7 +231,7 @@ BillsPCDeposit: call PlaySoundWaitForCurrent ld a, $1 ld [wcf95], a - call Func_3a68 + call MoveMon xor a ld [wcf95], a call RemovePokemon @@ -283,7 +283,7 @@ Func_21618: ; 21618 (8:5618) call PlaySoundWaitForCurrent xor a ld [wcf95], a - call Func_3a68 + call MoveMon ld a, $1 ld [wcf95], a call RemovePokemon @@ -329,7 +329,7 @@ Func_216be: ; 216be (8:56be) ld a, h ld [wList + 1], a xor a - ld [wcf93], a + ld [wPrintItemPrices], a ld [wListMenuID], a inc a ; MONSTER_NAME ld [wNameListType], a |