From 00cefcb4f35c0fd433c6852e88bce10e520abe13 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 30 May 2016 18:50:52 -0400 Subject: Actually commit with vending_machine.asm included --- main.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.asm b/main.asm index a7b573cb..22f3b315 100755 --- a/main.asm +++ b/main.asm @@ -1359,8 +1359,8 @@ INCLUDE "scripts/pewtermart.asm" INCLUDE "data/mapObjects/pewtermart.asm" dr $7453d,$74726 -VendingMachineMenu: ; 74726 (1d:4726) - dr $74726,$75dfe +INCLUDE "engine/menu/vending_machine.asm" + dr $74851,$75dfe PKMNLeaguePC: ; 75dfe (1d:5dfe) dr $75dfe,$75f74 -- cgit v1.3.1-sl0p