diff options
Diffstat (limited to 'home/item_price.asm')
-rw-r--r-- | home/item_price.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/home/item_price.asm b/home/item_price.asm index d8c2068e..39749ee9 100644 --- a/home/item_price.asm +++ b/home/item_price.asm @@ -31,7 +31,9 @@ GetItemPrice:: ldh [hItemPrice], a jr .done .getTMPrice - callbs GetMachinePrice + ld a, BANK(GetMachinePrice) + call BankswitchCommon + call GetMachinePrice .done ld de, hItemPrice pop af |