diff options
Diffstat (limited to 'engine/events/vending_machine.asm')
-rwxr-xr-x | engine/events/vending_machine.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/vending_machine.asm b/engine/events/vending_machine.asm index 554c5d4f..4a39f7b9 100755 --- a/engine/events/vending_machine.asm +++ b/engine/events/vending_machine.asm @@ -130,4 +130,4 @@ LoadVendingMachineItem: ld [hVendingMachinePrice + 2], a ret -INCLUDE "data/vending_prices.asm" +INCLUDE "data/items/vending_prices.asm" |