diff options
Diffstat (limited to 'engine/events/vending_machine.asm')
-rw-r--r-- | engine/events/vending_machine.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engine/events/vending_machine.asm b/engine/events/vending_machine.asm index a67f1c07..6ff6a5e4 100644 --- a/engine/events/vending_machine.asm +++ b/engine/events/vending_machine.asm @@ -18,8 +18,7 @@ VendingMachineMenu:: ld hl, wd730 set 6, [hl] hlcoord 0, 3 - ld b, 8 - ld c, 12 + lb bc, 8, 12 call TextBoxBorder call UpdateSprites hlcoord 2, 5 |