From 83023cda1927525d942f53f87a11b642b979ea96 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 7 Feb 2015 12:27:36 -0800 Subject: commented menu stuff --- engine/cable_club.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/cable_club.asm') diff --git a/engine/cable_club.asm b/engine/cable_club.asm index f1278c83..92a4e33b 100755 --- a/engine/cable_club.asm +++ b/engine/cable_club.asm @@ -716,7 +716,7 @@ TradeCenter_Trade: ld bc, $080b ld a, TRADE_CANCEL_MENU ld [wTwoOptionMenuID], a - ld a, $14 + ld a, TWO_OPTION_MENU ld [wTextBoxID], a call DisplayTextBoxID call LoadScreenTilesFromBuffer1 -- cgit v1.3.1-sl0p