From 3fdb8a0d8995746d5605136ece384516338489b0 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 7 Feb 2015 02:43:08 -0800 Subject: serial/trade/misc --- engine/slot_machine.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine/slot_machine.asm') diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm index a8b978f8..2444155c 100755 --- a/engine/slot_machine.asm +++ b/engine/slot_machine.asm @@ -135,10 +135,10 @@ MainSlotMachineLoop: ; 37395 (d:7395) call PrintText ld hl, wTileMap + $fe ld bc, $0d0f - xor a - ld [wd12c], a + xor a ; YES_NO_MENU + ld [wTwoOptionMenuID], a ld a, $14 - ld [wd125], a + ld [wTextBoxID], a call DisplayTextBoxID ld a, [wCurrentMenuItem] and a -- cgit v1.3.1-sl0p